Color Hex Logo

#aba73e Color Hex

#ABA73E
(171,167,62)
0 Favorites   0 Comments

Color spaces of #aba73e

RGB 17116762
HSL0.160.470.46
HSV58°64°67°
CMYK 0.000.020.64   0.33
XYZ31.482836.64329.9709
Yxy36.64320.40310.4692
Hunter Lab60.5336-13.098232.6075
CIE-Lab67.0085-11.843952.9703

#aba73e color RGB value is (171,167,62).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 10100111 00111110
Octal 253 247 76
Decimal 171 167 62
Hex AB A7 3E

RGB Percentages of Color #aba73e

%42.75
%41.75
%15.50

CMYK Percentages of Color #aba73e

%0
%2
%64
%33

Triadic Colors of #aba73e

#aba73e #3eaba7 #a73eab

Analogous Colors of #aba73e

#aba73e #79ab3e #ab713e

Monochromatic Colors of #aba73e

#aba73e

Complementary Color

#aba73e #3e42ab

#aba73e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aba73e Color Preview on White Background

Lorem ipsum dolor sit amet.

#aba73e Color CSS Codes

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

#aba73e Text Font Color

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

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


#aba73e Background Color

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

This div background color is #aba73e


#aba73e Border Color

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

This div border color is #aba73e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aba73e


Comments

No comments written yet.

Please login to write comment.