Color Hex Logo

#aba34e Color Hex

#ABA34E
(171,163,78)
0 Favorites   0 Comments

Color spaces of #aba34e

RGB 17116378
HSL0.150.370.49
HSV55°54°67°
CMYK 0.000.050.54   0.33
XYZ31.266935.402412.3931
Yxy35.40240.39550.4478
Hunter Lab59.4999-10.324029.3006
CIE-Lab66.0608-8.551544.5589

#aba34e color RGB value is (171,163,78).

#aba34e hex color red value is 171, green value is 163 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #aba34e hue: 0.15 , saturation: 0.37 and the lightness value of aba34e is 0.49.

The process color (four color CMYK) of #aba34e color hex is 0.00, 0.05, 0.54, 0.33. Web safe color of #aba34e is #999966. Color #aba34e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 10100011 01001110
Octal 253 243 116
Decimal 171 163 78
Hex AB A3 4E

RGB Percentages of Color #aba34e

%41.50
%39.56
%18.93

CMYK Percentages of Color #aba34e

%0
%5
%54
%33

Triadic Colors of #aba34e

#aba34e #4eaba3 #a34eab

Analogous Colors of #aba34e

#aba34e #85ab4e #ab754e

Monochromatic Colors of #aba34e

#aba34e

Complementary Color

#aba34e #4e56ab

#aba34e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aba34e Color Preview on White Background

Lorem ipsum dolor sit amet.

#aba34e Color CSS Codes

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

#aba34e Text Font Color

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

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


#aba34e Background Color

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

This div background color is #aba34e


#aba34e Border Color

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

This div border color is #aba34e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aba34e


Comments

No comments written yet.

Please login to write comment.