Color Hex Logo

#e6aaac Color Hex

#E6AAAC
(230,170,172)
0 Favorites   0 Comments

Color spaces of #e6aaac

RGB 230170172
HSL0.990.550.78
HSV358°26°90°
CMYK 0.000.260.25   0.10
XYZ54.454248.551045.5310
Yxy48.55100.36660.3269
Hunter Lab69.678517.561410.0323
CIE-Lab75.171122.29467.6327

#e6aaac color RGB value is (230,170,172).

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

The process color (four color CMYK) of #e6aaac color hex is 0.00, 0.26, 0.25, 0.10. Web safe color of #e6aaac is #ff9999. Color #e6aaac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100110 10101010 10101100
Octal 346 252 254
Decimal 230 170 172
Hex E6 AA AC

RGB Percentages of Color #e6aaac

%40.21
%29.72
%30.07

CMYK Percentages of Color #e6aaac

%0
%26
%25
%10

Triadic Colors of #e6aaac

#e6aaac #ace6aa #aaace6

Analogous Colors of #e6aaac

#e6aaac #e6c6aa #e6aaca

Monochromatic Colors of #e6aaac

#e6aaac

Complementary Color

#e6aaac #aae6e4

#e6aaac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e6aaac Color Preview on White Background

Lorem ipsum dolor sit amet.

#e6aaac Color CSS Codes

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

#e6aaac Text Font Color

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

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


#e6aaac Background Color

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

This div background color is #e6aaac


#e6aaac Border Color

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

This div border color is #e6aaac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e6aaac


Comments

No comments written yet.

Please login to write comment.