Color Hex Logo

#eea9ab Color Hex

#EEA9AB
(238,169,171)
0 Favorites   0 Comments

Color spaces of #eea9ab

RGB 238169171
HSL1.000.670.80
HSV358°29°93°
CMYK 0.000.290.28   0.07
XYZ56.798549.493445.0876
Yxy49.49340.37520.3269
Hunter Lab70.351520.997211.2477
CIE-Lab75.757325.64409.1303

#eea9ab color RGB value is (238,169,171).

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

The process color (four color CMYK) of #eea9ab color hex is 0.00, 0.29, 0.28, 0.07. Web safe color of #eea9ab is #ff9999. Color #eea9ab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 10101001 10101011
Octal 356 251 253
Decimal 238 169 171
Hex EE A9 AB

RGB Percentages of Color #eea9ab

%41.18
%29.24
%29.58

CMYK Percentages of Color #eea9ab

%0
%29
%28
%7

Triadic Colors of #eea9ab

#eea9ab #abeea9 #a9abee

Analogous Colors of #eea9ab

#eea9ab #eecaa9 #eea9ce

Monochromatic Colors of #eea9ab

#eea9ab

Complementary Color

#eea9ab #a9eeec

#eea9ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eea9ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#eea9ab Color CSS Codes

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

#eea9ab Text Font Color

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

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


#eea9ab Background Color

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

This div background color is #eea9ab


#eea9ab Border Color

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

This div border color is #eea9ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eea9ab

#eea9ab Color Palettes


Comments

No comments written yet.

Please login to write comment.