Color Hex Logo

#aba40b Color Hex

#ABA40B
(171,164,11)
0 Favorites   0 Comments

Color spaces of #aba40b

RGB 17116411
HSL0.160.880.36
HSV57°94°67°
CMYK 0.000.040.94   0.33
XYZ30.130535.23305.5292
Yxy35.23300.42500.4970
Hunter Lab59.3574-13.266836.0273
CIE-Lab65.9297-12.219867.1957

#aba40b color RGB value is (171,164,11).

#aba40b hex color red value is 171, green value is 164 and the blue value of its RGB is 11. Cylindrical-coordinate representations (also known as HSL) of color #aba40b hue: 0.16 , saturation: 0.88 and the lightness value of aba40b is 0.36.

The process color (four color CMYK) of #aba40b color hex is 0.00, 0.04, 0.94, 0.33. Web safe color of #aba40b is #999900. Color #aba40b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 10100100 00001011
Octal 253 244 13
Decimal 171 164 11
Hex AB A4 B

RGB Percentages of Color #aba40b

%49.42
%47.40
%3.18

CMYK Percentages of Color #aba40b

%0
%4
%94
%33

Triadic Colors of #aba40b

#aba40b #0baba4 #a40bab

Analogous Colors of #aba40b

#aba40b #62ab0b #ab540b

Monochromatic Colors of #aba40b

#aba40b

Complementary Color

#aba40b #0b12ab

#aba40b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aba40b Color Preview on White Background

Lorem ipsum dolor sit amet.

#aba40b Color CSS Codes

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

#aba40b Text Font Color

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

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


#aba40b Background Color

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

This div background color is #aba40b


#aba40b Border Color

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

This div border color is #aba40b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aba40b


Comments

No comments written yet.

Please login to write comment.