Color spaces of #edacba
RGB | 237 | 172 | 186 |
---|---|---|---|
HSL | 0.96 | 0.64 | 0.80 |
HSV | 347° | 27° | 93° |
CMYK | 0.00 | 0.27 | 0.22 0.07 |
XYZ | 58.5405 | 51.0547 | 53.2235 |
Yxy | 51.0547 | 0.3595 | 0.3136 |
Hunter Lab | 71.4526 | 21.2016 | 5.8529 |
CIE-Lab | 76.7121 | 25.7904 | 2.3011 |
#edacba color RGB value is (237,172,186).
#edacba hex color red value is 237, green value is 172 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #edacba hue: 0.96 , saturation: 0.64 and the lightness value of edacba is 0.80.
The process color (four color CMYK) of #edacba color hex is 0.00, 0.27, 0.22, 0.07. Web safe color of #edacba is #ff99cc. Color #edacba contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101101 | 10101100 | 10111010 |
Octal | 355 | 254 | 272 |
Decimal | 237 | 172 | 186 |
Hex | ED | AC | BA |
Shades of #edacba
Tints of #edacba
RGB Percentages of Color #edacba
CMYK Percentages of Color #edacba
Complementary Color
#edacba | #aceddf |
#edacba Color Preview on Black Background
Lorem ipsum dolor sit amet.
#edacba Color Preview on White Background
Lorem ipsum dolor sit amet.
#edacba Color CSS Codes
.mybgcolor {background-color:#edacba; } .myforecolor {color:#edacba; } .mybordercolor {border:3px solid #edacba; }
#edacba Text Font Color
<p style="color:#edacba">Text here</p>
This sample text font color is #edacba
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.
#edacba Background Color
<div style="background-color:#edacba">
Div content here</div>
This div background color is #edacba
#edacba Border Color
<div style="border:3px solid #edacba">
Div here</div>
This div border color is #edacba
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(237,172,186, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #edacba; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #edacba; -webkit-box-shadow: 1px 1px 3px 2px #edacba; box-shadow: 1px 1px 3px 2px #edacba; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(237,172,186, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #edacba">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #edacba; -webkit-box-shadow: 1px 1px 3px 2px #edacba; box-shadow: 1px 1px 3px 2px #edacba;">
Div content here</div>
This div box has shadow with color #edacba
Comments
No comments written yet.
Please login to write comment.