Color Hex Logo

#aaaeaa Color Hex

#AAAEAA
(170,174,170)
0 Favorites   0 Comments

Color spaces of #aaaeaa

RGB 170174170
HSL0.330.020.67
HSV120°68°
CMYK 0.020.000.02   0.32
XYZ38.969341.720444.0292
Yxy41.72040.31250.3345
Hunter Lab64.5913-5.34204.7984
CIE-Lab70.6777-2.16281.5482

#aaaeaa color RGB value is (170,174,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 10101110 10101010
Octal 252 256 252
Decimal 170 174 170
Hex AA AE AA

RGB Percentages of Color #aaaeaa

%33.07
%33.85
%33.07

CMYK Percentages of Color #aaaeaa

%2
%0
%2
%32

Triadic Colors of #aaaeaa

#aaaeaa #aaaaae #aeaaaa

Analogous Colors of #aaaeaa

#aaaeaa #aaaeac #acaeaa

Monochromatic Colors of #aaaeaa

#aaaeaa

Complementary Color

#aaaeaa #aeaaae

#aaaeaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaaeaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaaeaa Color CSS Codes

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

#aaaeaa Text Font Color

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

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


#aaaeaa Background Color

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

This div background color is #aaaeaa


#aaaeaa Border Color

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

This div border color is #aaaeaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaaeaa


Comments

No comments written yet.

Please login to write comment.