Color Hex Logo

#aab149 Color Hex

#AAB149
(170,177,73)
0 Favorites   0 Comments

Color spaces of #aab149

RGB 17017773
HSL0.180.420.49
HSV64°59°69°
CMYK 0.040.000.59   0.31
XYZ33.502340.471412.3493
Yxy40.47140.38810.4688
Hunter Lab63.6171-17.327633.0227
CIE-Lab69.8040-16.649051.1270

#aab149 color RGB value is (170,177,73).

#aab149 hex color red value is 170, green value is 177 and the blue value of its RGB is 73. Cylindrical-coordinate representations (also known as HSL) of color #aab149 hue: 0.18 , saturation: 0.42 and the lightness value of aab149 is 0.49.

The process color (four color CMYK) of #aab149 color hex is 0.04, 0.00, 0.59, 0.31. Web safe color of #aab149 is #999933. Color #aab149 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10110001 01001001
Octal 252 261 111
Decimal 170 177 73
Hex AA B1 49

RGB Percentages of Color #aab149

%40.48
%42.14
%17.38

CMYK Percentages of Color #aab149

%4
%0
%59
%31

Triadic Colors of #aab149

#aab149 #49aab1 #b149aa

Analogous Colors of #aab149

#aab149 #76b149 #b18449

Monochromatic Colors of #aab149

#aab149

Complementary Color

#aab149 #5049b1

#aab149 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aab149 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aab149 Color CSS Codes

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

#aab149 Text Font Color

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

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


#aab149 Background Color

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

This div background color is #aab149


#aab149 Border Color

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

This div border color is #aab149


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aab149


Comments

No comments written yet.

Please login to write comment.