Color Hex Logo

#aab12e Color Hex

#AAB12E
(170,177,46)
0 Favorites   0 Comments

Color spaces of #aab12e

RGB 17017746
HSL0.180.590.44
HSV63°74°69°
CMYK 0.040.000.74   0.31
XYZ32.792840.18768.6134
Yxy40.18760.40190.4925
Hunter Lab63.3937-18.603036.3198
CIE-Lab69.6029-18.293661.7358

#aab12e color RGB value is (170,177,46).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 10110001 00101110
Octal 252 261 56
Decimal 170 177 46
Hex AA B1 2E

RGB Percentages of Color #aab12e

%43.26
%45.04
%11.70

CMYK Percentages of Color #aab12e

%4
%0
%74
%31

Triadic Colors of #aab12e

#aab12e #2eaab1 #b12eaa

Analogous Colors of #aab12e

#aab12e #69b12e #b1772e

Monochromatic Colors of #aab12e

#aab12e

Complementary Color

#aab12e #352eb1

#aab12e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aab12e Color Preview on White Background

Lorem ipsum dolor sit amet.

#aab12e Color CSS Codes

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

#aab12e Text Font Color

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

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


#aab12e Background Color

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

This div background color is #aab12e


#aab12e Border Color

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

This div border color is #aab12e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aab12e


Comments

No comments written yet.

Please login to write comment.