Color Hex Logo

#aba84e Color Hex

#ABA84E
(171,168,78)
0 Favorites   0 Comments

Color spaces of #aba84e

RGB 17116878
HSL0.160.370.49
HSV58°54°67°
CMYK 0.000.020.54   0.33
XYZ32.172437.213212.6949
Yxy37.21320.39200.4534
Hunter Lab61.0026-12.614830.3633
CIE-Lab67.4367-11.181846.1507

#aba84e color RGB value is (171,168,78).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 10101000 01001110
Octal 253 250 116
Decimal 171 168 78
Hex AB A8 4E

RGB Percentages of Color #aba84e

%41.01
%40.29
%18.71

CMYK Percentages of Color #aba84e

%0
%2
%54
%33

Triadic Colors of #aba84e

#aba84e #4eaba8 #a84eab

Analogous Colors of #aba84e

#aba84e #80ab4e #ab7a4e

Monochromatic Colors of #aba84e

#aba84e

Complementary Color

#aba84e #4e51ab

#aba84e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aba84e Color Preview on White Background

Lorem ipsum dolor sit amet.

#aba84e Color CSS Codes

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

#aba84e Text Font Color

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

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


#aba84e Background Color

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

This div background color is #aba84e


#aba84e Border Color

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

This div border color is #aba84e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aba84e


Comments

No comments written yet.

Please login to write comment.