Color Hex Logo

#aba06f Color Hex

#ABA06F
(171,160,111)
0 Favorites   0 Comments

Color spaces of #aba06f

RGB 171160111
HSL0.140.260.55
HSV49°35°67°
CMYK 0.000.060.35   0.33
XYZ32.234634.947220.0855
Yxy34.94720.36940.4005
Hunter Lab59.1162-6.121621.2367
CIE-Lab65.7075-3.504227.0239

#aba06f color RGB value is (171,160,111).

#aba06f hex color red value is 171, green value is 160 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #aba06f hue: 0.14 , saturation: 0.26 and the lightness value of aba06f is 0.55.

The process color (four color CMYK) of #aba06f color hex is 0.00, 0.06, 0.35, 0.33. Web safe color of #aba06f is #999966. Color #aba06f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 10100000 01101111
Octal 253 240 157
Decimal 171 160 111
Hex AB A0 6F

RGB Percentages of Color #aba06f

%38.69
%36.20
%25.11

CMYK Percentages of Color #aba06f

%0
%6
%35
%33

Triadic Colors of #aba06f

#aba06f #6faba0 #a06fab

Analogous Colors of #aba06f

#aba06f #98ab6f #ab826f

Monochromatic Colors of #aba06f

#aba06f

Complementary Color

#aba06f #6f7aab

#aba06f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aba06f Color Preview on White Background

Lorem ipsum dolor sit amet.

#aba06f Color CSS Codes

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

#aba06f Text Font Color

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

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


#aba06f Background Color

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

This div background color is #aba06f


#aba06f Border Color

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

This div border color is #aba06f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aba06f


Comments

No comments written yet.

Please login to write comment.