Color spaces of #edaa8b
RGB | 237 | 170 | 139 |
---|---|---|---|
HSL | 0.05 | 0.73 | 0.74 |
HSV | 19° | 41° | 93° |
CMYK | 0.00 | 0.28 | 0.41 0.07 |
XYZ | 53.9600 | 48.6181 | 30.9663 |
Yxy | 48.6181 | 0.4041 | 0.3641 |
Hunter Lab | 69.7267 | 16.1157 | 22.4774 |
CIE-Lab | 75.2131 | 20.8535 | 25.7396 |
#edaa8b color RGB value is (237,170,139).
#edaa8b hex color red value is 237, green value is 170 and the blue value of its RGB is 139. Cylindrical-coordinate representations (also known as HSL) of color #edaa8b hue: 0.05 , saturation: 0.73 and the lightness value of edaa8b is 0.74.
The process color (four color CMYK) of #edaa8b color hex is 0.00, 0.28, 0.41, 0.07. Web safe color of #edaa8b is #ff9999. Color #edaa8b contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101101 | 10101010 | 10001011 |
Octal | 355 | 252 | 213 |
Decimal | 237 | 170 | 139 |
Hex | ED | AA | 8B |
Shades of #edaa8b
Tints of #edaa8b
RGB Percentages of Color #edaa8b
CMYK Percentages of Color #edaa8b
Complementary Color
#edaa8b | #8bceed |
#edaa8b Color Preview on Black Background
Lorem ipsum dolor sit amet.
#edaa8b Color Preview on White Background
Lorem ipsum dolor sit amet.
#edaa8b Color CSS Codes
.mybgcolor {background-color:#edaa8b; } .myforecolor {color:#edaa8b; } .mybordercolor {border:3px solid #edaa8b; }
#edaa8b Text Font Color
<p style="color:#edaa8b">Text here</p>
This sample text font color is #edaa8b
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.
#edaa8b Background Color
<div style="background-color:#edaa8b">
Div content here</div>
This div background color is #edaa8b
#edaa8b Border Color
<div style="border:3px solid #edaa8b">
Div here</div>
This div border color is #edaa8b
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(237,170,139, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #edaa8b; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #edaa8b; -webkit-box-shadow: 1px 1px 3px 2px #edaa8b; box-shadow: 1px 1px 3px 2px #edaa8b; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(237,170,139, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #edaa8b">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #edaa8b; -webkit-box-shadow: 1px 1px 3px 2px #edaa8b; box-shadow: 1px 1px 3px 2px #edaa8b;">
Div content here</div>
This div box has shadow with color #edaa8b
Comments
No comments written yet.
Please login to write comment.