Color Hex Logo

#aba720 Color Hex

#ABA720
(171,167,32)
0 Favorites   0 Comments

Color spaces of #aba720

RGB 17116732
HSL0.160.680.40
HSV58°81°67°
CMYK 0.000.020.81   0.33
XYZ30.874036.39966.7651
Yxy36.39960.41700.4916
Hunter Lab60.3321-14.236635.5842
CIE-Lab66.8241-13.293763.5863

#aba720 color RGB value is (171,167,32).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 10100111 00100000
Octal 253 247 40
Decimal 171 167 32
Hex AB A7 20

RGB Percentages of Color #aba720

%46.22
%45.14
%8.65

CMYK Percentages of Color #aba720

%0
%2
%81
%33

Triadic Colors of #aba720

#aba720 #20aba7 #a720ab

Analogous Colors of #aba720

#aba720 #6aab20 #ab6220

Monochromatic Colors of #aba720

#aba720

Complementary Color

#aba720 #2024ab

#aba720 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aba720 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aba720 Color CSS Codes

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

#aba720 Text Font Color

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

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


#aba720 Background Color

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

This div background color is #aba720


#aba720 Border Color

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

This div border color is #aba720


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(171,167,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 #aba720">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aba720


Comments

No comments written yet.

Please login to write comment.