Color Hex Logo

#eeaabb Color Hex

#EEAABB
(238,170,187)
2 Favorites   0 Comments

Color spaces of #eeaabb

RGB 238170187
HSL0.960.670.80
HSV345°29°93°
CMYK 0.000.290.21   0.07
XYZ58.604350.514453.6752
Yxy50.51440.36000.3103
Hunter Lab71.073522.80524.9752
CIE-Lab76.383927.35951.2908

#eeaabb color RGB value is (238,170,187).

#eeaabb hex color red value is 238, green value is 170 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #eeaabb hue: 0.96 , saturation: 0.67 and the lightness value of eeaabb is 0.80.

The process color (four color CMYK) of #eeaabb color hex is 0.00, 0.29, 0.21, 0.07. Web safe color of #eeaabb is #ff99cc. Color #eeaabb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 10101010 10111011
Octal 356 252 273
Decimal 238 170 187
Hex EE AA BB

RGB Percentages of Color #eeaabb

%40.00
%28.57
%31.43

CMYK Percentages of Color #eeaabb

%0
%29
%21
%7

Triadic Colors of #eeaabb

#eeaabb #bbeeaa #aabbee

Analogous Colors of #eeaabb

#eeaabb #eebbaa #eeaadd

Monochromatic Colors of #eeaabb

#eeaabb

Complementary Color

#eeaabb #aaeedd

#eeaabb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eeaabb Color Preview on White Background

Lorem ipsum dolor sit amet.

#eeaabb Color CSS Codes

.mybgcolor {background-color:#eeaabb; } 
.myforecolor {color:#eeaabb; }
.mybordercolor {border:3px solid #eeaabb; }

#eeaabb Text Font Color

<p style="color:#eeaabb">Text here</p>

This sample text font color is #eeaabb
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.


#eeaabb Background Color

<div style="background-color:#eeaabb">
Div content here</div>

This div background color is #eeaabb


#eeaabb Border Color

<div style="border:3px solid #eeaabb">
Div here</div>

This div border color is #eeaabb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(238,170,187, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #eeaabb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #eeaabb;
  -webkit-box-shadow: 1px 1px 3px 2px #eeaabb;
  box-shadow:         1px 1px 3px 2px #eeaabb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(238,170,187, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #eeaabb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #eeaabb;
  -webkit-box-shadow: 1px 1px 3px 2px #eeaabb;
  box-shadow:         1px 1px 3px 2px #eeaabb;">
Div content here</div>

This div box has shadow with color #eeaabb


Comments

No comments written yet.

Please login to write comment.