Color Hex Logo

#aba72b Color Hex

#ABA72B
(171,167,43)
0 Favorites   0 Comments

Color spaces of #aba72b

RGB 17116743
HSL0.160.600.42
HSV58°75°67°
CMYK 0.000.020.75   0.33
XYZ31.049336.46987.6884
Yxy36.46980.41280.4849
Hunter Lab60.3902-13.908134.7248
CIE-Lab66.8773-12.873860.2269

#aba72b color RGB value is (171,167,43).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 10100111 00101011
Octal 253 247 53
Decimal 171 167 43
Hex AB A7 2B

RGB Percentages of Color #aba72b

%44.88
%43.83
%11.29

CMYK Percentages of Color #aba72b

%0
%2
%75
%33

Triadic Colors of #aba72b

#aba72b #2baba7 #a72bab

Analogous Colors of #aba72b

#aba72b #6fab2b #ab672b

Monochromatic Colors of #aba72b

#aba72b

Complementary Color

#aba72b #2b2fab

#aba72b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aba72b Color Preview on White Background

Lorem ipsum dolor sit amet.

#aba72b Color CSS Codes

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

#aba72b Text Font Color

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

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


#aba72b Background Color

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

This div background color is #aba72b


#aba72b Border Color

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

This div border color is #aba72b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aba72b


Comments

No comments written yet.

Please login to write comment.