Color Hex Logo

#aba60d Color Hex

#ABA60D
(171,166,13)
0 Favorites   0 Comments

Color spaces of #aba60d

RGB 17116613
HSL0.160.860.36
HSV58°92°67°
CMYK 0.000.030.92   0.33
XYZ30.503535.95945.7139
Yxy35.95940.42260.4982
Hunter Lab59.9662-14.141636.3268
CIE-Lab66.4889-13.229167.3442

#aba60d color RGB value is (171,166,13).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 10100110 00001101
Octal 253 246 15
Decimal 171 166 13
Hex AB A6 D

RGB Percentages of Color #aba60d

%48.86
%47.43
%3.71

CMYK Percentages of Color #aba60d

%0
%3
%92
%33

Triadic Colors of #aba60d

#aba60d #0daba6 #a60dab

Analogous Colors of #aba60d

#aba60d #61ab0d #ab570d

Monochromatic Colors of #aba60d

#aba60d

Complementary Color

#aba60d #0d12ab

#aba60d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aba60d Color Preview on White Background

Lorem ipsum dolor sit amet.

#aba60d Color CSS Codes

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

#aba60d Text Font Color

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

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


#aba60d Background Color

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

This div background color is #aba60d


#aba60d Border Color

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

This div border color is #aba60d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aba60d


Comments

No comments written yet.

Please login to write comment.