Color spaces of #edabca
RGB | 237 | 171 | 202 |
---|---|---|---|
HSL | 0.92 | 0.65 | 0.80 |
HSV | 332° | 28° | 93° |
CMYK | 0.00 | 0.28 | 0.15 0.07 |
XYZ | 60.1486 | 51.3946 | 62.6271 |
Yxy | 51.3946 | 0.3453 | 0.2951 |
Hunter Lab | 71.6900 | 24.3056 | -1.6116 |
CIE-Lab | 76.9174 | 28.7657 | -6.1251 |
#edabca color RGB value is (237,171,202).
#edabca hex color red value is 237, green value is 171 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #edabca hue: 0.92 , saturation: 0.65 and the lightness value of edabca is 0.80.
The process color (four color CMYK) of #edabca color hex is 0.00, 0.28, 0.15, 0.07. Web safe color of #edabca is #ff99cc. Color #edabca contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101101 | 10101011 | 11001010 |
Octal | 355 | 253 | 312 |
Decimal | 237 | 171 | 202 |
Hex | ED | AB | CA |
Shades of #edabca
Tints of #edabca
RGB Percentages of Color #edabca
CMYK Percentages of Color #edabca
Complementary Color
#edabca | #abedce |
#edabca Color Preview on Black Background
Lorem ipsum dolor sit amet.
#edabca Color Preview on White Background
Lorem ipsum dolor sit amet.
#edabca Color CSS Codes
.mybgcolor {background-color:#edabca; } .myforecolor {color:#edabca; } .mybordercolor {border:3px solid #edabca; }
#edabca Text Font Color
<p style="color:#edabca">Text here</p>
This sample text font color is #edabca
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.
#edabca Background Color
<div style="background-color:#edabca">
Div content here</div>
This div background color is #edabca
#edabca Border Color
<div style="border:3px solid #edabca">
Div here</div>
This div border color is #edabca
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(237,171,202, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #edabca; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #edabca; -webkit-box-shadow: 1px 1px 3px 2px #edabca; box-shadow: 1px 1px 3px 2px #edabca; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(237,171,202, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #edabca">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #edabca; -webkit-box-shadow: 1px 1px 3px 2px #edabca; box-shadow: 1px 1px 3px 2px #edabca;">
Div content here</div>
This div box has shadow with color #edabca
Comments
No comments written yet.
Please login to write comment.