Color Hex Logo

#aba91c Color Hex

#ABA91C
(171,169,28)
0 Favorites   0 Comments

Color spaces of #aba91c

RGB 17116928
HSL0.160.720.39
HSV59°84°67°
CMYK 0.000.010.84   0.33
XYZ31.192237.11776.6190
Yxy37.11770.41630.4954
Hunter Lab60.9243-15.228636.2056
CIE-Lab67.3652-14.449365.0937

#aba91c color RGB value is (171,169,28).

#aba91c hex color red value is 171, green value is 169 and the blue value of its RGB is 28. Cylindrical-coordinate representations (also known as HSL) of color #aba91c hue: 0.16 , saturation: 0.72 and the lightness value of aba91c is 0.39.

The process color (four color CMYK) of #aba91c color hex is 0.00, 0.01, 0.84, 0.33. Web safe color of #aba91c is #999933. Color #aba91c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 10101001 00011100
Octal 253 251 34
Decimal 171 169 28
Hex AB A9 1C

RGB Percentages of Color #aba91c

%46.47
%45.92
%7.61

CMYK Percentages of Color #aba91c

%0
%1
%84
%33

Triadic Colors of #aba91c

#aba91c #1caba9 #a91cab

Analogous Colors of #aba91c

#aba91c #66ab1c #ab611c

Monochromatic Colors of #aba91c

#aba91c

Complementary Color

#aba91c #1c1eab

#aba91c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aba91c Color Preview on White Background

Lorem ipsum dolor sit amet.

#aba91c Color CSS Codes

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

#aba91c Text Font Color

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

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


#aba91c Background Color

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

This div background color is #aba91c


#aba91c Border Color

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

This div border color is #aba91c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aba91c


Comments

No comments written yet.

Please login to write comment.