Color spaces of #edbb8f
RGB | 237 | 187 | 143 |
---|---|---|---|
HSL | 0.08 | 0.72 | 0.75 |
HSV | 28° | 40° | 93° |
CMYK | 0.00 | 0.21 | 0.40 0.07 |
XYZ | 57.6533 | 55.5283 | 33.6660 |
Yxy | 55.5283 | 0.3926 | 0.3781 |
Hunter Lab | 74.5173 | 7.6984 | 25.3756 |
CIE-Lab | 79.3446 | 12.2835 | 29.1466 |
#edbb8f color RGB value is (237,187,143).
#edbb8f hex color red value is 237, green value is 187 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #edbb8f hue: 0.08 , saturation: 0.72 and the lightness value of edbb8f is 0.75.
The process color (four color CMYK) of #edbb8f color hex is 0.00, 0.21, 0.40, 0.07. Web safe color of #edbb8f is #ffcc99. Color #edbb8f contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101101 | 10111011 | 10001111 |
Octal | 355 | 273 | 217 |
Decimal | 237 | 187 | 143 |
Hex | ED | BB | 8F |
Shades of #edbb8f
Tints of #edbb8f
RGB Percentages of Color #edbb8f
CMYK Percentages of Color #edbb8f
Complementary Color
#edbb8f | #8fc1ed |
#edbb8f Color Preview on Black Background
Lorem ipsum dolor sit amet.
#edbb8f Color Preview on White Background
Lorem ipsum dolor sit amet.
#edbb8f Color CSS Codes
.mybgcolor {background-color:#edbb8f; } .myforecolor {color:#edbb8f; } .mybordercolor {border:3px solid #edbb8f; }
#edbb8f Text Font Color
<p style="color:#edbb8f">Text here</p>
This sample text font color is #edbb8f
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.
#edbb8f Background Color
<div style="background-color:#edbb8f">
Div content here</div>
This div background color is #edbb8f
#edbb8f Border Color
<div style="border:3px solid #edbb8f">
Div here</div>
This div border color is #edbb8f
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(237,187,143, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #edbb8f; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #edbb8f; -webkit-box-shadow: 1px 1px 3px 2px #edbb8f; box-shadow: 1px 1px 3px 2px #edbb8f; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(237,187,143, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #edbb8f">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #edbb8f; -webkit-box-shadow: 1px 1px 3px 2px #edbb8f; box-shadow: 1px 1px 3px 2px #edbb8f;">
Div content here</div>
This div box has shadow with color #edbb8f
Comments
No comments written yet.
Please login to write comment.