Color Hex Logo

#aaae0c Color Hex

#AAAE0C
(170,174,12)
0 Favorites   0 Comments

Color spaces of #aaae0c

RGB 17017412
HSL0.170.870.36
HSV61°93°68°
CMYK 0.020.000.93   0.32
XYZ31.780038.84476.1706
Yxy38.84470.41380.5058
Hunter Lab62.3255-18.051937.7578
CIE-Lab68.6386-17.785169.1066

#aaae0c color RGB value is (170,174,12).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 10101110 00001100
Octal 252 256 14
Decimal 170 174 12
Hex AA AE C

RGB Percentages of Color #aaae0c

%47.75
%48.88
%3.37

CMYK Percentages of Color #aaae0c

%2
%0
%93
%32

Triadic Colors of #aaae0c

#aaae0c #0caaae #ae0caa

Analogous Colors of #aaae0c

#aaae0c #59ae0c #ae610c

Monochromatic Colors of #aaae0c

#aaae0c

Complementary Color

#aaae0c #100cae

#aaae0c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaae0c Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaae0c Color CSS Codes

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

#aaae0c Text Font Color

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

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


#aaae0c Background Color

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

This div background color is #aaae0c


#aaae0c Border Color

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

This div border color is #aaae0c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaae0c


Comments

No comments written yet.

Please login to write comment.