Color Hex Logo

#aaac11 Color Hex

#AAAC11
(170,172,17)
0 Favorites   0 Comments

Color spaces of #aaac11

RGB 17017217
HSL0.170.820.37
HSV61°90°67°
CMYK 0.010.000.90   0.33
XYZ31.431338.09166.2261
Yxy38.09160.41490.5029
Hunter Lab61.7184-17.102637.2217
CIE-Lab68.0881-16.686067.9278

#aaac11 color RGB value is (170,172,17).

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

The process color (four color CMYK) of #aaac11 color hex is 0.01, 0.00, 0.90, 0.33. Web safe color of #aaac11 is #999900. Color #aaac11 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10101100 00010001
Octal 252 254 21
Decimal 170 172 17
Hex AA AC 11

RGB Percentages of Color #aaac11

%47.35
%47.91
%4.74

CMYK Percentages of Color #aaac11

%1
%0
%90
%33

Triadic Colors of #aaac11

#aaac11 #11aaac #ac11aa

Analogous Colors of #aaac11

#aaac11 #5dac11 #ac6011

Monochromatic Colors of #aaac11

#aaac11

Complementary Color

#aaac11 #1311ac

#aaac11 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaac11 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaac11 Color CSS Codes

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

#aaac11 Text Font Color

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

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


#aaac11 Background Color

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

This div background color is #aaac11


#aaac11 Border Color

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

This div border color is #aaac11


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaac11


Comments

No comments written yet.

Please login to write comment.