Color Hex Logo

#aba61a Color Hex

#ABA61A
(171,166,26)
0 Favorites   0 Comments

Color spaces of #aba61a

RGB 17116626
HSL0.160.740.39
HSV58°85°67°
CMYK 0.000.030.85   0.33
XYZ30.617336.00496.3132
Yxy36.00490.41980.4937
Hunter Lab60.0041-13.926935.7648
CIE-Lab66.5237-12.953964.8729

#aba61a color RGB value is (171,166,26).

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

The process color (four color CMYK) of #aba61a color hex is 0.00, 0.03, 0.85, 0.33. Web safe color of #aba61a is #999933. Color #aba61a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 10100110 00011010
Octal 253 246 32
Decimal 171 166 26
Hex AB A6 1A

RGB Percentages of Color #aba61a

%47.11
%45.73
%7.16

CMYK Percentages of Color #aba61a

%0
%3
%85
%33

Triadic Colors of #aba61a

#aba61a #1aaba6 #a61aab

Analogous Colors of #aba61a

#aba61a #68ab1a #ab5e1a

Monochromatic Colors of #aba61a

#aba61a

Complementary Color

#aba61a #1a1fab

#aba61a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aba61a Color Preview on White Background

Lorem ipsum dolor sit amet.

#aba61a Color CSS Codes

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

#aba61a Text Font Color

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

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


#aba61a Background Color

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

This div background color is #aba61a


#aba61a Border Color

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

This div border color is #aba61a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aba61a


Comments

No comments written yet.

Please login to write comment.