Color Hex Logo

#aba32c Color Hex

#ABA32C
(171,163,44)
0 Favorites   0 Comments

Color spaces of #aba32c

RGB 17116344
HSL0.160.590.42
HSV56°74°67°
CMYK 0.000.050.74   0.33
XYZ30.346435.03427.5457
Yxy35.03420.41610.4804
Hunter Lab59.1897-12.065533.8743
CIE-Lab65.7753-10.741958.8414

#aba32c color RGB value is (171,163,44).

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

The process color (four color CMYK) of #aba32c color hex is 0.00, 0.05, 0.74, 0.33. Web safe color of #aba32c is #999933. Color #aba32c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 10100011 00101100
Octal 253 243 54
Decimal 171 163 44
Hex AB A3 2C

RGB Percentages of Color #aba32c

%45.24
%43.12
%11.64

CMYK Percentages of Color #aba32c

%0
%5
%74
%33

Triadic Colors of #aba32c

#aba32c #2caba3 #a32cab

Analogous Colors of #aba32c

#aba32c #74ab2c #ab642c

Monochromatic Colors of #aba32c

#aba32c

Complementary Color

#aba32c #2c34ab

#aba32c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aba32c Color Preview on White Background

Lorem ipsum dolor sit amet.

#aba32c Color CSS Codes

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

#aba32c Text Font Color

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

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


#aba32c Background Color

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

This div background color is #aba32c


#aba32c Border Color

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

This div border color is #aba32c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aba32c


Comments

No comments written yet.

Please login to write comment.