Color spaces of #e0eade
RGB | 224 | 234 | 222 |
---|---|---|---|
HSL | 0.31 | 0.22 | 0.89 |
HSV | 110° | 5° | 92° |
CMYK | 0.04 | 0.00 | 0.05 0.08 |
XYZ | 73.3481 | 79.9669 | 80.6765 |
Yxy | 79.9669 | 0.3135 | 0.3418 |
Hunter Lab | 89.4242 | -10.0820 | 9.1069 |
CIE-Lab | 91.6700 | -5.4743 | 4.6600 |
#e0eade color RGB value is (224,234,222).
#e0eade hex color red value is 224, green value is 234 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #e0eade hue: 0.31 , saturation: 0.22 and the lightness value of e0eade is 0.89.
The process color (four color CMYK) of #e0eade color hex is 0.04, 0.00, 0.05, 0.08. Web safe color of #e0eade is #ccffcc. Color #e0eade contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11100000 | 11101010 | 11011110 |
Octal | 340 | 352 | 336 |
Decimal | 224 | 234 | 222 |
Hex | E0 | EA | DE |
Shades of #e0eade
Tints of #e0eade
RGB Percentages of Color #e0eade
CMYK Percentages of Color #e0eade
Complementary Color
#e0eade | #e8deea |
#e0eade Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e0eade Color Preview on White Background
Lorem ipsum dolor sit amet.
#e0eade Color CSS Codes
.mybgcolor {background-color:#e0eade; } .myforecolor {color:#e0eade; } .mybordercolor {border:3px solid #e0eade; }
#e0eade Text Font Color
<p style="color:#e0eade">Text here</p>
This sample text font color is #e0eade
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.
#e0eade Background Color
<div style="background-color:#e0eade">
Div content here</div>
This div background color is #e0eade
#e0eade Border Color
<div style="border:3px solid #e0eade">
Div here</div>
This div border color is #e0eade
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(224,234,222, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e0eade; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e0eade; -webkit-box-shadow: 1px 1px 3px 2px #e0eade; box-shadow: 1px 1px 3px 2px #e0eade; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(224,234,222, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #e0eade">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e0eade; -webkit-box-shadow: 1px 1px 3px 2px #e0eade; box-shadow: 1px 1px 3px 2px #e0eade;">
Div content here</div>
This div box has shadow with color #e0eade
Comments
No comments written yet.
Please login to write comment.