Color Hex Logo

#eeabbf Color Hex

#EEABBF
(238,171,191)
0 Favorites   0 Comments

Color spaces of #eeabbf

RGB 238171191
HSL0.950.660.80
HSV342°28°93°
CMYK 0.000.280.20   0.07
XYZ59.226851.064656.0251
Yxy51.06460.35610.3070
Hunter Lab71.459522.88963.5376
CIE-Lab76.718127.4205-0.4057

#eeabbf color RGB value is (238,171,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 10101011 10111111
Octal 356 253 277
Decimal 238 171 191
Hex EE AB BF

RGB Percentages of Color #eeabbf

%39.67
%28.50
%31.83

CMYK Percentages of Color #eeabbf

%0
%28
%20
%7

Triadic Colors of #eeabbf

#eeabbf #bfeeab #abbfee

Analogous Colors of #eeabbf

#eeabbf #eeb9ab #eeabe1

Monochromatic Colors of #eeabbf

#eeabbf

Complementary Color

#eeabbf #abeeda

#eeabbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eeabbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#eeabbf Color CSS Codes

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

#eeabbf Text Font Color

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

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


#eeabbf Background Color

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

This div background color is #eeabbf


#eeabbf Border Color

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

This div border color is #eeabbf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(238,171,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 #eeabbf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eeabbf

#eeabbf Color Palettes


Comments

No comments written yet.

Please login to write comment.