Color Hex Logo

#aba69f Color Hex

#ABA69F
(171,166,159)
0 Favorites   0 Comments

Color spaces of #aba69f

RGB 171166159
HSL0.100.070.65
HSV35°67°
CMYK 0.000.030.07   0.33
XYZ36.688838.433638.2856
Yxy38.43360.32350.3389
Hunter Lab61.9948-2.85396.7812
CIE-Lab68.33900.52614.2487

#aba69f color RGB value is (171,166,159).

#aba69f hex color red value is 171, green value is 166 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #aba69f hue: 0.10 , saturation: 0.07 and the lightness value of aba69f is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 10100110 10011111
Octal 253 246 237
Decimal 171 166 159
Hex AB A6 9F

RGB Percentages of Color #aba69f

%34.48
%33.47
%32.06

CMYK Percentages of Color #aba69f

%0
%3
%7
%33

Triadic Colors of #aba69f

#aba69f #9faba6 #a69fab

Analogous Colors of #aba69f

#aba69f #aaab9f #aba09f

Monochromatic Colors of #aba69f

#aba69f

Complementary Color

#aba69f #9fa4ab

#aba69f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aba69f Color Preview on White Background

Lorem ipsum dolor sit amet.

#aba69f Color CSS Codes

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

#aba69f Text Font Color

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

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


#aba69f Background Color

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

This div background color is #aba69f


#aba69f Border Color

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

This div border color is #aba69f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aba69f


Comments

No comments written yet.

Please login to write comment.