Color Hex Logo

#e9a9ac Color Hex

#E9A9AC
(233,169,172)
0 Favorites   0 Comments

Color spaces of #e9a9ac

RGB 233169172
HSL0.990.590.79
HSV357°27°91°
CMYK 0.000.270.26   0.09
XYZ55.238648.678145.5142
Yxy48.67810.36970.3258
Hunter Lab69.769719.226410.1610
CIE-Lab75.250623.93647.7881

#e9a9ac color RGB value is (233,169,172).

#e9a9ac hex color red value is 233, green value is 169 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #e9a9ac hue: 0.99 , saturation: 0.59 and the lightness value of e9a9ac is 0.79.

The process color (four color CMYK) of #e9a9ac color hex is 0.00, 0.27, 0.26, 0.09. Web safe color of #e9a9ac is #ff9999. Color #e9a9ac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101001 10101001 10101100
Octal 351 251 254
Decimal 233 169 172
Hex E9 A9 AC

RGB Percentages of Color #e9a9ac

%40.59
%29.44
%29.97

CMYK Percentages of Color #e9a9ac

%0
%27
%26
%9

Triadic Colors of #e9a9ac

#e9a9ac #ace9a9 #a9ace9

Analogous Colors of #e9a9ac

#e9a9ac #e9c6a9 #e9a9cc

Monochromatic Colors of #e9a9ac

#e9a9ac

Complementary Color

#e9a9ac #a9e9e6

#e9a9ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e9a9ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#e9a9ac Color CSS Codes

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

#e9a9ac Text Font Color

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

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


#e9a9ac Background Color

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

This div background color is #e9a9ac


#e9a9ac Border Color

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

This div border color is #e9a9ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e9a9ac


Comments

No comments written yet.

Please login to write comment.