Color spaces of #ed5bab
RGB | 237 | 91 | 171 |
---|---|---|---|
HSL | 0.91 | 0.80 | 0.64 |
HSV | 327° | 62° | 93° |
CMYK | 0.00 | 0.62 | 0.28 0.07 |
XYZ | 46.0168 | 28.4270 | 41.5897 |
Yxy | 28.4270 | 0.3966 | 0.2450 |
Hunter Lab | 53.3170 | 60.7550 | -8.9270 |
CIE-Lab | 60.2726 | 63.8501 | -13.6082 |
#ed5bab color RGB value is (237,91,171).
#ed5bab hex color red value is 237, green value is 91 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #ed5bab hue: 0.91 , saturation: 0.80 and the lightness value of ed5bab is 0.64.
The process color (four color CMYK) of #ed5bab color hex is 0.00, 0.62, 0.28, 0.07. Web safe color of #ed5bab is #ff6699. Color #ed5bab contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101101 | 01011011 | 10101011 |
Octal | 355 | 133 | 253 |
Decimal | 237 | 91 | 171 |
Hex | ED | 5B | AB |
Shades of #ed5bab
Tints of #ed5bab
RGB Percentages of Color #ed5bab
CMYK Percentages of Color #ed5bab
Complementary Color
#ed5bab | #5bed9d |
#ed5bab Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ed5bab Color Preview on White Background
Lorem ipsum dolor sit amet.
#ed5bab Color CSS Codes
.mybgcolor {background-color:#ed5bab; } .myforecolor {color:#ed5bab; } .mybordercolor {border:3px solid #ed5bab; }
#ed5bab Text Font Color
<p style="color:#ed5bab">Text here</p>
This sample text font color is #ed5bab
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.
#ed5bab Background Color
<div style="background-color:#ed5bab">
Div content here</div>
This div background color is #ed5bab
#ed5bab Border Color
<div style="border:3px solid #ed5bab">
Div here</div>
This div border color is #ed5bab
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(237,91,171, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ed5bab; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ed5bab; -webkit-box-shadow: 1px 1px 3px 2px #ed5bab; box-shadow: 1px 1px 3px 2px #ed5bab; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(237,91,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 #ed5bab">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ed5bab; -webkit-box-shadow: 1px 1px 3px 2px #ed5bab; box-shadow: 1px 1px 3px 2px #ed5bab;">
Div content here</div>
This div box has shadow with color #ed5bab
Comments
No comments written yet.
Please login to write comment.