Color Hex Logo

#aba620 Color Hex

#ABA620
(171,166,32)
0 Favorites   0 Comments

Color spaces of #aba620

RGB 17116632
HSL0.160.680.40
HSV58°81°67°
CMYK 0.000.030.81   0.33
XYZ30.691536.03466.7043
Yxy36.03460.41800.4907
Hunter Lab60.0288-13.787135.3984
CIE-Lab66.5464-12.775063.3454

#aba620 color RGB value is (171,166,32).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 10100110 00100000
Octal 253 246 40
Decimal 171 166 32
Hex AB A6 20

RGB Percentages of Color #aba620

%46.34
%44.99
%8.67

CMYK Percentages of Color #aba620

%0
%3
%81
%33

Triadic Colors of #aba620

#aba620 #20aba6 #a620ab

Analogous Colors of #aba620

#aba620 #6bab20 #ab6120

Monochromatic Colors of #aba620

#aba620

Complementary Color

#aba620 #2025ab

#aba620 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aba620 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aba620 Color CSS Codes

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

#aba620 Text Font Color

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

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


#aba620 Background Color

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

This div background color is #aba620


#aba620 Border Color

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

This div border color is #aba620


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aba620


Comments

No comments written yet.

Please login to write comment.