Color Hex Logo

#aba56e Color Hex

#ABA56E
(171,165,110)
0 Favorites   0 Comments

Color spaces of #aba56e

RGB 171165110
HSL0.150.270.55
HSV54°36°67°
CMYK 0.000.040.36   0.33
XYZ33.064236.694020.0918
Yxy36.69400.36800.4084
Hunter Lab60.5756-8.575922.7375
CIE-Lab67.0468-6.311029.3211

#aba56e color RGB value is (171,165,110).

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

The process color (four color CMYK) of #aba56e color hex is 0.00, 0.04, 0.36, 0.33. Web safe color of #aba56e is #999966. Color #aba56e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 10100101 01101110
Octal 253 245 156
Decimal 171 165 110
Hex AB A5 6E

RGB Percentages of Color #aba56e

%38.34
%37.00
%24.66

CMYK Percentages of Color #aba56e

%0
%4
%36
%33

Triadic Colors of #aba56e

#aba56e #6eaba5 #a56eab

Analogous Colors of #aba56e

#aba56e #93ab6e #ab876e

Monochromatic Colors of #aba56e

#aba56e

Complementary Color

#aba56e #6e74ab

#aba56e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aba56e Color Preview on White Background

Lorem ipsum dolor sit amet.

#aba56e Color CSS Codes

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

#aba56e Text Font Color

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

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


#aba56e Background Color

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

This div background color is #aba56e


#aba56e Border Color

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

This div border color is #aba56e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aba56e


Comments

No comments written yet.

Please login to write comment.