Color spaces of #ed0ebd
RGB | 237 | 14 | 189 |
---|---|---|---|
HSL | 0.87 | 0.89 | 0.49 |
HSV | 313° | 94° | 93° |
CMYK | 0.00 | 0.94 | 0.20 0.07 |
XYZ | 44.2674 | 21.9927 | 50.0560 |
Yxy | 21.9927 | 0.3806 | 0.1891 |
Hunter Lab | 46.8964 | 86.4248 | -30.4572 |
CIE-Lab | 54.0193 | 85.7644 | -33.6350 |
#ed0ebd color RGB value is (237,14,189).
#ed0ebd hex color red value is 237, green value is 14 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #ed0ebd hue: 0.87 , saturation: 0.89 and the lightness value of ed0ebd is 0.49.
The process color (four color CMYK) of #ed0ebd color hex is 0.00, 0.94, 0.20, 0.07. Web safe color of #ed0ebd is #ff00cc. Color #ed0ebd contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101101 | 00001110 | 10111101 |
Octal | 355 | 16 | 275 |
Decimal | 237 | 14 | 189 |
Hex | ED | E | BD |
Shades of #ed0ebd
Tints of #ed0ebd
RGB Percentages of Color #ed0ebd
CMYK Percentages of Color #ed0ebd
Complementary Color
#ed0ebd | #0eed3e |
#ed0ebd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ed0ebd Color Preview on White Background
Lorem ipsum dolor sit amet.
#ed0ebd Color CSS Codes
.mybgcolor {background-color:#ed0ebd; } .myforecolor {color:#ed0ebd; } .mybordercolor {border:3px solid #ed0ebd; }
#ed0ebd Text Font Color
<p style="color:#ed0ebd">Text here</p>
This sample text font color is #ed0ebd
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.
#ed0ebd Background Color
<div style="background-color:#ed0ebd">
Div content here</div>
This div background color is #ed0ebd
#ed0ebd Border Color
<div style="border:3px solid #ed0ebd">
Div here</div>
This div border color is #ed0ebd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(237,14,189, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ed0ebd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ed0ebd; -webkit-box-shadow: 1px 1px 3px 2px #ed0ebd; box-shadow: 1px 1px 3px 2px #ed0ebd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(237,14,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 #ed0ebd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ed0ebd; -webkit-box-shadow: 1px 1px 3px 2px #ed0ebd; box-shadow: 1px 1px 3px 2px #ed0ebd;">
Div content here</div>
This div box has shadow with color #ed0ebd
Comments
No comments written yet.
Please login to write comment.