Color Hex Logo

#aba970 Color Hex

#ABA970
(171,169,112)
0 Favorites   0 Comments

Color spaces of #aba970

RGB 171169112
HSL0.160.260.55
HSV58°35°67°
CMYK 0.000.010.35   0.33
XYZ33.907238.203720.9162
Yxy38.20370.36450.4107
Hunter Lab61.8091-10.244623.2027
CIE-Lab68.1705-8.190929.7219

#aba970 color RGB value is (171,169,112).

#aba970 hex color red value is 171, green value is 169 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #aba970 hue: 0.16 , saturation: 0.26 and the lightness value of aba970 is 0.55.

The process color (four color CMYK) of #aba970 color hex is 0.00, 0.01, 0.35, 0.33. Web safe color of #aba970 is #999966. Color #aba970 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 10101001 01110000
Octal 253 251 160
Decimal 171 169 112
Hex AB A9 70

RGB Percentages of Color #aba970

%37.83
%37.39
%24.78

CMYK Percentages of Color #aba970

%0
%1
%35
%33

Triadic Colors of #aba970

#aba970 #70aba9 #a970ab

Analogous Colors of #aba970

#aba970 #90ab70 #ab8c70

Monochromatic Colors of #aba970

#aba970

Complementary Color

#aba970 #7072ab

#aba970 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aba970 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aba970 Color CSS Codes

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

#aba970 Text Font Color

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

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


#aba970 Background Color

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

This div background color is #aba970


#aba970 Border Color

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

This div border color is #aba970


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aba970


Comments

No comments written yet.

Please login to write comment.