Color spaces of #e2ecdc
RGB | 226 | 236 | 220 |
---|---|---|---|
HSL | 0.27 | 0.30 | 0.89 |
HSV | 98° | 7° | 93° |
CMYK | 0.04 | 0.00 | 0.07 0.07 |
XYZ | 74.2778 | 81.3270 | 79.4930 |
Yxy | 81.3270 | 0.3159 | 0.3459 |
Hunter Lab | 90.1815 | -10.7964 | 10.8642 |
CIE-Lab | 92.2770 | -6.1611 | 6.5959 |
#e2ecdc color RGB value is (226,236,220).
#e2ecdc hex color red value is 226, green value is 236 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #e2ecdc hue: 0.27 , saturation: 0.30 and the lightness value of e2ecdc is 0.89.
The process color (four color CMYK) of #e2ecdc color hex is 0.04, 0.00, 0.07, 0.07. Web safe color of #e2ecdc is #ccffcc. Color #e2ecdc contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11100010 | 11101100 | 11011100 |
Octal | 342 | 354 | 334 |
Decimal | 226 | 236 | 220 |
Hex | E2 | EC | DC |
Shades of #e2ecdc
Tints of #e2ecdc
RGB Percentages of Color #e2ecdc
CMYK Percentages of Color #e2ecdc
Complementary Color
#e2ecdc | #e6dcec |
#e2ecdc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e2ecdc Color Preview on White Background
Lorem ipsum dolor sit amet.
#e2ecdc Color CSS Codes
.mybgcolor {background-color:#e2ecdc; } .myforecolor {color:#e2ecdc; } .mybordercolor {border:3px solid #e2ecdc; }
#e2ecdc Text Font Color
<p style="color:#e2ecdc">Text here</p>
This sample text font color is #e2ecdc
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.
#e2ecdc Background Color
<div style="background-color:#e2ecdc">
Div content here</div>
This div background color is #e2ecdc
#e2ecdc Border Color
<div style="border:3px solid #e2ecdc">
Div here</div>
This div border color is #e2ecdc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(226,236,220, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e2ecdc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e2ecdc; -webkit-box-shadow: 1px 1px 3px 2px #e2ecdc; box-shadow: 1px 1px 3px 2px #e2ecdc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(226,236,220, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #e2ecdc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e2ecdc; -webkit-box-shadow: 1px 1px 3px 2px #e2ecdc; box-shadow: 1px 1px 3px 2px #e2ecdc;">
Div content here</div>
This div box has shadow with color #e2ecdc
Comments
No comments written yet.
Please login to write comment.