Color spaces of #edcece
RGB | 237 | 206 | 206 |
---|---|---|---|
HSL | 0.00 | 0.46 | 0.87 |
HSV | 0° | 13° | 93° |
CMYK | 0.00 | 0.13 | 0.13 0.07 |
XYZ | 68.1369 | 66.6034 | 67.6571 |
Yxy | 66.6034 | 0.3366 | 0.3291 |
Hunter Lab | 81.6109 | 6.2105 | 7.9750 |
CIE-Lab | 85.3033 | 10.8393 | 3.9945 |
#edcece color RGB value is (237,206,206).
#edcece hex color red value is 237, green value is 206 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #edcece hue: 0.00 , saturation: 0.46 and the lightness value of edcece is 0.87.
The process color (four color CMYK) of #edcece color hex is 0.00, 0.13, 0.13, 0.07. Web safe color of #edcece is #ffcccc. Color #edcece contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101101 | 11001110 | 11001110 |
Octal | 355 | 316 | 316 |
Decimal | 237 | 206 | 206 |
Hex | ED | CE | CE |
Shades of #edcece
Tints of #edcece
RGB Percentages of Color #edcece
CMYK Percentages of Color #edcece
Complementary Color
#edcece | #ceeded |
#edcece Color Preview on Black Background
Lorem ipsum dolor sit amet.
#edcece Color Preview on White Background
Lorem ipsum dolor sit amet.
#edcece Color CSS Codes
.mybgcolor {background-color:#edcece; } .myforecolor {color:#edcece; } .mybordercolor {border:3px solid #edcece; }
#edcece Text Font Color
<p style="color:#edcece">Text here</p>
This sample text font color is #edcece
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.
#edcece Background Color
<div style="background-color:#edcece">
Div content here</div>
This div background color is #edcece
#edcece Border Color
<div style="border:3px solid #edcece">
Div here</div>
This div border color is #edcece
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(237,206,206, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #edcece; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #edcece; -webkit-box-shadow: 1px 1px 3px 2px #edcece; box-shadow: 1px 1px 3px 2px #edcece; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(237,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 #edcece">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #edcece; -webkit-box-shadow: 1px 1px 3px 2px #edcece; box-shadow: 1px 1px 3px 2px #edcece;">
Div content here</div>
This div box has shadow with color #edcece
#edcece Color Palettes
Comments
No comments written yet.
Please login to write comment.