Color Hex Logo

#aba50d Color Hex

#ABA50D
(171,165,13)
0 Favorites   0 Comments

Color spaces of #aba50d

RGB 17116513
HSL0.160.860.36
HSV58°92°67°
CMYK 0.000.040.92   0.33
XYZ30.322435.59735.6536
Yxy35.59730.42370.4974
Hunter Lab59.6635-13.693136.1462
CIE-Lab66.2111-12.710567.1296

#aba50d color RGB value is (171,165,13).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 10100101 00001101
Octal 253 245 15
Decimal 171 165 13
Hex AB A5 D

RGB Percentages of Color #aba50d

%49.00
%47.28
%3.72

CMYK Percentages of Color #aba50d

%0
%4
%92
%33

Triadic Colors of #aba50d

#aba50d #0daba5 #a50dab

Analogous Colors of #aba50d

#aba50d #62ab0d #ab560d

Monochromatic Colors of #aba50d

#aba50d

Complementary Color

#aba50d #0d13ab

#aba50d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aba50d Color Preview on White Background

Lorem ipsum dolor sit amet.

#aba50d Color CSS Codes

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

#aba50d Text Font Color

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

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


#aba50d Background Color

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

This div background color is #aba50d


#aba50d Border Color

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

This div border color is #aba50d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aba50d


Comments

No comments written yet.

Please login to write comment.