Color Hex Logo

#e9aaad Color Hex

#E9AAAD
(233,170,173)
0 Favorites   0 Comments

Color spaces of #e9aaad

RGB 233170173
HSL0.990.590.79
HSV357°27°91°
CMYK 0.000.270.26   0.09
XYZ55.521849.090246.0842
Yxy49.09020.36840.3258
Hunter Lab70.064418.837810.0476
CIE-Lab75.507423.54157.6092

#e9aaad color RGB value is (233,170,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101001 10101010 10101101
Octal 351 252 255
Decimal 233 170 173
Hex E9 AA AD

RGB Percentages of Color #e9aaad

%40.45
%29.51
%30.03

CMYK Percentages of Color #e9aaad

%0
%27
%26
%9

Triadic Colors of #e9aaad

#e9aaad #ade9aa #aaade9

Analogous Colors of #e9aaad

#e9aaad #e9c7aa #e9aacd

Monochromatic Colors of #e9aaad

#e9aaad

Complementary Color

#e9aaad #aae9e6

#e9aaad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e9aaad Color Preview on White Background

Lorem ipsum dolor sit amet.

#e9aaad Color CSS Codes

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

#e9aaad Text Font Color

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

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


#e9aaad Background Color

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

This div background color is #e9aaad


#e9aaad Border Color

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

This div border color is #e9aaad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e9aaad


Comments

No comments written yet.

Please login to write comment.