Color Hex Logo

#aba616 Color Hex

#ABA616
(171,166,22)
0 Favorites   0 Comments

Color spaces of #aba616

RGB 17116622
HSL0.160.770.38
HSV58°87°67°
CMYK 0.000.030.87   0.33
XYZ30.575635.98836.0940
Yxy35.98830.42080.4953
Hunter Lab59.9902-14.005735.9703
CIE-Lab66.5110-13.054965.7575

#aba616 color RGB value is (171,166,22).

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

The process color (four color CMYK) of #aba616 color hex is 0.00, 0.03, 0.87, 0.33. Web safe color of #aba616 is #999900. Color #aba616 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 10100110 00010110
Octal 253 246 26
Decimal 171 166 22
Hex AB A6 16

RGB Percentages of Color #aba616

%47.63
%46.24
%6.13

CMYK Percentages of Color #aba616

%0
%3
%87
%33

Triadic Colors of #aba616

#aba616 #16aba6 #a616ab

Analogous Colors of #aba616

#aba616 #66ab16 #ab5c16

Monochromatic Colors of #aba616

#aba616

Complementary Color

#aba616 #161bab

#aba616 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aba616 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aba616 Color CSS Codes

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

#aba616 Text Font Color

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

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


#aba616 Background Color

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

This div background color is #aba616


#aba616 Border Color

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

This div border color is #aba616


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aba616


Comments

No comments written yet.

Please login to write comment.