Color Hex Logo

#aba20c Color Hex

#ABA20C
(171,162,12)
0 Favorites   0 Comments

Color spaces of #aba20c

RGB 17116212
HSL0.160.870.36
HSV57°93°67°
CMYK 0.000.050.93   0.33
XYZ29.781334.52515.4422
Yxy34.52510.42700.4950
Hunter Lab58.7581-12.354635.6392
CIE-Lab65.3772-11.160866.6338

#aba20c color RGB value is (171,162,12).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 10100010 00001100
Octal 253 242 14
Decimal 171 162 12
Hex AB A2 C

RGB Percentages of Color #aba20c

%49.57
%46.96
%3.48

CMYK Percentages of Color #aba20c

%0
%5
%93
%33

Triadic Colors of #aba20c

#aba20c #0caba2 #a20cab

Analogous Colors of #aba20c

#aba20c #65ab0c #ab530c

Monochromatic Colors of #aba20c

#aba20c

Complementary Color

#aba20c #0c15ab

#aba20c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aba20c Color Preview on White Background

Lorem ipsum dolor sit amet.

#aba20c Color CSS Codes

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

#aba20c Text Font Color

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

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


#aba20c Background Color

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

This div background color is #aba20c


#aba20c Border Color

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

This div border color is #aba20c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aba20c


Comments

No comments written yet.

Please login to write comment.