Color Hex Logo

#aaac50 Color Hex

#AAAC50
(170,172,80)
0 Favorites   0 Comments

Color spaces of #aaac50

RGB 17017280
HSL0.170.370.49
HSV61°53°67°
CMYK 0.010.000.53   0.33
XYZ32.778138.630313.3182
Yxy38.63030.38690.4559
Hunter Lab62.1533-14.631830.8026
CIE-Lab68.4826-13.517046.3804

#aaac50 color RGB value is (170,172,80).

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

The process color (four color CMYK) of #aaac50 color hex is 0.01, 0.00, 0.53, 0.33. Web safe color of #aaac50 is #999966. Color #aaac50 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10101100 01010000
Octal 252 254 120
Decimal 170 172 80
Hex AA AC 50

RGB Percentages of Color #aaac50

%40.28
%40.76
%18.96

CMYK Percentages of Color #aaac50

%1
%0
%53
%33

Triadic Colors of #aaac50

#aaac50 #50aaac #ac50aa

Analogous Colors of #aaac50

#aaac50 #7cac50 #ac8050

Monochromatic Colors of #aaac50

#aaac50

Complementary Color

#aaac50 #5250ac

#aaac50 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaac50 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaac50 Color CSS Codes

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

#aaac50 Text Font Color

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

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


#aaac50 Background Color

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

This div background color is #aaac50


#aaac50 Border Color

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

This div border color is #aaac50


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaac50


Comments

No comments written yet.

Please login to write comment.