Color Hex Logo

#e9aaaf Color Hex

#E9AAAF
(233,170,175)
0 Favorites   0 Comments

Color spaces of #e9aaaf

RGB 233170175
HSL0.990.590.79
HSV355°27°91°
CMYK 0.000.270.25   0.09
XYZ55.716949.168247.1113
Yxy49.16820.36660.3235
Hunter Lab70.120019.12489.2491
CIE-Lab75.555823.82176.5853

#e9aaaf color RGB value is (233,170,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101001 10101010 10101111
Octal 351 252 257
Decimal 233 170 175
Hex E9 AA AF

RGB Percentages of Color #e9aaaf

%40.31
%29.41
%30.28

CMYK Percentages of Color #e9aaaf

%0
%27
%25
%9

Triadic Colors of #e9aaaf

#e9aaaf #afe9aa #aaafe9

Analogous Colors of #e9aaaf

#e9aaaf #e9c5aa #e9aacf

Monochromatic Colors of #e9aaaf

#e9aaaf

Complementary Color

#e9aaaf #aae9e4

#e9aaaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e9aaaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e9aaaf Color CSS Codes

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

#e9aaaf Text Font Color

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

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


#e9aaaf Background Color

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

This div background color is #e9aaaf


#e9aaaf Border Color

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

This div border color is #e9aaaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e9aaaf


Comments

No comments written yet.

Please login to write comment.