Color spaces of #ee8acb
RGB | 238 | 138 | 203 |
---|---|---|---|
HSL | 0.89 | 0.75 | 0.74 |
HSV | 321° | 42° | 93° |
CMYK | 0.00 | 0.42 | 0.15 0.07 |
XYZ | 55.1279 | 40.6659 | 61.4437 |
Yxy | 40.6659 | 0.3506 | 0.2586 |
Hunter Lab | 63.7698 | 42.7130 | -12.4884 |
CIE-Lab | 69.9412 | 46.5429 | -17.0987 |
#ee8acb color RGB value is (238,138,203).
#ee8acb hex color red value is 238, green value is 138 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #ee8acb hue: 0.89 , saturation: 0.75 and the lightness value of ee8acb is 0.74.
The process color (four color CMYK) of #ee8acb color hex is 0.00, 0.42, 0.15, 0.07. Web safe color of #ee8acb is #ff99cc. Color #ee8acb contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101110 | 10001010 | 11001011 |
Octal | 356 | 212 | 313 |
Decimal | 238 | 138 | 203 |
Hex | EE | 8A | CB |
Shades of #ee8acb
Tints of #ee8acb
RGB Percentages of Color #ee8acb
CMYK Percentages of Color #ee8acb
Complementary Color
#ee8acb | #8aeead |
#ee8acb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ee8acb Color Preview on White Background
Lorem ipsum dolor sit amet.
#ee8acb Color CSS Codes
.mybgcolor {background-color:#ee8acb; } .myforecolor {color:#ee8acb; } .mybordercolor {border:3px solid #ee8acb; }
#ee8acb Text Font Color
<p style="color:#ee8acb">Text here</p>
This sample text font color is #ee8acb
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.
#ee8acb Background Color
<div style="background-color:#ee8acb">
Div content here</div>
This div background color is #ee8acb
#ee8acb Border Color
<div style="border:3px solid #ee8acb">
Div here</div>
This div border color is #ee8acb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(238,138,203, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ee8acb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ee8acb; -webkit-box-shadow: 1px 1px 3px 2px #ee8acb; box-shadow: 1px 1px 3px 2px #ee8acb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(238,138,203, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ee8acb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ee8acb; -webkit-box-shadow: 1px 1px 3px 2px #ee8acb; box-shadow: 1px 1px 3px 2px #ee8acb;">
Div content here</div>
This div box has shadow with color #ee8acb
Comments
No comments written yet.
Please login to write comment.