Color Hex Logo

#aaab44 Color Hex

#AAAB44
(170,171,68)
0 Favorites   0 Comments

Color spaces of #aaab44

RGB 17017168
HSL0.170.430.47
HSV61°60°67°
CMYK 0.010.000.60   0.33
XYZ32.183938.089211.1245
Yxy38.08920.39540.4679
Hunter Lab61.7164-14.919632.5144
CIE-Lab68.0863-13.940551.4781

#aaab44 color RGB value is (170,171,68).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 10101011 01000100
Octal 252 253 104
Decimal 170 171 68
Hex AA AB 44

RGB Percentages of Color #aaab44

%41.56
%41.81
%16.63

CMYK Percentages of Color #aaab44

%1
%0
%60
%33

Triadic Colors of #aaab44

#aaab44 #44aaab #ab44aa

Analogous Colors of #aaab44

#aaab44 #77ab44 #ab7944

Monochromatic Colors of #aaab44

#aaab44

Complementary Color

#aaab44 #4544ab

#aaab44 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaab44 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaab44 Color CSS Codes

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

#aaab44 Text Font Color

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

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


#aaab44 Background Color

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

This div background color is #aaab44


#aaab44 Border Color

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

This div border color is #aaab44


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaab44

#aaab44 Color Palettes


Comments

No comments written yet.

Please login to write comment.