Color Hex Logo

#aba696 Color Hex

#ABA696
(171,166,150)
0 Favorites   0 Comments

Color spaces of #aba696

RGB 171166150
HSL0.130.110.63
HSV46°12°67°
CMYK 0.000.030.12   0.33
XYZ35.935838.132434.3204
Yxy38.13240.33150.3518
Hunter Lab61.7514-4.188210.2736
CIE-Lab68.1181-1.02978.9199

#aba696 color RGB value is (171,166,150).

#aba696 hex color red value is 171, green value is 166 and the blue value of its RGB is 150. Cylindrical-coordinate representations (also known as HSL) of color #aba696 hue: 0.13 , saturation: 0.11 and the lightness value of aba696 is 0.63.

The process color (four color CMYK) of #aba696 color hex is 0.00, 0.03, 0.12, 0.33. Web safe color of #aba696 is #999999. Color #aba696 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 10100110 10010110
Octal 253 246 226
Decimal 171 166 150
Hex AB A6 96

RGB Percentages of Color #aba696

%35.11
%34.09
%30.80

CMYK Percentages of Color #aba696

%0
%3
%12
%33

Triadic Colors of #aba696

#aba696 #96aba6 #a696ab

Analogous Colors of #aba696

#aba696 #a6ab96 #ab9c96

Monochromatic Colors of #aba696

#aba696

Complementary Color

#aba696 #969bab

#aba696 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aba696 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aba696 Color CSS Codes

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

#aba696 Text Font Color

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

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


#aba696 Background Color

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

This div background color is #aba696


#aba696 Border Color

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

This div border color is #aba696


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aba696


Comments

No comments written yet.

Please login to write comment.