color codes Logo

#aab24f color codes

#AAB24F
(170,178,79)
0 Favorites   0 Comments

Color spaces of #aab24f

RGB 17017879
HSL0.180.390.50
HSV65°56°70°
CMYK 0.040.000.56   0.30
XYZ33.909240.951413.5143
Yxy40.95140.38370.4634
Hunter Lab63.9933-17.403432.2743
CIE-Lab70.1419-16.681348.7563

#aab24f color RGB value is (170,178,79).

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

The process color (four color CMYK) of #aab24f color code is 0.04, 0.00, 0.56, 0.30. Web safe color of #aab24f is #999966. Color #aab24f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10110010 01001111
Octal 252 262 117
Decimal 170 178 79
Hex AA B2 4F

RGB Percentages of Color #aab24f

%39.81
%41.69
%18.50

CMYK Percentages of Color #aab24f

%4
%0
%56
%30

Triadic Colors of #aab24f

#aab24f #4faab2 #b24faa

Analogous Colors of #aab24f

#aab24f #79b24f #b2894f

Monochromatic Colors of #aab24f

#aab24f

Complementary Color

#aab24f #574fb2

#aab24f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aab24f Color Preview on White Background

Lorem ipsum dolor sit amet.

#aab24f Color CSS Codes

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

#aab24f Text Font Color

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

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


#aab24f Background Color

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

This div background color is #aab24f


#aab24f Border Color

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

This div border color is #aab24f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aab24f


Comments

No comments written yet.

Please login to write comment.