Color Hex Logo

#aba44e Color Hex

#ABA44E
(171,164,78)
0 Favorites   0 Comments

Color spaces of #aba44e

RGB 17116478
HSL0.150.370.49
HSV55°54°67°
CMYK 0.000.040.54   0.33
XYZ31.445235.758912.4525
Yxy35.75890.39480.4489
Hunter Lab59.7987-10.783529.5126
CIE-Lab66.3353-9.080044.8776

#aba44e color RGB value is (171,164,78).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 10100100 01001110
Octal 253 244 116
Decimal 171 164 78
Hex AB A4 4E

RGB Percentages of Color #aba44e

%41.40
%39.71
%18.89

CMYK Percentages of Color #aba44e

%0
%4
%54
%33

Triadic Colors of #aba44e

#aba44e #4eaba4 #a44eab

Analogous Colors of #aba44e

#aba44e #84ab4e #ab764e

Monochromatic Colors of #aba44e

#aba44e

Complementary Color

#aba44e #4e55ab

#aba44e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aba44e Color Preview on White Background

Lorem ipsum dolor sit amet.

#aba44e Color CSS Codes

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

#aba44e Text Font Color

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

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


#aba44e Background Color

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

This div background color is #aba44e


#aba44e Border Color

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

This div border color is #aba44e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aba44e


Comments

No comments written yet.

Please login to write comment.