Color Hex Logo

#aaab42 Color Hex

#AAAB42
(170,171,66)
0 Favorites   0 Comments

Color spaces of #aaab42

RGB 17017166
HSL0.170.440.46
HSV61°61°67°
CMYK 0.010.000.61   0.33
XYZ32.123838.065210.8085
Yxy38.06520.39660.4700
Hunter Lab61.6970-15.030132.8011
CIE-Lab68.0686-14.081452.3415

#aaab42 color RGB value is (170,171,66).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 10101011 01000010
Octal 252 253 102
Decimal 170 171 66
Hex AA AB 42

RGB Percentages of Color #aaab42

%41.77
%42.01
%16.22

CMYK Percentages of Color #aaab42

%1
%0
%61
%33

Triadic Colors of #aaab42

#aaab42 #42aaab #ab42aa

Analogous Colors of #aaab42

#aaab42 #76ab42 #ab7842

Monochromatic Colors of #aaab42

#aaab42

Complementary Color

#aaab42 #4342ab

#aaab42 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaab42 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaab42 Color CSS Codes

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

#aaab42 Text Font Color

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

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


#aaab42 Background Color

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

This div background color is #aaab42


#aaab42 Border Color

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

This div border color is #aaab42


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaab42


Comments

No comments written yet.

Please login to write comment.