Color spaces of #e0cfcc
RGB | 224 | 207 | 204 |
---|---|---|---|
HSL | 0.03 | 0.24 | 0.84 |
HSV | 9° | 9° | 88° |
CMYK | 0.00 | 0.08 | 0.09 0.12 |
XYZ | 63.9524 | 64.8326 | 66.2700 |
Yxy | 64.8326 | 0.3279 | 0.3324 |
Hunter Lab | 80.5187 | 0.8669 | 7.5651 |
CIE-Lab | 84.3974 | 5.3891 | 3.6071 |
#e0cfcc color RGB value is (224,207,204).
#e0cfcc hex color red value is 224, green value is 207 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #e0cfcc hue: 0.03 , saturation: 0.24 and the lightness value of e0cfcc is 0.84.
The process color (four color CMYK) of #e0cfcc color hex is 0.00, 0.08, 0.09, 0.12. Web safe color of #e0cfcc is #cccccc. Color #e0cfcc contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11100000 | 11001111 | 11001100 |
Octal | 340 | 317 | 314 |
Decimal | 224 | 207 | 204 |
Hex | E0 | CF | CC |
Shades of #e0cfcc
Tints of #e0cfcc
RGB Percentages of Color #e0cfcc
CMYK Percentages of Color #e0cfcc
Complementary Color
#e0cfcc | #ccdde0 |
#e0cfcc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e0cfcc Color Preview on White Background
Lorem ipsum dolor sit amet.
#e0cfcc Color CSS Codes
.mybgcolor {background-color:#e0cfcc; } .myforecolor {color:#e0cfcc; } .mybordercolor {border:3px solid #e0cfcc; }
#e0cfcc Text Font Color
<p style="color:#e0cfcc">Text here</p>
This sample text font color is #e0cfcc
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.
#e0cfcc Background Color
<div style="background-color:#e0cfcc">
Div content here</div>
This div background color is #e0cfcc
#e0cfcc Border Color
<div style="border:3px solid #e0cfcc">
Div here</div>
This div border color is #e0cfcc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(224,207,204, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e0cfcc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e0cfcc; -webkit-box-shadow: 1px 1px 3px 2px #e0cfcc; box-shadow: 1px 1px 3px 2px #e0cfcc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(224,207,204, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #e0cfcc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e0cfcc; -webkit-box-shadow: 1px 1px 3px 2px #e0cfcc; box-shadow: 1px 1px 3px 2px #e0cfcc;">
Div content here</div>
This div box has shadow with color #e0cfcc
Comments
No comments written yet.
Please login to write comment.