Color Hex Logo

#eeaabe Color Hex

#EEAABE
(238,170,190)
0 Favorites   0 Comments

Color spaces of #eeaabe

RGB 238170190
HSL0.950.670.80
HSV342°29°93°
CMYK 0.000.290.20   0.07
XYZ58.928950.644355.3846
Yxy50.64430.35720.3070
Hunter Lab71.164823.27073.6724
CIE-Lab76.463027.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

BaseRedGreenBlue
Binary 11101110 10101010 10111110
Octal 356 252 276
Decimal 238 170 190
Hex EE AA BE

RGB Percentages of Color #eeaabe

%39.80
%28.43
%31.77

CMYK Percentages of Color #eeaabe

%0
%29
%20
%7

Triadic Colors of #eeaabe

#eeaabe #beeeaa #aabeee

Analogous Colors of #eeaabe

#eeaabe #eeb8aa #eeaae0

Monochromatic Colors of #eeaabe

#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.