Color Hex Logo

#aca211 Color Hex

#ACA211
(172,162,17)
0 Favorites   0 Comments

Color spaces of #aca211

RGB 17216217
HSL0.160.820.37
HSV56°90°67°
CMYK 0.000.060.90   0.33
XYZ30.034834.65185.6358
Yxy34.65180.42710.4928
Hunter Lab58.8658-11.939935.5296
CIE-Lab65.4767-10.628565.9417

#aca211 color RGB value is (172,162,17).

#aca211 hex color red value is 172, green value is 162 and the blue value of its RGB is 17. Cylindrical-coordinate representations (also known as HSL) of color #aca211 hue: 0.16 , saturation: 0.82 and the lightness value of aca211 is 0.37.

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 10100010 00010001
Octal 254 242 21
Decimal 172 162 17
Hex AC A2 11

RGB Percentages of Color #aca211

%49.00
%46.15
%4.84

CMYK Percentages of Color #aca211

%0
%6
%90
%33

Triadic Colors of #aca211

#aca211 #11aca2 #a211ac

Analogous Colors of #aca211

#aca211 #69ac11 #ac5511

Monochromatic Colors of #aca211

#aca211

Complementary Color

#aca211 #111bac

#aca211 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aca211 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aca211 Color CSS Codes

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

#aca211 Text Font Color

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

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


#aca211 Background Color

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

This div background color is #aca211


#aca211 Border Color

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

This div border color is #aca211


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aca211


Comments

No comments written yet.

Please login to write comment.