Color Hex Logo

#aba24f Color Hex

#ABA24F
(171,162,79)
0 Favorites   0 Comments

Color spaces of #aba24f

RGB 17116279
HSL0.150.370.49
HSV54°54°67°
CMYK 0.000.050.54   0.33
XYZ31.126235.063112.5245
Yxy35.06310.39540.4455
Hunter Lab59.2141-9.795228.9093
CIE-Lab65.7978-7.936443.7641

#aba24f color RGB value is (171,162,79).

#aba24f hex color red value is 171, green value is 162 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #aba24f hue: 0.15 , saturation: 0.37 and the lightness value of aba24f is 0.49.

The process color (four color CMYK) of #aba24f color hex is 0.00, 0.05, 0.54, 0.33. Web safe color of #aba24f is #999966. Color #aba24f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 10100010 01001111
Octal 253 242 117
Decimal 171 162 79
Hex AB A2 4F

RGB Percentages of Color #aba24f

%41.50
%39.32
%19.17

CMYK Percentages of Color #aba24f

%0
%5
%54
%33

Triadic Colors of #aba24f

#aba24f #4faba2 #a24fab

Analogous Colors of #aba24f

#aba24f #86ab4f #ab744f

Monochromatic Colors of #aba24f

#aba24f

Complementary Color

#aba24f #4f58ab

#aba24f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aba24f Color Preview on White Background

Lorem ipsum dolor sit amet.

#aba24f Color CSS Codes

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

#aba24f Text Font Color

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

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


#aba24f Background Color

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

This div background color is #aba24f


#aba24f Border Color

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

This div border color is #aba24f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aba24f


Comments

No comments written yet.

Please login to write comment.