Color Hex Logo

#aba91f Color Hex

#ABA91F
(171,169,31)
0 Favorites   0 Comments

Color spaces of #aba91f

RGB 17116931
HSL0.160.690.40
HSV59°82°67°
CMYK 0.000.010.82   0.33
XYZ31.229937.13286.8177
Yxy37.13280.41540.4939
Hunter Lab60.9367-15.158436.0222
CIE-Lab67.3765-14.359264.3340

#aba91f color RGB value is (171,169,31).

#aba91f hex color red value is 171, green value is 169 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #aba91f hue: 0.16 , saturation: 0.69 and the lightness value of aba91f is 0.40.

The process color (four color CMYK) of #aba91f color hex is 0.00, 0.01, 0.82, 0.33. Web safe color of #aba91f is #999933. Color #aba91f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 10101001 00011111
Octal 253 251 37
Decimal 171 169 31
Hex AB A9 1F

RGB Percentages of Color #aba91f

%46.09
%45.55
%8.36

CMYK Percentages of Color #aba91f

%0
%1
%82
%33

Triadic Colors of #aba91f

#aba91f #1faba9 #a91fab

Analogous Colors of #aba91f

#aba91f #67ab1f #ab631f

Monochromatic Colors of #aba91f

#aba91f

Complementary Color

#aba91f #1f21ab

#aba91f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aba91f Color Preview on White Background

Lorem ipsum dolor sit amet.

#aba91f Color CSS Codes

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

#aba91f Text Font Color

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

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


#aba91f Background Color

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

This div background color is #aba91f


#aba91f Border Color

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

This div border color is #aba91f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(171,169,31, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aba91f


Comments

No comments written yet.

Please login to write comment.