Color Hex Logo

#aba81e Color Hex

#ABA81E
(171,168,30)
0 Favorites   0 Comments

Color spaces of #aba81e

RGB 17116830
HSL0.160.700.39
HSV59°82°67°
CMYK 0.000.020.82   0.33
XYZ31.031636.75696.6876
Yxy36.75690.41670.4935
Hunter Lab60.6275-14.734535.8992
CIE-Lab67.0942-13.874264.3557

#aba81e color RGB value is (171,168,30).

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

The process color (four color CMYK) of #aba81e color hex is 0.00, 0.02, 0.82, 0.33. Web safe color of #aba81e is #999933. Color #aba81e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 10101000 00011110
Octal 253 250 36
Decimal 171 168 30
Hex AB A8 1E

RGB Percentages of Color #aba81e

%46.34
%45.53
%8.13

CMYK Percentages of Color #aba81e

%0
%2
%82
%33

Triadic Colors of #aba81e

#aba81e #1eaba8 #a81eab

Analogous Colors of #aba81e

#aba81e #68ab1e #ab621e

Monochromatic Colors of #aba81e

#aba81e

Complementary Color

#aba81e #1e21ab

#aba81e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aba81e Color Preview on White Background

Lorem ipsum dolor sit amet.

#aba81e Color CSS Codes

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

#aba81e Text Font Color

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

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


#aba81e Background Color

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

This div background color is #aba81e


#aba81e Border Color

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

This div border color is #aba81e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aba81e


Comments

No comments written yet.

Please login to write comment.