Color spaces of #eda89f
RGB | 237 | 168 | 159 |
---|---|---|---|
HSL | 0.02 | 0.68 | 0.78 |
HSV | 7° | 33° | 93° |
CMYK | 0.00 | 0.29 | 0.33 0.07 |
XYZ | 55.1857 | 48.5130 | 39.2562 |
Yxy | 48.5130 | 0.3860 | 0.3394 |
Hunter Lab | 69.6513 | 19.5384 | 15.3394 |
CIE-Lab | 75.1473 | 24.2483 | 14.8043 |
#eda89f color RGB value is (237,168,159).
#eda89f hex color red value is 237, green value is 168 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #eda89f hue: 0.02 , saturation: 0.68 and the lightness value of eda89f is 0.78.
The process color (four color CMYK) of #eda89f color hex is 0.00, 0.29, 0.33, 0.07. Web safe color of #eda89f is #ff9999. Color #eda89f contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101101 | 10101000 | 10011111 |
Octal | 355 | 250 | 237 |
Decimal | 237 | 168 | 159 |
Hex | ED | A8 | 9F |
Shades of #eda89f
Tints of #eda89f
RGB Percentages of Color #eda89f
CMYK Percentages of Color #eda89f
Complementary Color
#eda89f | #9fe4ed |
#eda89f Color Preview on Black Background
Lorem ipsum dolor sit amet.
#eda89f Color Preview on White Background
Lorem ipsum dolor sit amet.
#eda89f Color CSS Codes
.mybgcolor {background-color:#eda89f; } .myforecolor {color:#eda89f; } .mybordercolor {border:3px solid #eda89f; }
#eda89f Text Font Color
<p style="color:#eda89f">Text here</p>
This sample text font color is #eda89f
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.
#eda89f Background Color
<div style="background-color:#eda89f">
Div content here</div>
This div background color is #eda89f
#eda89f Border Color
<div style="border:3px solid #eda89f">
Div here</div>
This div border color is #eda89f
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(237,168,159, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #eda89f; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #eda89f; -webkit-box-shadow: 1px 1px 3px 2px #eda89f; box-shadow: 1px 1px 3px 2px #eda89f; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(237,168,159, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #eda89f">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #eda89f; -webkit-box-shadow: 1px 1px 3px 2px #eda89f; box-shadow: 1px 1px 3px 2px #eda89f;">
Div content here</div>
This div box has shadow with color #eda89f
Comments
No comments written yet.
Please login to write comment.