Color Hex Logo

#aba979 Color Hex

#ABA979
(171,169,121)
0 Favorites   0 Comments

Color spaces of #aba979

RGB 171169121
HSL0.160.230.57
HSV58°29°67°
CMYK 0.000.010.29   0.33
XYZ34.433738.414323.6890
Yxy38.41430.35670.3979
Hunter Lab61.9793-9.294820.7244
CIE-Lab68.3249-7.030325.0988

#aba979 color RGB value is (171,169,121).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 10101001 01111001
Octal 253 251 171
Decimal 171 169 121
Hex AB A9 79

RGB Percentages of Color #aba979

%37.09
%36.66
%26.25

CMYK Percentages of Color #aba979

%0
%1
%29
%33

Triadic Colors of #aba979

#aba979 #79aba9 #a979ab

Analogous Colors of #aba979

#aba979 #94ab79 #ab9079

Monochromatic Colors of #aba979

#aba979

Complementary Color

#aba979 #797bab

#aba979 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aba979 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aba979 Color CSS Codes

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

#aba979 Text Font Color

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

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


#aba979 Background Color

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

This div background color is #aba979


#aba979 Border Color

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

This div border color is #aba979


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aba979


Comments

No comments written yet.

Please login to write comment.