Color spaces of #eadde4
RGB | 234 | 221 | 228 |
---|---|---|---|
HSL | 0.91 | 0.24 | 0.89 |
HSV | 328° | 6° | 92° |
CMYK | 0.00 | 0.06 | 0.03 0.08 |
XYZ | 73.7917 | 74.8068 | 83.9487 |
Yxy | 74.8068 | 0.3173 | 0.3217 |
Hunter Lab | 86.4909 | 0.9322 | 2.9964 |
CIE-Lab | 89.3024 | 5.6535 | -1.8365 |
#eadde4 color RGB value is (234,221,228).
#eadde4 hex color red value is 234, green value is 221 and the blue value of its RGB is 228. Cylindrical-coordinate representations (also known as HSL) of color #eadde4 hue: 0.91 , saturation: 0.24 and the lightness value of eadde4 is 0.89.
The process color (four color CMYK) of #eadde4 color hex is 0.00, 0.06, 0.03, 0.08. Web safe color of #eadde4 is #ffcccc. Color #eadde4 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101010 | 11011101 | 11100100 |
Octal | 352 | 335 | 344 |
Decimal | 234 | 221 | 228 |
Hex | EA | DD | E4 |
Shades of #eadde4
Tints of #eadde4
RGB Percentages of Color #eadde4
CMYK Percentages of Color #eadde4
Complementary Color
#eadde4 | #ddeae3 |
#eadde4 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#eadde4 Color Preview on White Background
Lorem ipsum dolor sit amet.
#eadde4 Color CSS Codes
.mybgcolor {background-color:#eadde4; } .myforecolor {color:#eadde4; } .mybordercolor {border:3px solid #eadde4; }
#eadde4 Text Font Color
<p style="color:#eadde4">Text here</p>
This sample text font color is #eadde4
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
#eadde4 Background Color
<div style="background-color:#eadde4">
Div content here</div>
This div background color is #eadde4
#eadde4 Border Color
<div style="border:3px solid #eadde4">
Div here</div>
This div border color is #eadde4
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(234,221,228, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #eadde4; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #eadde4; -webkit-box-shadow: 1px 1px 3px 2px #eadde4; box-shadow: 1px 1px 3px 2px #eadde4; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(234,221,228, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #eadde4">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #eadde4; -webkit-box-shadow: 1px 1px 3px 2px #eadde4; box-shadow: 1px 1px 3px 2px #eadde4;">
Div content here</div>
This div box has shadow with color #eadde4
Comments
No comments written yet.
Please login to write comment.