Color spaces of #ee8dbd
RGB | 238 | 141 | 189 |
---|---|---|---|
HSL | 0.92 | 0.74 | 0.74 |
HSV | 330° | 41° | 93° |
CMYK | 0.00 | 0.41 | 0.21 0.07 |
XYZ | 53.9701 | 40.9010 | 53.1943 |
Yxy | 40.9010 | 0.3645 | 0.2762 |
Hunter Lab | 63.9539 | 38.7152 | -4.5473 |
CIE-Lab | 70.1065 | 42.8906 | -9.0590 |
#ee8dbd color RGB value is (238,141,189).
#ee8dbd hex color red value is 238, green value is 141 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #ee8dbd hue: 0.92 , saturation: 0.74 and the lightness value of ee8dbd is 0.74.
The process color (four color CMYK) of #ee8dbd color hex is 0.00, 0.41, 0.21, 0.07. Web safe color of #ee8dbd is #ff99cc. Color #ee8dbd contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101110 | 10001101 | 10111101 |
Octal | 356 | 215 | 275 |
Decimal | 238 | 141 | 189 |
Hex | EE | 8D | BD |
Shades of #ee8dbd
Tints of #ee8dbd
RGB Percentages of Color #ee8dbd
CMYK Percentages of Color #ee8dbd
Complementary Color
#ee8dbd | #8deebe |
#ee8dbd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ee8dbd Color Preview on White Background
Lorem ipsum dolor sit amet.
#ee8dbd Color CSS Codes
.mybgcolor {background-color:#ee8dbd; } .myforecolor {color:#ee8dbd; } .mybordercolor {border:3px solid #ee8dbd; }
#ee8dbd Text Font Color
<p style="color:#ee8dbd">Text here</p>
This sample text font color is #ee8dbd
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.
#ee8dbd Background Color
<div style="background-color:#ee8dbd">
Div content here</div>
This div background color is #ee8dbd
#ee8dbd Border Color
<div style="border:3px solid #ee8dbd">
Div here</div>
This div border color is #ee8dbd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(238,141,189, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ee8dbd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ee8dbd; -webkit-box-shadow: 1px 1px 3px 2px #ee8dbd; box-shadow: 1px 1px 3px 2px #ee8dbd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(238,141,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 #ee8dbd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ee8dbd; -webkit-box-shadow: 1px 1px 3px 2px #ee8dbd; box-shadow: 1px 1px 3px 2px #ee8dbd;">
Div content here</div>
This div box has shadow with color #ee8dbd
Comments
No comments written yet.
Please login to write comment.