Color Hex Logo

#aab944 Color Hex

#AAB944
(170,185,68)
0 Favorites   0 Comments

Color spaces of #aab944

RGB 17018568
HSL0.190.460.50
HSV68°63°73°
CMYK 0.080.000.63   0.27
XYZ34.969943.661312.0532
Yxy43.66130.38560.4815
Hunter Lab66.0767-21.166335.4385
CIE-Lab72.0015-21.037455.6959

#aab944 color RGB value is (170,185,68).

#aab944 hex color red value is 170, green value is 185 and the blue value of its RGB is 68. Cylindrical-coordinate representations (also known as HSL) of color #aab944 hue: 0.19 , saturation: 0.46 and the lightness value of aab944 is 0.50.

The process color (four color CMYK) of #aab944 color hex is 0.08, 0.00, 0.63, 0.27. Web safe color of #aab944 is #99cc33. Color #aab944 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10111001 01000100
Octal 252 271 104
Decimal 170 185 68
Hex AA B9 44

RGB Percentages of Color #aab944

%40.19
%43.74
%16.08

CMYK Percentages of Color #aab944

%8
%0
%63
%27

Triadic Colors of #aab944

#aab944 #44aab9 #b944aa

Analogous Colors of #aab944

#aab944 #70b944 #b98e44

Monochromatic Colors of #aab944

#aab944

Complementary Color

#aab944 #5344b9

#aab944 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aab944 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aab944 Color CSS Codes

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

#aab944 Text Font Color

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

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


#aab944 Background Color

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

This div background color is #aab944


#aab944 Border Color

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

This div border color is #aab944


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(170,185,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 #aab944">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aab944


Comments

No comments written yet.

Please login to write comment.