Color Hex Logo

#aca613 Color Hex

#ACA613
(172,166,19)
0 Favorites   0 Comments

Color spaces of #aca613

RGB 17216619
HSL0.160.800.37
HSV58°89°67°
CMYK 0.000.030.89   0.33
XYZ30.767036.09015.9606
Yxy36.09010.42250.4956
Hunter Lab60.0750-13.713836.1698
CIE-Lab66.5887-12.676566.4539

#aca613 color RGB value is (172,166,19).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 10100110 00010011
Octal 254 246 23
Decimal 172 166 19
Hex AC A6 13

RGB Percentages of Color #aca613

%48.18
%46.50
%5.32

CMYK Percentages of Color #aca613

%0
%3
%89
%33

Triadic Colors of #aca613

#aca613 #13aca6 #a613ac

Analogous Colors of #aca613

#aca613 #66ac13 #ac5a13

Monochromatic Colors of #aca613

#aca613

Complementary Color

#aca613 #1319ac

#aca613 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aca613 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aca613 Color CSS Codes

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

#aca613 Text Font Color

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

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


#aca613 Background Color

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

This div background color is #aca613


#aca613 Border Color

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

This div border color is #aca613


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aca613

#aca613 Color Palettes


Comments

No comments written yet.

Please login to write comment.