Color spaces of #e0cedc
RGB | 224 | 206 | 220 |
---|---|---|---|
HSL | 0.87 | 0.23 | 0.84 |
HSV | 313° | 8° | 88° |
CMYK | 0.00 | 0.08 | 0.02 0.12 |
XYZ | 65.7300 | 65.1572 | 76.8224 |
Yxy | 65.1572 | 0.3165 | 0.3137 |
Hunter Lab | 80.7200 | 4.0919 | 0.0769 |
CIE-Lab | 84.5647 | 8.6905 | -4.6615 |
#e0cedc color RGB value is (224,206,220).
#e0cedc hex color red value is 224, green value is 206 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #e0cedc hue: 0.87 , saturation: 0.23 and the lightness value of e0cedc is 0.84.
The process color (four color CMYK) of #e0cedc color hex is 0.00, 0.08, 0.02, 0.12. Web safe color of #e0cedc is #cccccc. Color #e0cedc contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11100000 | 11001110 | 11011100 |
Octal | 340 | 316 | 334 |
Decimal | 224 | 206 | 220 |
Hex | E0 | CE | DC |
Shades of #e0cedc
Tints of #e0cedc
RGB Percentages of Color #e0cedc
CMYK Percentages of Color #e0cedc
Complementary Color
#e0cedc | #cee0d2 |
#e0cedc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e0cedc Color Preview on White Background
Lorem ipsum dolor sit amet.
#e0cedc Color CSS Codes
.mybgcolor {background-color:#e0cedc; } .myforecolor {color:#e0cedc; } .mybordercolor {border:3px solid #e0cedc; }
#e0cedc Text Font Color
<p style="color:#e0cedc">Text here</p>
This sample text font color is #e0cedc
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.
#e0cedc Background Color
<div style="background-color:#e0cedc">
Div content here</div>
This div background color is #e0cedc
#e0cedc Border Color
<div style="border:3px solid #e0cedc">
Div here</div>
This div border color is #e0cedc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(224,206,220, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e0cedc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e0cedc; -webkit-box-shadow: 1px 1px 3px 2px #e0cedc; box-shadow: 1px 1px 3px 2px #e0cedc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(224,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 #e0cedc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e0cedc; -webkit-box-shadow: 1px 1px 3px 2px #e0cedc; box-shadow: 1px 1px 3px 2px #e0cedc;">
Div content here</div>
This div box has shadow with color #e0cedc
Comments
No comments written yet.
Please login to write comment.