Color Hex Logo

#aca80b Color Hex

#ACA80B
(172,168,11)
0 Favorites   0 Comments

Color spaces of #aca80b

RGB 17216811
HSL0.160.880.36
HSV59°94°67°
CMYK 0.000.020.94   0.33
XYZ31.076336.80015.7818
Yxy36.80010.42190.4996
Hunter Lab60.6631-14.719036.8132
CIE-Lab67.1268-13.849268.1486

#aca80b color RGB value is (172,168,11).

#aca80b hex color red value is 172, green value is 168 and the blue value of its RGB is 11. Cylindrical-coordinate representations (also known as HSL) of color #aca80b hue: 0.16 , saturation: 0.88 and the lightness value of aca80b is 0.36.

The process color (four color CMYK) of #aca80b color hex is 0.00, 0.02, 0.94, 0.33. Web safe color of #aca80b is #999900. Color #aca80b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10101000 00001011
Octal 254 250 13
Decimal 172 168 11
Hex AC A8 B

RGB Percentages of Color #aca80b

%49.00
%47.86
%3.13

CMYK Percentages of Color #aca80b

%0
%2
%94
%33

Triadic Colors of #aca80b

#aca80b #0baca8 #a80bac

Analogous Colors of #aca80b

#aca80b #60ac0b #ac580b

Monochromatic Colors of #aca80b

#aca80b

Complementary Color

#aca80b #0b0fac

#aca80b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aca80b Color Preview on White Background

Lorem ipsum dolor sit amet.

#aca80b Color CSS Codes

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

#aca80b Text Font Color

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

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


#aca80b Background Color

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

This div background color is #aca80b


#aca80b Border Color

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

This div border color is #aca80b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(172,168,11, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #aca80b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #aca80b;
  -webkit-box-shadow: 1px 1px 3px 2px #aca80b;
  box-shadow:         1px 1px 3px 2px #aca80b; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(172,168,11, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aca80b


Comments

No comments written yet.

Please login to write comment.