Color spaces of #ed86bd
RGB | 237 | 134 | 189 |
---|---|---|---|
HSL | 0.91 | 0.74 | 0.73 |
HSV | 328° | 43° | 93° |
CMYK | 0.00 | 0.43 | 0.20 0.07 |
XYZ | 52.6355 | 38.7288 | 52.8453 |
Yxy | 38.7288 | 0.3650 | 0.2686 |
Hunter Lab | 62.2325 | 42.0664 | -6.7839 |
CIE-Lab | 68.5544 | 46.1395 | -11.3899 |
#ed86bd color RGB value is (237,134,189).
#ed86bd hex color red value is 237, green value is 134 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #ed86bd hue: 0.91 , saturation: 0.74 and the lightness value of ed86bd is 0.73.
The process color (four color CMYK) of #ed86bd color hex is 0.00, 0.43, 0.20, 0.07. Web safe color of #ed86bd is #ff99cc. Color #ed86bd contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101101 | 10000110 | 10111101 |
Octal | 355 | 206 | 275 |
Decimal | 237 | 134 | 189 |
Hex | ED | 86 | BD |
Shades of #ed86bd
Tints of #ed86bd
RGB Percentages of Color #ed86bd
CMYK Percentages of Color #ed86bd
Complementary Color
#ed86bd | #86edb6 |
#ed86bd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ed86bd Color Preview on White Background
Lorem ipsum dolor sit amet.
#ed86bd Color CSS Codes
.mybgcolor {background-color:#ed86bd; } .myforecolor {color:#ed86bd; } .mybordercolor {border:3px solid #ed86bd; }
#ed86bd Text Font Color
<p style="color:#ed86bd">Text here</p>
This sample text font color is #ed86bd
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.
#ed86bd Background Color
<div style="background-color:#ed86bd">
Div content here</div>
This div background color is #ed86bd
#ed86bd Border Color
<div style="border:3px solid #ed86bd">
Div here</div>
This div border color is #ed86bd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(237,134,189, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ed86bd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ed86bd; -webkit-box-shadow: 1px 1px 3px 2px #ed86bd; box-shadow: 1px 1px 3px 2px #ed86bd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(237,134,189, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ed86bd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ed86bd; -webkit-box-shadow: 1px 1px 3px 2px #ed86bd; box-shadow: 1px 1px 3px 2px #ed86bd;">
Div content here</div>
This div box has shadow with color #ed86bd
Comments
No comments written yet.
Please login to write comment.