Color Hex Logo

#aca612 Color Hex

#ACA612
(172,166,18)
0 Favorites   0 Comments

Color spaces of #aca612

RGB 17216618
HSL0.160.810.37
HSV58°90°67°
CMYK 0.000.030.90   0.33
XYZ30.758736.08685.9166
Yxy36.08680.42270.4960
Hunter Lab60.0723-13.729536.2111
CIE-Lab66.5862-12.696566.6368

#aca612 color RGB value is (172,166,18).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 10100110 00010010
Octal 254 246 22
Decimal 172 166 18
Hex AC A6 12

RGB Percentages of Color #aca612

%48.31
%46.63
%5.06

CMYK Percentages of Color #aca612

%0
%3
%90
%33

Triadic Colors of #aca612

#aca612 #12aca6 #a612ac

Analogous Colors of #aca612

#aca612 #65ac12 #ac5912

Monochromatic Colors of #aca612

#aca612

Complementary Color

#aca612 #1218ac

#aca612 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aca612 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aca612 Color CSS Codes

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

#aca612 Text Font Color

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

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


#aca612 Background Color

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

This div background color is #aca612


#aca612 Border Color

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

This div border color is #aca612


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aca612


Comments

No comments written yet.

Please login to write comment.