Color Hex Logo

#aba320 Color Hex

#ABA320
(171,163,32)
0 Favorites   0 Comments

Color spaces of #aba320

RGB 17116332
HSL0.160.680.40
HSV57°81°67°
CMYK 0.000.050.81   0.33
XYZ30.152534.95666.5246
Yxy34.95660.42090.4880
Hunter Lab59.1241-12.434634.8440
CIE-Lab65.7149-11.210962.6238

#aba320 color RGB value is (171,163,32).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 10100011 00100000
Octal 253 243 40
Decimal 171 163 32
Hex AB A3 20

RGB Percentages of Color #aba320

%46.72
%44.54
%8.74

CMYK Percentages of Color #aba320

%0
%5
%81
%33

Triadic Colors of #aba320

#aba320 #20aba3 #a320ab

Analogous Colors of #aba320

#aba320 #6eab20 #ab5e20

Monochromatic Colors of #aba320

#aba320

Complementary Color

#aba320 #2028ab

#aba320 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aba320 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aba320 Color CSS Codes

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

#aba320 Text Font Color

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

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


#aba320 Background Color

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

This div background color is #aba320


#aba320 Border Color

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

This div border color is #aba320


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aba320


Comments

No comments written yet.

Please login to write comment.