Color Hex Logo

#aaac2e Color Hex

#AAAC2E
(170,172,46)
0 Favorites   0 Comments

Color spaces of #aaac2e

RGB 17017246
HSL0.170.580.43
HSV61°73°67°
CMYK 0.010.000.73   0.33
XYZ31.823238.24848.2902
Yxy38.24840.40610.4881
Hunter Lab61.8453-16.380035.3440
CIE-Lab68.2033-15.751560.4102

#aaac2e color RGB value is (170,172,46).

#aaac2e hex color red value is 170, green value is 172 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #aaac2e hue: 0.17 , saturation: 0.58 and the lightness value of aaac2e is 0.43.

The process color (four color CMYK) of #aaac2e color hex is 0.01, 0.00, 0.73, 0.33. Web safe color of #aaac2e is #999933. Color #aaac2e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10101100 00101110
Octal 252 254 56
Decimal 170 172 46
Hex AA AC 2E

RGB Percentages of Color #aaac2e

%43.81
%44.33
%11.86

CMYK Percentages of Color #aaac2e

%1
%0
%73
%33

Triadic Colors of #aaac2e

#aaac2e #2eaaac #ac2eaa

Analogous Colors of #aaac2e

#aaac2e #6bac2e #ac6f2e

Monochromatic Colors of #aaac2e

#aaac2e

Complementary Color

#aaac2e #302eac

#aaac2e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaac2e Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaac2e Color CSS Codes

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

#aaac2e Text Font Color

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

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


#aaac2e Background Color

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

This div background color is #aaac2e


#aaac2e Border Color

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

This div border color is #aaac2e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaac2e


Comments

No comments written yet.

Please login to write comment.