Color spaces of #eeaabe
RGB | 238 | 170 | 190 |
---|---|---|---|
HSL | 0.95 | 0.67 | 0.80 |
HSV | 342° | 29° | 93° |
CMYK | 0.00 | 0.29 | 0.20 0.07 |
XYZ | 58.9289 | 50.6443 | 55.3846 |
Yxy | 50.6443 | 0.3572 | 0.3070 |
Hunter Lab | 71.1648 | 23.2707 | 3.6724 |
CIE-Lab | 76.4630 | 27.8028 | -0.2325 |
#eeaabe color RGB value is (238,170,190).
#eeaabe hex color red value is 238, green value is 170 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #eeaabe hue: 0.95 , saturation: 0.67 and the lightness value of eeaabe is 0.80.
The process color (four color CMYK) of #eeaabe color hex is 0.00, 0.29, 0.20, 0.07. Web safe color of #eeaabe is #ff99cc. Color #eeaabe contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101110 | 10101010 | 10111110 |
Octal | 356 | 252 | 276 |
Decimal | 238 | 170 | 190 |
Hex | EE | AA | BE |
Shades of #eeaabe
Tints of #eeaabe
RGB Percentages of Color #eeaabe
CMYK Percentages of Color #eeaabe
Complementary Color
#eeaabe | #aaeeda |
#eeaabe Color Preview on Black Background
Lorem ipsum dolor sit amet.
#eeaabe Color Preview on White Background
Lorem ipsum dolor sit amet.
#eeaabe Color CSS Codes
.mybgcolor {background-color:#eeaabe; } .myforecolor {color:#eeaabe; } .mybordercolor {border:3px solid #eeaabe; }
#eeaabe Text Font Color
<p style="color:#eeaabe">Text here</p>
This sample text font color is #eeaabe
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.
#eeaabe Background Color
<div style="background-color:#eeaabe">
Div content here</div>
This div background color is #eeaabe
#eeaabe Border Color
<div style="border:3px solid #eeaabe">
Div here</div>
This div border color is #eeaabe
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(238,170,190, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #eeaabe; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #eeaabe; -webkit-box-shadow: 1px 1px 3px 2px #eeaabe; box-shadow: 1px 1px 3px 2px #eeaabe; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(238,170,190, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #eeaabe">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #eeaabe; -webkit-box-shadow: 1px 1px 3px 2px #eeaabe; box-shadow: 1px 1px 3px 2px #eeaabe;">
Div content here</div>
This div box has shadow with color #eeaabe
Comments
No comments written yet.
Please login to write comment.