Color Hex Logo

#aba96c Color Hex

#ABA96C
(171,169,108)
0 Favorites   0 Comments

Color spaces of #aba96c

RGB 171169108
HSL0.160.270.55
HSV58°37°67°
CMYK 0.000.010.37   0.33
XYZ33.689338.116619.7690
Yxy38.11660.36790.4162
Hunter Lab61.7386-10.639424.2321
CIE-Lab68.1065-8.676231.7611

#aba96c color RGB value is (171,169,108).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 10101001 01101100
Octal 253 251 154
Decimal 171 169 108
Hex AB A9 6C

RGB Percentages of Color #aba96c

%38.17
%37.72
%24.11

CMYK Percentages of Color #aba96c

%0
%1
%37
%33

Triadic Colors of #aba96c

#aba96c #6caba9 #a96cab

Analogous Colors of #aba96c

#aba96c #8eab6c #ab8a6c

Monochromatic Colors of #aba96c

#aba96c

Complementary Color

#aba96c #6c6eab

#aba96c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aba96c Color Preview on White Background

Lorem ipsum dolor sit amet.

#aba96c Color CSS Codes

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

#aba96c Text Font Color

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

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


#aba96c Background Color

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

This div background color is #aba96c


#aba96c Border Color

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

This div border color is #aba96c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aba96c


Comments

No comments written yet.

Please login to write comment.