Color Hex Logo

#eeaaba Color Hex

#EEAABA
(238,170,186)
0 Favorites   0 Comments

Color spaces of #eeaaba

RGB 238170186
HSL0.960.670.80
HSV346°29°93°
CMYK 0.000.290.22   0.07
XYZ58.497550.471853.1132
Yxy50.47180.36090.3114
Hunter Lab71.043522.65155.4044
CIE-Lab76.357927.21281.7994

#eeaaba color RGB value is (238,170,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 10101010 10111010
Octal 356 252 272
Decimal 238 170 186
Hex EE AA BA

RGB Percentages of Color #eeaaba

%40.07
%28.62
%31.31

CMYK Percentages of Color #eeaaba

%0
%29
%22
%7

Triadic Colors of #eeaaba

#eeaaba #baeeaa #aabaee

Analogous Colors of #eeaaba

#eeaaba #eebcaa #eeaadc

Monochromatic Colors of #eeaaba

#eeaaba

Complementary Color

#eeaaba #aaeede

#eeaaba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eeaaba Color Preview on White Background

Lorem ipsum dolor sit amet.

#eeaaba Color CSS Codes

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

#eeaaba Text Font Color

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

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


#eeaaba Background Color

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

This div background color is #eeaaba


#eeaaba Border Color

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

This div border color is #eeaaba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eeaaba


Comments

No comments written yet.

Please login to write comment.