Color Hex Logo

#aca112 Color Hex

#ACA112
(172,161,18)
0 Favorites   0 Comments

Color spaces of #aca112

RGB 17216118
HSL0.150.810.37
HSV56°90°67°
CMYK 0.000.060.90   0.33
XYZ29.867334.30415.6194
Yxy34.30410.42800.4915
Hunter Lab58.5697-11.471935.3103
CIE-Lab65.2032-10.084265.5427

#aca112 color RGB value is (172,161,18).

#aca112 hex color red value is 172, green value is 161 and the blue value of its RGB is 18. Cylindrical-coordinate representations (also known as HSL) of color #aca112 hue: 0.15 , saturation: 0.81 and the lightness value of aca112 is 0.37.

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 10100001 00010010
Octal 254 241 22
Decimal 172 161 18
Hex AC A1 12

RGB Percentages of Color #aca112

%49.00
%45.87
%5.13

CMYK Percentages of Color #aca112

%0
%6
%90
%33

Triadic Colors of #aca112

#aca112 #12aca1 #a112ac

Analogous Colors of #aca112

#aca112 #6aac12 #ac5412

Monochromatic Colors of #aca112

#aca112

Complementary Color

#aca112 #121dac

#aca112 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aca112 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aca112 Color CSS Codes

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

#aca112 Text Font Color

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

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


#aca112 Background Color

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

This div background color is #aca112


#aca112 Border Color

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

This div border color is #aca112


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aca112


Comments

No comments written yet.

Please login to write comment.