Color Hex Logo

#aba72d Color Hex

#ABA72D
(171,167,45)
0 Favorites   0 Comments

Color spaces of #aba72d

RGB 17116745
HSL0.160.580.42
HSV58°74°67°
CMYK 0.000.020.74   0.33
XYZ31.087036.48487.8864
Yxy36.48480.41200.4835
Hunter Lab60.4026-13.837334.5407
CIE-Lab66.8887-12.783459.5429

#aba72d color RGB value is (171,167,45).

#aba72d hex color red value is 171, green value is 167 and the blue value of its RGB is 45. Cylindrical-coordinate representations (also known as HSL) of color #aba72d hue: 0.16 , saturation: 0.58 and the lightness value of aba72d is 0.42.

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 10100111 00101101
Octal 253 247 55
Decimal 171 167 45
Hex AB A7 2D

RGB Percentages of Color #aba72d

%44.65
%43.60
%11.75

CMYK Percentages of Color #aba72d

%0
%2
%74
%33

Triadic Colors of #aba72d

#aba72d #2daba7 #a72dab

Analogous Colors of #aba72d

#aba72d #70ab2d #ab682d

Monochromatic Colors of #aba72d

#aba72d

Complementary Color

#aba72d #2d31ab

#aba72d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aba72d Color Preview on White Background

Lorem ipsum dolor sit amet.

#aba72d Color CSS Codes

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

#aba72d Text Font Color

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

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


#aba72d Background Color

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

This div background color is #aba72d


#aba72d Border Color

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

This div border color is #aba72d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aba72d


Comments

No comments written yet.

Please login to write comment.