Color spaces of #edd6cf
RGB | 237 | 214 | 207 |
---|---|---|---|
HSL | 0.04 | 0.45 | 0.87 |
HSV | 14° | 13° | 93° |
CMYK | 0.00 | 0.10 | 0.13 0.07 |
XYZ | 70.2341 | 70.6027 | 68.9574 |
Yxy | 70.6027 | 0.3348 | 0.3365 |
Hunter Lab | 84.0254 | 2.1579 | 10.1601 |
CIE-Lab | 87.2916 | 6.8137 | 6.3363 |
#edd6cf color RGB value is (237,214,207).
#edd6cf hex color red value is 237, green value is 214 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #edd6cf hue: 0.04 , saturation: 0.45 and the lightness value of edd6cf is 0.87.
The process color (four color CMYK) of #edd6cf color hex is 0.00, 0.10, 0.13, 0.07. Web safe color of #edd6cf is #ffcccc. Color #edd6cf contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101101 | 11010110 | 11001111 |
Octal | 355 | 326 | 317 |
Decimal | 237 | 214 | 207 |
Hex | ED | D6 | CF |
Shades of #edd6cf
Tints of #edd6cf
RGB Percentages of Color #edd6cf
CMYK Percentages of Color #edd6cf
Complementary Color
#edd6cf | #cfe6ed |
#edd6cf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#edd6cf Color Preview on White Background
Lorem ipsum dolor sit amet.
#edd6cf Color CSS Codes
.mybgcolor {background-color:#edd6cf; } .myforecolor {color:#edd6cf; } .mybordercolor {border:3px solid #edd6cf; }
#edd6cf Text Font Color
<p style="color:#edd6cf">Text here</p>
This sample text font color is #edd6cf
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.
#edd6cf Background Color
<div style="background-color:#edd6cf">
Div content here</div>
This div background color is #edd6cf
#edd6cf Border Color
<div style="border:3px solid #edd6cf">
Div here</div>
This div border color is #edd6cf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(237,214,207, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #edd6cf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #edd6cf; -webkit-box-shadow: 1px 1px 3px 2px #edd6cf; box-shadow: 1px 1px 3px 2px #edd6cf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(237,214,207, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #edd6cf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #edd6cf; -webkit-box-shadow: 1px 1px 3px 2px #edd6cf; box-shadow: 1px 1px 3px 2px #edd6cf;">
Div content here</div>
This div box has shadow with color #edd6cf
Comments
No comments written yet.
Please login to write comment.