Color Hex Logo

#acac16 Color Hex

#ACAC16
(172,172,22)
0 Favorites   0 Comments

Color spaces of #acac16

RGB 17217222
HSL0.170.770.38
HSV60°87°67°
CMYK 0.000.000.87   0.33
XYZ31.910638.33366.4763
Yxy38.33360.41590.4997
Hunter Lab61.9141-16.350737.1381
CIE-Lab68.2658-15.703367.2156

#acac16 color RGB value is (172,172,22).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 10101100 00010110
Octal 254 254 26
Decimal 172 172 22
Hex AC AC 16

RGB Percentages of Color #acac16

%46.99
%46.99
%6.01

CMYK Percentages of Color #acac16

%0
%0
%87
%33

Triadic Colors of #acac16

#acac16 #16acac #ac16ac

Analogous Colors of #acac16

#acac16 #61ac16 #ac6116

Monochromatic Colors of #acac16

#acac16

Complementary Color

#acac16 #1616ac

#acac16 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acac16 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acac16 Color CSS Codes

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

#acac16 Text Font Color

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

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


#acac16 Background Color

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

This div background color is #acac16


#acac16 Border Color

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

This div border color is #acac16


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(172,172,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 #acac16">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acac16


Comments

No comments written yet.

Please login to write comment.