Color Hex Logo

#aca313 Color Hex

#ACA313
(172,163,19)
0 Favorites   0 Comments

Color spaces of #aca313

RGB 17216319
HSL0.160.800.37
HSV56°89°67°
CMYK 0.000.050.89   0.33
XYZ30.228035.01215.7809
Yxy35.01210.42560.4930
Hunter Lab59.1710-12.361135.6272
CIE-Lab65.7581-11.112865.7927

#aca313 color RGB value is (172,163,19).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 10100011 00010011
Octal 254 243 23
Decimal 172 163 19
Hex AC A3 13

RGB Percentages of Color #aca313

%48.59
%46.05
%5.37

CMYK Percentages of Color #aca313

%0
%5
%89
%33

Triadic Colors of #aca313

#aca313 #13aca3 #a313ac

Analogous Colors of #aca313

#aca313 #69ac13 #ac5713

Monochromatic Colors of #aca313

#aca313

Complementary Color

#aca313 #131cac

#aca313 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aca313 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aca313 Color CSS Codes

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

#aca313 Text Font Color

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

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


#aca313 Background Color

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

This div background color is #aca313


#aca313 Border Color

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

This div border color is #aca313


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aca313


Comments

No comments written yet.

Please login to write comment.