Color spaces of #edccbd
RGB | 237 | 204 | 189 |
---|---|---|---|
HSL | 0.05 | 0.57 | 0.84 |
HSV | 19° | 20° | 93° |
CMYK | 0.00 | 0.14 | 0.20 0.07 |
XYZ | 65.7032 | 64.8644 | 57.2013 |
Yxy | 64.8644 | 0.3499 | 0.3454 |
Hunter Lab | 80.5384 | 4.6779 | 14.2670 |
CIE-Lab | 84.4138 | 9.2807 | 11.7489 |
#edccbd color RGB value is (237,204,189).
#edccbd hex color red value is 237, green value is 204 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #edccbd hue: 0.05 , saturation: 0.57 and the lightness value of edccbd is 0.84.
The process color (four color CMYK) of #edccbd color hex is 0.00, 0.14, 0.20, 0.07. Web safe color of #edccbd is #ffcccc. Color #edccbd contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101101 | 11001100 | 10111101 |
Octal | 355 | 314 | 275 |
Decimal | 237 | 204 | 189 |
Hex | ED | CC | BD |
Shades of #edccbd
Tints of #edccbd
RGB Percentages of Color #edccbd
CMYK Percentages of Color #edccbd
Complementary Color
#edccbd | #bddeed |
#edccbd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#edccbd Color Preview on White Background
Lorem ipsum dolor sit amet.
#edccbd Color CSS Codes
.mybgcolor {background-color:#edccbd; } .myforecolor {color:#edccbd; } .mybordercolor {border:3px solid #edccbd; }
#edccbd Text Font Color
<p style="color:#edccbd">Text here</p>
This sample text font color is #edccbd
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.
#edccbd Background Color
<div style="background-color:#edccbd">
Div content here</div>
This div background color is #edccbd
#edccbd Border Color
<div style="border:3px solid #edccbd">
Div here</div>
This div border color is #edccbd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(237,204,189, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #edccbd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #edccbd; -webkit-box-shadow: 1px 1px 3px 2px #edccbd; box-shadow: 1px 1px 3px 2px #edccbd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(237,204,189, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #edccbd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #edccbd; -webkit-box-shadow: 1px 1px 3px 2px #edccbd; box-shadow: 1px 1px 3px 2px #edccbd;">
Div content here</div>
This div box has shadow with color #edccbd
Comments
No comments written yet.
Please login to write comment.