Color Hex Logo

#eeaabf Color Hex

#EEAABF
(238,170,191)
0 Favorites   0 Comments

Color spaces of #eeaabf

RGB 238170191
HSL0.950.670.80
HSV341°29°93°
CMYK 0.000.290.20   0.07
XYZ59.038650.688255.9623
Yxy50.68820.35630.3059
Hunter Lab71.195623.42783.2329
CIE-Lab76.489827.9520-0.7396

#eeaabf color RGB value is (238,170,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 10101010 10111111
Octal 356 252 277
Decimal 238 170 191
Hex EE AA BF

RGB Percentages of Color #eeaabf

%39.73
%28.38
%31.89

CMYK Percentages of Color #eeaabf

%0
%29
%20
%7

Triadic Colors of #eeaabf

#eeaabf #bfeeaa #aabfee

Analogous Colors of #eeaabf

#eeaabf #eeb7aa #eeaae1

Monochromatic Colors of #eeaabf

#eeaabf

Complementary Color

#eeaabf #aaeed9

#eeaabf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eeaabf Color Preview on White Background

Lorem ipsum dolor sit amet.

#eeaabf Color CSS Codes

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

#eeaabf Text Font Color

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

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


#eeaabf Background Color

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

This div background color is #eeaabf


#eeaabf Border Color

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

This div border color is #eeaabf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eeaabf


Comments

No comments written yet.

Please login to write comment.