Color Hex Logo

#aba11f Color Hex

#ABA11F
(171,161,31)
0 Favorites   0 Comments

Color spaces of #aba11f

RGB 17116131
HSL0.150.690.40
HSV56°82°67°
CMYK 0.000.060.82   0.33
XYZ29.786834.24666.3366
Yxy34.24660.42330.4867
Hunter Lab58.5206-11.555134.5445
CIE-Lab65.1578-10.194262.4225

#aba11f color RGB value is (171,161,31).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 10100001 00011111
Octal 253 241 37
Decimal 171 161 31
Hex AB A1 1F

RGB Percentages of Color #aba11f

%47.11
%44.35
%8.54

CMYK Percentages of Color #aba11f

%0
%6
%82
%33

Triadic Colors of #aba11f

#aba11f #1faba1 #a11fab

Analogous Colors of #aba11f

#aba11f #6fab1f #ab5b1f

Monochromatic Colors of #aba11f

#aba11f

Complementary Color

#aba11f #1f29ab

#aba11f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aba11f Color Preview on White Background

Lorem ipsum dolor sit amet.

#aba11f Color CSS Codes

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

#aba11f Text Font Color

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

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


#aba11f Background Color

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

This div background color is #aba11f


#aba11f Border Color

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

This div border color is #aba11f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aba11f


Comments

No comments written yet.

Please login to write comment.