Color spaces of #edabbb
RGB | 237 | 171 | 187 |
---|---|---|---|
HSL | 0.96 | 0.65 | 0.80 |
HSV | 345° | 28° | 93° |
CMYK | 0.00 | 0.28 | 0.21 0.07 |
XYZ | 58.4576 | 50.7182 | 53.7222 |
Yxy | 50.7182 | 0.3589 | 0.3113 |
Hunter Lab | 71.2167 | 21.8909 | 5.1264 |
CIE-Lab | 76.5080 | 26.4694 | 1.4586 |
#edabbb color RGB value is (237,171,187).
#edabbb hex color red value is 237, green value is 171 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #edabbb hue: 0.96 , saturation: 0.65 and the lightness value of edabbb is 0.80.
The process color (four color CMYK) of #edabbb color hex is 0.00, 0.28, 0.21, 0.07. Web safe color of #edabbb is #ff99cc. Color #edabbb contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101101 | 10101011 | 10111011 |
Octal | 355 | 253 | 273 |
Decimal | 237 | 171 | 187 |
Hex | ED | AB | BB |
Shades of #edabbb
Tints of #edabbb
RGB Percentages of Color #edabbb
CMYK Percentages of Color #edabbb
Complementary Color
#edabbb | #abeddd |
#edabbb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#edabbb Color Preview on White Background
Lorem ipsum dolor sit amet.
#edabbb Color CSS Codes
.mybgcolor {background-color:#edabbb; } .myforecolor {color:#edabbb; } .mybordercolor {border:3px solid #edabbb; }
#edabbb Text Font Color
<p style="color:#edabbb">Text here</p>
This sample text font color is #edabbb
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.
#edabbb Background Color
<div style="background-color:#edabbb">
Div content here</div>
This div background color is #edabbb
#edabbb Border Color
<div style="border:3px solid #edabbb">
Div here</div>
This div border color is #edabbb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(237,171,187, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #edabbb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #edabbb; -webkit-box-shadow: 1px 1px 3px 2px #edabbb; box-shadow: 1px 1px 3px 2px #edabbb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(237,171,187, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #edabbb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #edabbb; -webkit-box-shadow: 1px 1px 3px 2px #edabbb; box-shadow: 1px 1px 3px 2px #edabbb;">
Div content here</div>
This div box has shadow with color #edabbb
Comments
No comments written yet.
Please login to write comment.