Color Hex Logo

#aca916 Color Hex

#ACA916
(172,169,22)
0 Favorites   0 Comments

Color spaces of #aca916

RGB 17216922
HSL0.160.770.38
HSV59°87°67°
CMYK 0.000.020.87   0.33
XYZ31.346037.20456.2881
Yxy37.20450.41880.4971
Hunter Lab60.9955-15.009736.5846
CIE-Lab67.4302-14.163366.5385

#aca916 color RGB value is (172,169,22).

#aca916 hex color red value is 172, green value is 169 and the blue value of its RGB is 22. Cylindrical-coordinate representations (also known as HSL) of color #aca916 hue: 0.16 , saturation: 0.77 and the lightness value of aca916 is 0.38.

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 10101001 00010110
Octal 254 251 26
Decimal 172 169 22
Hex AC A9 16

RGB Percentages of Color #aca916

%47.38
%46.56
%6.06

CMYK Percentages of Color #aca916

%0
%2
%87
%33

Triadic Colors of #aca916

#aca916 #16aca9 #a916ac

Analogous Colors of #aca916

#aca916 #64ac16 #ac5e16

Monochromatic Colors of #aca916

#aca916

Complementary Color

#aca916 #1619ac

#aca916 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aca916 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aca916 Color CSS Codes

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

#aca916 Text Font Color

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

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


#aca916 Background Color

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

This div background color is #aca916


#aca916 Border Color

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

This div border color is #aca916


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aca916


Comments

No comments written yet.

Please login to write comment.