Color Hex Logo

#aba06c Color Hex

#ABA06C
(171,160,108)
0 Favorites   0 Comments

Color spaces of #aba06c

RGB 171160108
HSL0.140.270.55
HSV50°37°67°
CMYK 0.000.060.37   0.33
XYZ32.072234.882219.2299
Yxy34.88220.37210.4047
Hunter Lab59.0612-6.425522.0384
CIE-Lab65.6568-3.872328.5766

#aba06c color RGB value is (171,160,108).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 10100000 01101100
Octal 253 240 154
Decimal 171 160 108
Hex AB A0 6C

RGB Percentages of Color #aba06c

%38.95
%36.45
%24.60

CMYK Percentages of Color #aba06c

%0
%6
%37
%33

Triadic Colors of #aba06c

#aba06c #6caba0 #a06cab

Analogous Colors of #aba06c

#aba06c #97ab6c #ab816c

Monochromatic Colors of #aba06c

#aba06c

Complementary Color

#aba06c #6c77ab

#aba06c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aba06c Color Preview on White Background

Lorem ipsum dolor sit amet.

#aba06c Color CSS Codes

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

#aba06c Text Font Color

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

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


#aba06c Background Color

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

This div background color is #aba06c


#aba06c Border Color

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

This div border color is #aba06c


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(171,160,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 #aba06c">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aba06c


Comments

No comments written yet.

Please login to write comment.