color codes Logo

#aaae4f color codes

#AAAE4F
(170,174,79)
0 Favorites   0 Comments

Color spaces of #aaae4f

RGB 17017479
HSL0.170.380.50
HSV63°55°68°
CMYK 0.020.000.55   0.32
XYZ33.124939.382713.2529
Yxy39.38270.38620.4592
Hunter Lab62.7556-15.603031.4079
CIE-Lab69.0276-14.633747.4826

#aaae4f color RGB value is (170,174,79).

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

The process color (four color CMYK) of #aaae4f color code is 0.02, 0.00, 0.55, 0.32. Web safe color of #aaae4f is #999966. Color #aaae4f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10101110 01001111
Octal 252 256 117
Decimal 170 174 79
Hex AA AE 4F

RGB Percentages of Color #aaae4f

%40.19
%41.13
%18.68

CMYK Percentages of Color #aaae4f

%2
%0
%55
%32

Triadic Colors of #aaae4f

#aaae4f #4faaae #ae4faa

Analogous Colors of #aaae4f

#aaae4f #7bae4f #ae834f

Monochromatic Colors of #aaae4f

#aaae4f

Complementary Color

#aaae4f #534fae

#aaae4f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaae4f Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaae4f Color CSS Codes

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

#aaae4f Text Font Color

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

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


#aaae4f Background Color

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

This div background color is #aaae4f


#aaae4f Border Color

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

This div border color is #aaae4f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaae4f


Comments

No comments written yet.

Please login to write comment.