Color Hex Logo

#e8aaac Color Hex

#E8AAAC
(232,170,172)
0 Favorites   0 Comments

Color spaces of #e8aaac

RGB 232170172
HSL0.990.570.79
HSV358°27°91°
CMYK 0.000.270.26   0.09
XYZ55.099848.883845.5612
Yxy48.88380.36850.3269
Hunter Lab69.917018.316710.3057
CIE-Lab75.379023.03347.9580

#e8aaac color RGB value is (232,170,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101000 10101010 10101100
Octal 350 252 254
Decimal 232 170 172
Hex E8 AA AC

RGB Percentages of Color #e8aaac

%40.42
%29.62
%29.97

CMYK Percentages of Color #e8aaac

%0
%27
%26
%9

Triadic Colors of #e8aaac

#e8aaac #ace8aa #aaace8

Analogous Colors of #e8aaac

#e8aaac #e8c7aa #e8aacb

Monochromatic Colors of #e8aaac

#e8aaac

Complementary Color

#e8aaac #aae8e6

#e8aaac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e8aaac Color Preview on White Background

Lorem ipsum dolor sit amet.

#e8aaac Color CSS Codes

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

#e8aaac Text Font Color

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

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


#e8aaac Background Color

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

This div background color is #e8aaac


#e8aaac Border Color

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

This div border color is #e8aaac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e8aaac


Comments

No comments written yet.

Please login to write comment.