Color Hex Logo

#aba20b Color Hex

#ABA20B
(171,162,11)
0 Favorites   0 Comments

Color spaces of #aba20b

RGB 17116211
HSL0.160.880.36
HSV57°94°67°
CMYK 0.000.050.94   0.33
XYZ29.775334.52275.4108
Yxy34.52270.42710.4952
Hunter Lab58.7560-12.366135.6692
CIE-Lab65.3754-11.175566.7725

#aba20b color RGB value is (171,162,11).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 10100010 00001011
Octal 253 242 13
Decimal 171 162 11
Hex AB A2 B

RGB Percentages of Color #aba20b

%49.71
%47.09
%3.20

CMYK Percentages of Color #aba20b

%0
%5
%94
%33

Triadic Colors of #aba20b

#aba20b #0baba2 #a20bab

Analogous Colors of #aba20b

#aba20b #64ab0b #ab520b

Monochromatic Colors of #aba20b

#aba20b

Complementary Color

#aba20b #0b14ab

#aba20b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aba20b Color Preview on White Background

Lorem ipsum dolor sit amet.

#aba20b Color CSS Codes

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

#aba20b Text Font Color

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

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


#aba20b Background Color

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

This div background color is #aba20b


#aba20b Border Color

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

This div border color is #aba20b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aba20b


Comments

No comments written yet.

Please login to write comment.