Color spaces of #eccedc
RGB | 236 | 206 | 220 |
---|---|---|---|
HSL | 0.92 | 0.44 | 0.87 |
HSV | 332° | 13° | 93° |
CMYK | 0.00 | 0.13 | 0.07 0.07 |
XYZ | 69.5816 | 67.1428 | 77.0027 |
Yxy | 67.1428 | 0.3256 | 0.3142 |
Hunter Lab | 81.9407 | 8.1806 | 1.6415 |
CIE-Lab | 85.5760 | 12.8044 | -3.0570 |
#eccedc color RGB value is (236,206,220).
#eccedc hex color red value is 236, green value is 206 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #eccedc hue: 0.92 , saturation: 0.44 and the lightness value of eccedc is 0.87.
The process color (four color CMYK) of #eccedc color hex is 0.00, 0.13, 0.07, 0.07. Web safe color of #eccedc is #ffcccc. Color #eccedc contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101100 | 11001110 | 11011100 |
Octal | 354 | 316 | 334 |
Decimal | 236 | 206 | 220 |
Hex | EC | CE | DC |
Shades of #eccedc
Tints of #eccedc
RGB Percentages of Color #eccedc
CMYK Percentages of Color #eccedc
Complementary Color
#eccedc | #ceecde |
#eccedc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#eccedc Color Preview on White Background
Lorem ipsum dolor sit amet.
#eccedc Color CSS Codes
.mybgcolor {background-color:#eccedc; } .myforecolor {color:#eccedc; } .mybordercolor {border:3px solid #eccedc; }
#eccedc Text Font Color
<p style="color:#eccedc">Text here</p>
This sample text font color is #eccedc
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.
#eccedc Background Color
<div style="background-color:#eccedc">
Div content here</div>
This div background color is #eccedc
#eccedc Border Color
<div style="border:3px solid #eccedc">
Div here</div>
This div border color is #eccedc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(236,206,220, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #eccedc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #eccedc; -webkit-box-shadow: 1px 1px 3px 2px #eccedc; box-shadow: 1px 1px 3px 2px #eccedc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(236,206,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 #eccedc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #eccedc; -webkit-box-shadow: 1px 1px 3px 2px #eccedc; box-shadow: 1px 1px 3px 2px #eccedc;">
Div content here</div>
This div box has shadow with color #eccedc
Comments
No comments written yet.
Please login to write comment.