Color spaces of #edacab
RGB | 237 | 172 | 171 |
---|---|---|---|
HSL | 0.00 | 0.65 | 0.80 |
HSV | 1° | 28° | 93° |
CMYK | 0.00 | 0.27 | 0.28 0.07 |
XYZ | 57.0283 | 50.4498 | 45.2602 |
Yxy | 50.4498 | 0.3734 | 0.3303 |
Hunter Lab | 71.0280 | 19.0184 | 11.9391 |
CIE-Lab | 76.3445 | 23.6798 | 9.9529 |
#edacab color RGB value is (237,172,171).
#edacab hex color red value is 237, green value is 172 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #edacab hue: 0.00 , saturation: 0.65 and the lightness value of edacab is 0.80.
The process color (four color CMYK) of #edacab color hex is 0.00, 0.27, 0.28, 0.07. Web safe color of #edacab is #ff9999. Color #edacab contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101101 | 10101100 | 10101011 |
Octal | 355 | 254 | 253 |
Decimal | 237 | 172 | 171 |
Hex | ED | AC | AB |
Shades of #edacab
Tints of #edacab
RGB Percentages of Color #edacab
CMYK Percentages of Color #edacab
Complementary Color
#edacab | #abeced |
#edacab Color Preview on Black Background
Lorem ipsum dolor sit amet.
#edacab Color Preview on White Background
Lorem ipsum dolor sit amet.
#edacab Color CSS Codes
.mybgcolor {background-color:#edacab; } .myforecolor {color:#edacab; } .mybordercolor {border:3px solid #edacab; }
#edacab Text Font Color
<p style="color:#edacab">Text here</p>
This sample text font color is #edacab
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.
#edacab Background Color
<div style="background-color:#edacab">
Div content here</div>
This div background color is #edacab
#edacab Border Color
<div style="border:3px solid #edacab">
Div here</div>
This div border color is #edacab
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(237,172,171, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #edacab; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #edacab; -webkit-box-shadow: 1px 1px 3px 2px #edacab; box-shadow: 1px 1px 3px 2px #edacab; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(237,172,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 #edacab">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #edacab; -webkit-box-shadow: 1px 1px 3px 2px #edacab; box-shadow: 1px 1px 3px 2px #edacab;">
Div content here</div>
This div box has shadow with color #edacab
Comments
No comments written yet.
Please login to write comment.