Color spaces of #ecdccf
RGB | 236 | 220 | 207 |
---|---|---|---|
HSL | 0.07 | 0.43 | 0.87 |
HSV | 27° | 12° | 93° |
CMYK | 0.00 | 0.07 | 0.12 0.07 |
XYZ | 71.4478 | 73.5243 | 69.4574 |
Yxy | 73.5243 | 0.3332 | 0.3429 |
Hunter Lab | 85.7463 | -1.3216 | 11.9955 |
CIE-Lab | 88.6972 | 3.3443 | 8.3455 |
#ecdccf color RGB value is (236,220,207).
#ecdccf hex color red value is 236, green value is 220 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #ecdccf hue: 0.07 , saturation: 0.43 and the lightness value of ecdccf is 0.87.
The process color (four color CMYK) of #ecdccf color hex is 0.00, 0.07, 0.12, 0.07. Web safe color of #ecdccf is #ffcccc. Color #ecdccf contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101100 | 11011100 | 11001111 |
Octal | 354 | 334 | 317 |
Decimal | 236 | 220 | 207 |
Hex | EC | DC | CF |
Shades of #ecdccf
Tints of #ecdccf
RGB Percentages of Color #ecdccf
CMYK Percentages of Color #ecdccf
Complementary Color
#ecdccf | #cfdfec |
#ecdccf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ecdccf Color Preview on White Background
Lorem ipsum dolor sit amet.
#ecdccf Color CSS Codes
.mybgcolor {background-color:#ecdccf; } .myforecolor {color:#ecdccf; } .mybordercolor {border:3px solid #ecdccf; }
#ecdccf Text Font Color
<p style="color:#ecdccf">Text here</p>
This sample text font color is #ecdccf
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.
#ecdccf Background Color
<div style="background-color:#ecdccf">
Div content here</div>
This div background color is #ecdccf
#ecdccf Border Color
<div style="border:3px solid #ecdccf">
Div here</div>
This div border color is #ecdccf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(236,220,207, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ecdccf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ecdccf; -webkit-box-shadow: 1px 1px 3px 2px #ecdccf; box-shadow: 1px 1px 3px 2px #ecdccf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(236,220,207, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ecdccf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ecdccf; -webkit-box-shadow: 1px 1px 3px 2px #ecdccf; box-shadow: 1px 1px 3px 2px #ecdccf;">
Div content here</div>
This div box has shadow with color #ecdccf
#ecdccf Color Palettes
Comments
No comments written yet.
Please login to write comment.