Color spaces of #eadae4
RGB | 234 | 218 | 228 |
---|---|---|---|
HSL | 0.90 | 0.28 | 0.89 |
HSV | 323° | 7° | 92° |
CMYK | 0.00 | 0.07 | 0.03 0.08 |
XYZ | 73.0067 | 73.2367 | 83.6870 |
Yxy | 73.2367 | 0.3175 | 0.3185 |
Hunter Lab | 85.5784 | 2.5155 | 1.9253 |
CIE-Lab | 88.5605 | 7.2161 | -2.9249 |
#eadae4 color RGB value is (234,218,228).
#eadae4 hex color red value is 234, green value is 218 and the blue value of its RGB is 228. Cylindrical-coordinate representations (also known as HSL) of color #eadae4 hue: 0.90 , saturation: 0.28 and the lightness value of eadae4 is 0.89.
The process color (four color CMYK) of #eadae4 color hex is 0.00, 0.07, 0.03, 0.08. Web safe color of #eadae4 is #ffcccc. Color #eadae4 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101010 | 11011010 | 11100100 |
Octal | 352 | 332 | 344 |
Decimal | 234 | 218 | 228 |
Hex | EA | DA | E4 |
Shades of #eadae4
Tints of #eadae4
RGB Percentages of Color #eadae4
CMYK Percentages of Color #eadae4
Complementary Color
#eadae4 | #daeae0 |
#eadae4 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#eadae4 Color Preview on White Background
Lorem ipsum dolor sit amet.
#eadae4 Color CSS Codes
.mybgcolor {background-color:#eadae4; } .myforecolor {color:#eadae4; } .mybordercolor {border:3px solid #eadae4; }
#eadae4 Text Font Color
<p style="color:#eadae4">Text here</p>
This sample text font color is #eadae4
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.
#eadae4 Background Color
<div style="background-color:#eadae4">
Div content here</div>
This div background color is #eadae4
#eadae4 Border Color
<div style="border:3px solid #eadae4">
Div here</div>
This div border color is #eadae4
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(234,218,228, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #eadae4; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #eadae4; -webkit-box-shadow: 1px 1px 3px 2px #eadae4; box-shadow: 1px 1px 3px 2px #eadae4; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(234,218,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 #eadae4">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #eadae4; -webkit-box-shadow: 1px 1px 3px 2px #eadae4; box-shadow: 1px 1px 3px 2px #eadae4;">
Div content here</div>
This div box has shadow with color #eadae4
Comments
No comments written yet.
Please login to write comment.