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