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