Color Hex Logo

#aca812 Color Hex

#ACA812
(172,168,18)
0 Favorites   0 Comments

Color spaces of #aca812

RGB 17216818
HSL0.160.810.37
HSV58°90°67°
CMYK 0.000.020.90   0.33
XYZ31.125136.81966.0387
Yxy36.81960.42070.4977
Hunter Lab60.6792-14.627836.5750
CIE-Lab67.1415-13.732367.0766

#aca812 color RGB value is (172,168,18).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 10101000 00010010
Octal 254 250 22
Decimal 172 168 18
Hex AC A8 12

RGB Percentages of Color #aca812

%48.04
%46.93
%5.03

CMYK Percentages of Color #aca812

%0
%2
%90
%33

Triadic Colors of #aca812

#aca812 #12aca8 #a812ac

Analogous Colors of #aca812

#aca812 #63ac12 #ac5b12

Monochromatic Colors of #aca812

#aca812

Complementary Color

#aca812 #1216ac

#aca812 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aca812 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aca812 Color CSS Codes

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

#aca812 Text Font Color

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

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


#aca812 Background Color

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

This div background color is #aca812


#aca812 Border Color

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

This div border color is #aca812


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aca812


Comments

No comments written yet.

Please login to write comment.