Color Hex Logo

#aaaa2f Color Hex

#AAAA2F
(170,170,47)
0 Favorites   0 Comments

Color spaces of #aaaa2f

RGB 17017047
HSL0.170.570.43
HSV60°72°67°
CMYK 0.000.000.72   0.33
XYZ31.465437.50078.2693
Yxy37.50070.40740.4855
Hunter Lab61.2378-15.448834.8602
CIE-Lab67.6510-14.677159.5292

#aaaa2f color RGB value is (170,170,47).

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

The process color (four color CMYK) of #aaaa2f color hex is 0.00, 0.00, 0.72, 0.33. Web safe color of #aaaa2f is #999933. Color #aaaa2f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10101010 00101111
Octal 252 252 57
Decimal 170 170 47
Hex AA AA 2F

RGB Percentages of Color #aaaa2f

%43.93
%43.93
%12.14

CMYK Percentages of Color #aaaa2f

%0
%0
%72
%33

Triadic Colors of #aaaa2f

#aaaa2f #2faaaa #aa2faa

Analogous Colors of #aaaa2f

#aaaa2f #6daa2f #aa6d2f

Monochromatic Colors of #aaaa2f

#aaaa2f

Complementary Color

#aaaa2f #2f2faa

#aaaa2f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaaa2f Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaaa2f Color CSS Codes

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

#aaaa2f Text Font Color

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

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


#aaaa2f Background Color

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

This div background color is #aaaa2f


#aaaa2f Border Color

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

This div border color is #aaaa2f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaaa2f


Comments

No comments written yet.

Please login to write comment.