Color Hex Logo

#aca82a Color Hex

#ACA82A
(172,168,42)
0 Favorites   0 Comments

Color spaces of #aca82a

RGB 17216842
HSL0.160.610.42
HSV58°76°67°
CMYK 0.000.020.76   0.33
XYZ31.433836.94317.6645
Yxy36.94310.41340.4858
Hunter Lab60.7808-14.052335.0701
CIE-Lab67.2343-12.996960.9281

#aca82a color RGB value is (172,168,42).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 10101000 00101010
Octal 254 250 52
Decimal 172 168 42
Hex AC A8 2A

RGB Percentages of Color #aca82a

%45.03
%43.98
%10.99

CMYK Percentages of Color #aca82a

%0
%2
%76
%33

Triadic Colors of #aca82a

#aca82a #2aaca8 #a82aac

Analogous Colors of #aca82a

#aca82a #6fac2a #ac672a

Monochromatic Colors of #aca82a

#aca82a

Complementary Color

#aca82a #2a2eac

#aca82a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aca82a Color Preview on White Background

Lorem ipsum dolor sit amet.

#aca82a Color CSS Codes

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

#aca82a Text Font Color

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

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


#aca82a Background Color

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

This div background color is #aca82a


#aca82a Border Color

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

This div border color is #aca82a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aca82a


Comments

No comments written yet.

Please login to write comment.