Color Hex Logo

#aab14f Color Hex

#AAB14F
(170,177,79)
0 Favorites   0 Comments

Color spaces of #aab14f

RGB 17017779
HSL0.180.390.50
HSV64°55°69°
CMYK 0.040.000.55   0.31
XYZ33.711040.554813.4482
Yxy40.55480.38430.4624
Hunter Lab63.6827-16.954032.0573
CIE-Lab69.8629-16.171048.4382

#aab14f color RGB value is (170,177,79).

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

The process color (four color CMYK) of #aab14f color hex is 0.04, 0.00, 0.55, 0.31. Web safe color of #aab14f is #999966. Color #aab14f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10110001 01001111
Octal 252 261 117
Decimal 170 177 79
Hex AA B1 4F

RGB Percentages of Color #aab14f

%39.91
%41.55
%18.54

CMYK Percentages of Color #aab14f

%4
%0
%55
%31

Triadic Colors of #aab14f

#aab14f #4faab1 #b14faa

Analogous Colors of #aab14f

#aab14f #79b14f #b1874f

Monochromatic Colors of #aab14f

#aab14f

Complementary Color

#aab14f #564fb1

#aab14f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aab14f Color Preview on White Background

Lorem ipsum dolor sit amet.

#aab14f Color CSS Codes

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

#aab14f Text Font Color

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

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


#aab14f Background Color

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

This div background color is #aab14f


#aab14f Border Color

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

This div border color is #aab14f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aab14f


Comments

No comments written yet.

Please login to write comment.