Color spaces of #ececdc
RGB | 236 | 236 | 220 |
---|---|---|---|
HSL | 0.17 | 0.30 | 0.89 |
HSV | 60° | 7° | 93° |
CMYK | 0.00 | 0.00 | 0.07 0.07 |
XYZ | 77.5058 | 82.9911 | 79.6440 |
Yxy | 82.9911 | 0.3228 | 0.3456 |
Hunter Lab | 91.0995 | -7.5594 | 11.9351 |
CIE-Lab | 93.0105 | -2.7457 | 7.7466 |
#ececdc color RGB value is (236,236,220).
#ececdc hex color red value is 236, green value is 236 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #ececdc hue: 0.17 , saturation: 0.30 and the lightness value of ececdc is 0.89.
The process color (four color CMYK) of #ececdc color hex is 0.00, 0.00, 0.07, 0.07. Web safe color of #ececdc is #ffffcc. Color #ececdc contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101100 | 11101100 | 11011100 |
Octal | 354 | 354 | 334 |
Decimal | 236 | 236 | 220 |
Hex | EC | EC | DC |
Shades of #ececdc
Tints of #ececdc
RGB Percentages of Color #ececdc
CMYK Percentages of Color #ececdc
Complementary Color
#ececdc | #dcdcec |
#ececdc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ececdc Color Preview on White Background
Lorem ipsum dolor sit amet.
#ececdc Color CSS Codes
.mybgcolor {background-color:#ececdc; } .myforecolor {color:#ececdc; } .mybordercolor {border:3px solid #ececdc; }
#ececdc Text Font Color
<p style="color:#ececdc">Text here</p>
This sample text font color is #ececdc
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.
#ececdc Background Color
<div style="background-color:#ececdc">
Div content here</div>
This div background color is #ececdc
#ececdc Border Color
<div style="border:3px solid #ececdc">
Div here</div>
This div border color is #ececdc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(236,236,220, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ececdc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ececdc; -webkit-box-shadow: 1px 1px 3px 2px #ececdc; box-shadow: 1px 1px 3px 2px #ececdc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(236,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 #ececdc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ececdc; -webkit-box-shadow: 1px 1px 3px 2px #ececdc; box-shadow: 1px 1px 3px 2px #ececdc;">
Div content here</div>
This div box has shadow with color #ececdc
Comments
No comments written yet.
Please login to write comment.