Color Hex Logo

#aba80d Color Hex

#ABA80D
(171,168,13)
0 Favorites   0 Comments

Color spaces of #aba80d

RGB 17116813
HSL0.160.860.36
HSV59°92°67°
CMYK 0.000.020.92   0.33
XYZ30.869936.69225.8361
Yxy36.69220.42060.4999
Hunter Lab60.5741-15.037136.6895
CIE-Lab67.0455-14.263067.7738

#aba80d color RGB value is (171,168,13).

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

The process color (four color CMYK) of #aba80d color hex is 0.00, 0.02, 0.92, 0.33. Web safe color of #aba80d is #999900. Color #aba80d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 10101000 00001101
Octal 253 250 15
Decimal 171 168 13
Hex AB A8 D

RGB Percentages of Color #aba80d

%48.58
%47.73
%3.69

CMYK Percentages of Color #aba80d

%0
%2
%92
%33

Triadic Colors of #aba80d

#aba80d #0daba8 #a80dab

Analogous Colors of #aba80d

#aba80d #5fab0d #ab590d

Monochromatic Colors of #aba80d

#aba80d

Complementary Color

#aba80d #0d10ab

#aba80d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aba80d Color Preview on White Background

Lorem ipsum dolor sit amet.

#aba80d Color CSS Codes

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

#aba80d Text Font Color

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

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


#aba80d Background Color

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

This div background color is #aba80d


#aba80d Border Color

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

This div border color is #aba80d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aba80d


Comments

No comments written yet.

Please login to write comment.