Color Hex Logo

#aba16e Color Hex

#ABA16E
(171,161,110)
0 Favorites   0 Comments

Color spaces of #aba16e

RGB 171161110
HSL0.140.270.55
HSV50°36°67°
CMYK 0.000.060.36   0.33
XYZ32.353935.273519.8551
Yxy35.27350.36980.4032
Hunter Lab59.3915-6.696121.7529
CIE-Lab65.9610-4.167327.8980

#aba16e color RGB value is (171,161,110).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 10100001 01101110
Octal 253 241 156
Decimal 171 161 110
Hex AB A1 6E

RGB Percentages of Color #aba16e

%38.69
%36.43
%24.89

CMYK Percentages of Color #aba16e

%0
%6
%36
%33

Triadic Colors of #aba16e

#aba16e #6eaba1 #a16eab

Analogous Colors of #aba16e

#aba16e #97ab6e #ab836e

Monochromatic Colors of #aba16e

#aba16e

Complementary Color

#aba16e #6e78ab

#aba16e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aba16e Color Preview on White Background

Lorem ipsum dolor sit amet.

#aba16e Color CSS Codes

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

#aba16e Text Font Color

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

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


#aba16e Background Color

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

This div background color is #aba16e


#aba16e Border Color

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

This div border color is #aba16e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aba16e


Comments

No comments written yet.

Please login to write comment.