Color Hex Logo

#aba13c Color Hex

#ABA13C
(171,161,60)
0 Favorites   0 Comments

Color spaces of #aba13c

RGB 17116160
HSL0.150.480.45
HSV55°65°67°
CMYK 0.000.060.65   0.33
XYZ30.355134.47399.3292
Yxy34.47390.40930.4649
Hunter Lab58.7145-10.466731.6795
CIE-Lab65.3370-8.820152.0654

#aba13c color RGB value is (171,161,60).

#aba13c hex color red value is 171, green value is 161 and the blue value of its RGB is 60. Cylindrical-coordinate representations (also known as HSL) of color #aba13c hue: 0.15 , saturation: 0.48 and the lightness value of aba13c is 0.45.

The process color (four color CMYK) of #aba13c color hex is 0.00, 0.06, 0.65, 0.33. Web safe color of #aba13c is #999933. Color #aba13c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 10100001 00111100
Octal 253 241 74
Decimal 171 161 60
Hex AB A1 3C

RGB Percentages of Color #aba13c

%43.62
%41.07
%15.31

CMYK Percentages of Color #aba13c

%0
%6
%65
%33

Triadic Colors of #aba13c

#aba13c #3caba1 #a13cab

Analogous Colors of #aba13c

#aba13c #7eab3c #ab6a3c

Monochromatic Colors of #aba13c

#aba13c

Complementary Color

#aba13c #3c46ab

#aba13c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aba13c Color Preview on White Background

Lorem ipsum dolor sit amet.

#aba13c Color CSS Codes

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

#aba13c Text Font Color

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

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


#aba13c Background Color

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

This div background color is #aba13c


#aba13c Border Color

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

This div border color is #aba13c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aba13c


Comments

No comments written yet.

Please login to write comment.