Color Hex Logo

#aba30a Color Hex

#ABA30A
(171,163,10)
0 Favorites   0 Comments

Color spaces of #aba30a

RGB 17116310
HSL0.160.890.35
HSV57°94°67°
CMYK 0.000.050.94   0.33
XYZ29.946634.87425.4402
Yxy34.87420.42620.4964
Hunter Lab59.0544-12.827435.8762
CIE-Lab65.6506-11.711967.1141

#aba30a color RGB value is (171,163,10).

#aba30a hex color red value is 171, green value is 163 and the blue value of its RGB is 10. Cylindrical-coordinate representations (also known as HSL) of color #aba30a hue: 0.16 , saturation: 0.89 and the lightness value of aba30a is 0.35.

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 10100011 00001010
Octal 253 243 12
Decimal 171 163 10
Hex AB A3 A

RGB Percentages of Color #aba30a

%49.71
%47.38
%2.91

CMYK Percentages of Color #aba30a

%0
%5
%94
%33

Triadic Colors of #aba30a

#aba30a #0aaba3 #a30aab

Analogous Colors of #aba30a

#aba30a #62ab0a #ab530a

Monochromatic Colors of #aba30a

#aba30a

Complementary Color

#aba30a #0a12ab

#aba30a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aba30a Color Preview on White Background

Lorem ipsum dolor sit amet.

#aba30a Color CSS Codes

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

#aba30a Text Font Color

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

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


#aba30a Background Color

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

This div background color is #aba30a


#aba30a Border Color

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

This div border color is #aba30a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aba30a


Comments

No comments written yet.

Please login to write comment.