Color spaces of #e8efdd
RGB | 232 | 239 | 221 |
---|---|---|---|
HSL | 0.23 | 0.36 | 0.90 |
HSV | 83° | 8° | 94° |
CMYK | 0.03 | 0.00 | 0.08 0.06 |
XYZ | 77.1964 | 84.1093 | 80.5726 |
Yxy | 84.1093 | 0.3192 | 0.3477 |
Hunter Lab | 91.7111 | -10.2449 | 12.1087 |
CIE-Lab | 93.4980 | -5.4690 | 7.8894 |
#e8efdd color RGB value is (232,239,221).
#e8efdd hex color red value is 232, green value is 239 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #e8efdd hue: 0.23 , saturation: 0.36 and the lightness value of e8efdd is 0.90.
The process color (four color CMYK) of #e8efdd color hex is 0.03, 0.00, 0.08, 0.06. Web safe color of #e8efdd is #ffffcc. Color #e8efdd contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101000 | 11101111 | 11011101 |
Octal | 350 | 357 | 335 |
Decimal | 232 | 239 | 221 |
Hex | E8 | EF | DD |
Shades of #e8efdd
Tints of #e8efdd
RGB Percentages of Color #e8efdd
CMYK Percentages of Color #e8efdd
Complementary Color
#e8efdd | #e4ddef |
#e8efdd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e8efdd Color Preview on White Background
Lorem ipsum dolor sit amet.
#e8efdd Color CSS Codes
.mybgcolor {background-color:#e8efdd; } .myforecolor {color:#e8efdd; } .mybordercolor {border:3px solid #e8efdd; }
#e8efdd Text Font Color
<p style="color:#e8efdd">Text here</p>
This sample text font color is #e8efdd
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.
#e8efdd Background Color
<div style="background-color:#e8efdd">
Div content here</div>
This div background color is #e8efdd
#e8efdd Border Color
<div style="border:3px solid #e8efdd">
Div here</div>
This div border color is #e8efdd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(232,239,221, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e8efdd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e8efdd; -webkit-box-shadow: 1px 1px 3px 2px #e8efdd; box-shadow: 1px 1px 3px 2px #e8efdd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(232,239,221, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #e8efdd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e8efdd; -webkit-box-shadow: 1px 1px 3px 2px #e8efdd; box-shadow: 1px 1px 3px 2px #e8efdd;">
Div content here</div>
This div box has shadow with color #e8efdd
Comments
No comments written yet.
Please login to write comment.