Color Hex Logo

#aab12f Color Hex

#AAB12F
(170,177,47)
0 Favorites   0 Comments

Color spaces of #aab12f

RGB 17017747
HSL0.180.580.44
HSV63°73°69°
CMYK 0.040.000.73   0.31
XYZ32.812840.19568.7184
Yxy40.19560.40150.4918
Hunter Lab63.4000-18.567036.2268
CIE-Lab69.6086-18.246861.3981

#aab12f color RGB value is (170,177,47).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 10110001 00101111
Octal 252 261 57
Decimal 170 177 47
Hex AA B1 2F

RGB Percentages of Color #aab12f

%43.15
%44.92
%11.93

CMYK Percentages of Color #aab12f

%4
%0
%73
%31

Triadic Colors of #aab12f

#aab12f #2faab1 #b12faa

Analogous Colors of #aab12f

#aab12f #69b12f #b1772f

Monochromatic Colors of #aab12f

#aab12f

Complementary Color

#aab12f #362fb1

#aab12f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aab12f Color Preview on White Background

Lorem ipsum dolor sit amet.

#aab12f Color CSS Codes

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

#aab12f Text Font Color

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

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


#aab12f Background Color

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

This div background color is #aab12f


#aab12f Border Color

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

This div border color is #aab12f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aab12f


Comments

No comments written yet.

Please login to write comment.