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