Color Hex Logo

#aba976 Color Hex

#ABA976
(171,169,118)
0 Favorites   0 Comments

Color spaces of #aba976

RGB 171169118
HSL0.160.240.57
HSV58°31°67°
CMYK 0.000.010.31   0.33
XYZ34.252638.341922.7350
Yxy38.34190.35930.4022
Hunter Lab61.9208-9.621021.5755
CIE-Lab68.2719-7.427826.6443

#aba976 color RGB value is (171,169,118).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 10101001 01110110
Octal 253 251 166
Decimal 171 169 118
Hex AB A9 76

RGB Percentages of Color #aba976

%37.34
%36.90
%25.76

CMYK Percentages of Color #aba976

%0
%1
%31
%33

Triadic Colors of #aba976

#aba976 #76aba9 #a976ab

Analogous Colors of #aba976

#aba976 #93ab76 #ab8f76

Monochromatic Colors of #aba976

#aba976

Complementary Color

#aba976 #7678ab

#aba976 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aba976 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aba976 Color CSS Codes

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

#aba976 Text Font Color

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

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


#aba976 Background Color

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

This div background color is #aba976


#aba976 Border Color

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

This div border color is #aba976


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aba976


Comments

No comments written yet.

Please login to write comment.