Color spaces of #edc8ab
RGB | 237 | 200 | 171 |
---|---|---|---|
HSL | 0.07 | 0.65 | 0.80 |
HSV | 26° | 28° | 93° |
CMYK | 0.00 | 0.16 | 0.28 0.07 |
XYZ | 62.9300 | 62.2534 | 47.2274 |
Yxy | 62.2534 | 0.3650 | 0.3611 |
Hunter Lab | 78.9008 | 4.2922 | 19.7416 |
CIE-Lab | 83.0480 | 8.8582 | 19.3786 |
#edc8ab color RGB value is (237,200,171).
#edc8ab hex color red value is 237, green value is 200 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #edc8ab hue: 0.07 , saturation: 0.65 and the lightness value of edc8ab is 0.80.
The process color (four color CMYK) of #edc8ab color hex is 0.00, 0.16, 0.28, 0.07. Web safe color of #edc8ab is #ffcc99. Color #edc8ab contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101101 | 11001000 | 10101011 |
Octal | 355 | 310 | 253 |
Decimal | 237 | 200 | 171 |
Hex | ED | C8 | AB |
Shades of #edc8ab
Tints of #edc8ab
RGB Percentages of Color #edc8ab
CMYK Percentages of Color #edc8ab
Complementary Color
#edc8ab | #abd0ed |
#edc8ab Color Preview on Black Background
Lorem ipsum dolor sit amet.
#edc8ab Color Preview on White Background
Lorem ipsum dolor sit amet.
#edc8ab Color CSS Codes
.mybgcolor {background-color:#edc8ab; } .myforecolor {color:#edc8ab; } .mybordercolor {border:3px solid #edc8ab; }
#edc8ab Text Font Color
<p style="color:#edc8ab">Text here</p>
This sample text font color is #edc8ab
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.
#edc8ab Background Color
<div style="background-color:#edc8ab">
Div content here</div>
This div background color is #edc8ab
#edc8ab Border Color
<div style="border:3px solid #edc8ab">
Div here</div>
This div border color is #edc8ab
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(237,200,171, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #edc8ab; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #edc8ab; -webkit-box-shadow: 1px 1px 3px 2px #edc8ab; box-shadow: 1px 1px 3px 2px #edc8ab; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(237,200,171, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #edc8ab">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #edc8ab; -webkit-box-shadow: 1px 1px 3px 2px #edc8ab; box-shadow: 1px 1px 3px 2px #edc8ab;">
Div content here</div>
This div box has shadow with color #edc8ab
Comments
No comments written yet.
Please login to write comment.