Color spaces of #ed8abc
RGB | 237 | 138 | 188 |
---|---|---|---|
HSL | 0.92 | 0.73 | 0.74 |
HSV | 330° | 42° | 93° |
CMYK | 0.00 | 0.42 | 0.21 0.07 |
XYZ | 53.0906 | 39.8123 | 52.4633 |
Yxy | 39.8123 | 0.3652 | 0.2739 |
Hunter Lab | 63.0970 | 39.7724 | -5.1300 |
CIE-Lab | 69.3356 | 43.9519 | -9.6633 |
#ed8abc color RGB value is (237,138,188).
#ed8abc hex color red value is 237, green value is 138 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #ed8abc hue: 0.92 , saturation: 0.73 and the lightness value of ed8abc is 0.74.
The process color (four color CMYK) of #ed8abc color hex is 0.00, 0.42, 0.21, 0.07. Web safe color of #ed8abc is #ff99cc. Color #ed8abc contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101101 | 10001010 | 10111100 |
Octal | 355 | 212 | 274 |
Decimal | 237 | 138 | 188 |
Hex | ED | 8A | BC |
Shades of #ed8abc
Tints of #ed8abc
RGB Percentages of Color #ed8abc
CMYK Percentages of Color #ed8abc
Complementary Color
#ed8abc | #8aedbb |
#ed8abc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ed8abc Color Preview on White Background
Lorem ipsum dolor sit amet.
#ed8abc Color CSS Codes
.mybgcolor {background-color:#ed8abc; } .myforecolor {color:#ed8abc; } .mybordercolor {border:3px solid #ed8abc; }
#ed8abc Text Font Color
<p style="color:#ed8abc">Text here</p>
This sample text font color is #ed8abc
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.
#ed8abc Background Color
<div style="background-color:#ed8abc">
Div content here</div>
This div background color is #ed8abc
#ed8abc Border Color
<div style="border:3px solid #ed8abc">
Div here</div>
This div border color is #ed8abc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(237,138,188, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ed8abc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ed8abc; -webkit-box-shadow: 1px 1px 3px 2px #ed8abc; box-shadow: 1px 1px 3px 2px #ed8abc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(237,138,188, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ed8abc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ed8abc; -webkit-box-shadow: 1px 1px 3px 2px #ed8abc; box-shadow: 1px 1px 3px 2px #ed8abc;">
Div content here</div>
This div box has shadow with color #ed8abc
Comments
No comments written yet.
Please login to write comment.