Color spaces of #e2eddb
RGB | 226 | 237 | 219 |
---|---|---|---|
HSL | 0.27 | 0.33 | 0.89 |
HSV | 97° | 8° | 93° |
CMYK | 0.05 | 0.00 | 0.08 0.07 |
XYZ | 74.4344 | 81.8516 | 78.8937 |
Yxy | 81.8516 | 0.3165 | 0.3480 |
Hunter Lab | 90.4719 | -11.4675 | 11.6280 |
CIE-Lab | 92.5093 | -6.8391 | 7.4501 |
#e2eddb color RGB value is (226,237,219).
#e2eddb hex color red value is 226, green value is 237 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #e2eddb hue: 0.27 , saturation: 0.33 and the lightness value of e2eddb is 0.89.
The process color (four color CMYK) of #e2eddb color hex is 0.05, 0.00, 0.08, 0.07. Web safe color of #e2eddb is #ccffcc. Color #e2eddb contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11100010 | 11101101 | 11011011 |
Octal | 342 | 355 | 333 |
Decimal | 226 | 237 | 219 |
Hex | E2 | ED | DB |
Shades of #e2eddb
Tints of #e2eddb
RGB Percentages of Color #e2eddb
CMYK Percentages of Color #e2eddb
Complementary Color
#e2eddb | #e6dbed |
#e2eddb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e2eddb Color Preview on White Background
Lorem ipsum dolor sit amet.
#e2eddb Color CSS Codes
.mybgcolor {background-color:#e2eddb; } .myforecolor {color:#e2eddb; } .mybordercolor {border:3px solid #e2eddb; }
#e2eddb Text Font Color
<p style="color:#e2eddb">Text here</p>
This sample text font color is #e2eddb
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.
#e2eddb Background Color
<div style="background-color:#e2eddb">
Div content here</div>
This div background color is #e2eddb
#e2eddb Border Color
<div style="border:3px solid #e2eddb">
Div here</div>
This div border color is #e2eddb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(226,237,219, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e2eddb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e2eddb; -webkit-box-shadow: 1px 1px 3px 2px #e2eddb; box-shadow: 1px 1px 3px 2px #e2eddb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(226,237,219, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #e2eddb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e2eddb; -webkit-box-shadow: 1px 1px 3px 2px #e2eddb; box-shadow: 1px 1px 3px 2px #e2eddb;">
Div content here</div>
This div box has shadow with color #e2eddb
Comments
No comments written yet.
Please login to write comment.