Color Hex Logo

#aba00b Color Hex

#ABA00B
(171,160,11)
0 Favorites   0 Comments

Color spaces of #aba00b

RGB 17116011
HSL0.160.880.36
HSV56°94°67°
CMYK 0.000.060.94   0.33
XYZ29.425833.82375.2943
Yxy33.82370.42930.4935
Hunter Lab58.1581-11.462635.3134
CIE-Lab64.8224-10.125966.3506

#aba00b color RGB value is (171,160,11).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 10100000 00001011
Octal 253 240 13
Decimal 171 160 11
Hex AB A0 B

RGB Percentages of Color #aba00b

%50.00
%46.78
%3.22

CMYK Percentages of Color #aba00b

%0
%6
%94
%33

Triadic Colors of #aba00b

#aba00b #0baba0 #a00bab

Analogous Colors of #aba00b

#aba00b #66ab0b #ab500b

Monochromatic Colors of #aba00b

#aba00b

Complementary Color

#aba00b #0b16ab

#aba00b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aba00b Color Preview on White Background

Lorem ipsum dolor sit amet.

#aba00b Color CSS Codes

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

#aba00b Text Font Color

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

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


#aba00b Background Color

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

This div background color is #aba00b


#aba00b Border Color

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

This div border color is #aba00b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aba00b


Comments

No comments written yet.

Please login to write comment.