Color Hex Logo

#aaab3c Color Hex

#AAAB3C
(170,171,60)
0 Favorites   0 Comments

Color spaces of #aaab3c

RGB 17017160
HSL0.170.480.45
HSV61°65°67°
CMYK 0.010.000.65   0.33
XYZ31.956137.99819.9251
Yxy37.99810.40010.4757
Hunter Lab61.6426-15.338533.6035
CIE-Lab68.0192-14.475554.8512

#aaab3c color RGB value is (170,171,60).

#aaab3c hex color red value is 170, green value is 171 and the blue value of its RGB is 60. Cylindrical-coordinate representations (also known as HSL) of color #aaab3c hue: 0.17 , saturation: 0.48 and the lightness value of aaab3c is 0.45.

The process color (four color CMYK) of #aaab3c color hex is 0.01, 0.00, 0.65, 0.33. Web safe color of #aaab3c is #999933. Color #aaab3c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10101011 00111100
Octal 252 253 74
Decimal 170 171 60
Hex AA AB 3C

RGB Percentages of Color #aaab3c

%42.39
%42.64
%14.96

CMYK Percentages of Color #aaab3c

%1
%0
%65
%33

Triadic Colors of #aaab3c

#aaab3c #3caaab #ab3caa

Analogous Colors of #aaab3c

#aaab3c #73ab3c #ab753c

Monochromatic Colors of #aaab3c

#aaab3c

Complementary Color

#aaab3c #3d3cab

#aaab3c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaab3c Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaab3c Color CSS Codes

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

#aaab3c Text Font Color

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

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


#aaab3c Background Color

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

This div background color is #aaab3c


#aaab3c Border Color

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

This div border color is #aaab3c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaab3c


Comments

No comments written yet.

Please login to write comment.