Color Hex Logo

#aaaf4f Color Hex

#AAAF4F
(170,175,79)
0 Favorites   0 Comments

Color spaces of #aaaf4f

RGB 17017579
HSL0.180.380.50
HSV63°55°69°
CMYK 0.030.000.55   0.31
XYZ33.318839.770513.3175
Yxy39.77050.38560.4603
Hunter Lab63.0639-16.054131.6241
CIE-Lab69.3058-15.147647.8014

#aaaf4f color RGB value is (170,175,79).

#aaaf4f hex color red value is 170, green value is 175 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #aaaf4f hue: 0.18 , saturation: 0.38 and the lightness value of aaaf4f is 0.50.

The process color (four color CMYK) of #aaaf4f color hex is 0.03, 0.00, 0.55, 0.31. Web safe color of #aaaf4f is #999966. Color #aaaf4f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10101111 01001111
Octal 252 257 117
Decimal 170 175 79
Hex AA AF 4F

RGB Percentages of Color #aaaf4f

%40.09
%41.27
%18.63

CMYK Percentages of Color #aaaf4f

%3
%0
%55
%31

Triadic Colors of #aaaf4f

#aaaf4f #4faaaf #af4faa

Analogous Colors of #aaaf4f

#aaaf4f #7aaf4f #af844f

Monochromatic Colors of #aaaf4f

#aaaf4f

Complementary Color

#aaaf4f #544faf

#aaaf4f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaaf4f Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaaf4f Color CSS Codes

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

#aaaf4f Text Font Color

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

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


#aaaf4f Background Color

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

This div background color is #aaaf4f


#aaaf4f Border Color

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

This div border color is #aaaf4f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaaf4f


Comments

No comments written yet.

Please login to write comment.