Color Hex Logo

#aaaeac Color Hex

#AAAEAC
(170,174,172)
0 Favorites   0 Comments

Color spaces of #aaaeac

RGB 170174172
HSL0.420.020.67
HSV150°68°
CMYK 0.020.000.01   0.32
XYZ39.160041.796745.0333
Yxy41.79670.31080.3317
Hunter Lab64.6504-5.01723.9558
CIE-Lab70.7305-1.78550.5234

#aaaeac color RGB value is (170,174,172).

#aaaeac hex color red value is 170, green value is 174 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #aaaeac hue: 0.42 , saturation: 0.02 and the lightness value of aaaeac is 0.67.

The process color (four color CMYK) of #aaaeac color hex is 0.02, 0.00, 0.01, 0.32. Web safe color of #aaaeac is #999999. Color #aaaeac contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10101110 10101100
Octal 252 256 254
Decimal 170 174 172
Hex AA AE AC

RGB Percentages of Color #aaaeac

%32.95
%33.72
%33.33

CMYK Percentages of Color #aaaeac

%2
%0
%1
%32

Triadic Colors of #aaaeac

#aaaeac #acaaae #aeacaa

Analogous Colors of #aaaeac

#aaaeac #aaaeae #aaaeaa

Monochromatic Colors of #aaaeac

#aaaeac

Complementary Color

#aaaeac #aeaaac

#aaaeac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaaeac Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaaeac Color CSS Codes

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

#aaaeac Text Font Color

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

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


#aaaeac Background Color

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

This div background color is #aaaeac


#aaaeac Border Color

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

This div border color is #aaaeac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaaeac


Comments

No comments written yet.

Please login to write comment.