Color spaces of #ee8ebd
RGB | 238 | 142 | 189 |
---|---|---|---|
HSL | 0.92 | 0.74 | 0.75 |
HSV | 331° | 40° | 93° |
CMYK | 0.00 | 0.40 | 0.21 0.07 |
XYZ | 54.1182 | 41.1973 | 53.2436 |
Yxy | 41.1973 | 0.3643 | 0.2773 |
Hunter Lab | 64.1851 | 38.1797 | -4.2534 |
CIE-Lab | 70.3139 | 42.3749 | -8.7501 |
#ee8ebd color RGB value is (238,142,189).
#ee8ebd hex color red value is 238, green value is 142 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #ee8ebd hue: 0.92 , saturation: 0.74 and the lightness value of ee8ebd is 0.75.
The process color (four color CMYK) of #ee8ebd color hex is 0.00, 0.40, 0.21, 0.07. Web safe color of #ee8ebd is #ff99cc. Color #ee8ebd contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101110 | 10001110 | 10111101 |
Octal | 356 | 216 | 275 |
Decimal | 238 | 142 | 189 |
Hex | EE | 8E | BD |
Shades of #ee8ebd
Tints of #ee8ebd
RGB Percentages of Color #ee8ebd
CMYK Percentages of Color #ee8ebd
Complementary Color
#ee8ebd | #8eeebf |
#ee8ebd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ee8ebd Color Preview on White Background
Lorem ipsum dolor sit amet.
#ee8ebd Color CSS Codes
.mybgcolor {background-color:#ee8ebd; } .myforecolor {color:#ee8ebd; } .mybordercolor {border:3px solid #ee8ebd; }
#ee8ebd Text Font Color
<p style="color:#ee8ebd">Text here</p>
This sample text font color is #ee8ebd
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.
#ee8ebd Background Color
<div style="background-color:#ee8ebd">
Div content here</div>
This div background color is #ee8ebd
#ee8ebd Border Color
<div style="border:3px solid #ee8ebd">
Div here</div>
This div border color is #ee8ebd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(238,142,189, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ee8ebd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ee8ebd; -webkit-box-shadow: 1px 1px 3px 2px #ee8ebd; box-shadow: 1px 1px 3px 2px #ee8ebd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(238,142,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 #ee8ebd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ee8ebd; -webkit-box-shadow: 1px 1px 3px 2px #ee8ebd; box-shadow: 1px 1px 3px 2px #ee8ebd;">
Div content here</div>
This div box has shadow with color #ee8ebd
Comments
No comments written yet.
Please login to write comment.