Color Hex Logo

#aba72e Color Hex

#ABA72E
(171,167,46)
0 Favorites   0 Comments

Color spaces of #aba72e

RGB 17116746
HSL0.160.580.43
HSV58°73°67°
CMYK 0.000.020.73   0.33
XYZ31.106436.49267.9891
Yxy36.49260.41150.4828
Hunter Lab60.4091-13.801134.4453
CIE-Lab66.8946-12.737259.1927

#aba72e color RGB value is (171,167,46).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 10100111 00101110
Octal 253 247 56
Decimal 171 167 46
Hex AB A7 2E

RGB Percentages of Color #aba72e

%44.53
%43.49
%11.98

CMYK Percentages of Color #aba72e

%0
%2
%73
%33

Triadic Colors of #aba72e

#aba72e #2eaba7 #a72eab

Analogous Colors of #aba72e

#aba72e #71ab2e #ab692e

Monochromatic Colors of #aba72e

#aba72e

Complementary Color

#aba72e #2e32ab

#aba72e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aba72e Color Preview on White Background

Lorem ipsum dolor sit amet.

#aba72e Color CSS Codes

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

#aba72e Text Font Color

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

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


#aba72e Background Color

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

This div background color is #aba72e


#aba72e Border Color

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

This div border color is #aba72e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aba72e


Comments

No comments written yet.

Please login to write comment.