Color Hex Logo

#aca213 Color Hex

#ACA213
(172,162,19)
0 Favorites   0 Comments

Color spaces of #aca213

RGB 17216219
HSL0.160.800.37
HSV56°89°67°
CMYK 0.000.060.89   0.33
XYZ30.051134.65835.7220
Yxy34.65830.42670.4921
Hunter Lab58.8713-11.908735.4472
CIE-Lab65.4818-10.588965.5724

#aca213 color RGB value is (172,162,19).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 10100010 00010011
Octal 254 242 23
Decimal 172 162 19
Hex AC A2 13

RGB Percentages of Color #aca213

%48.73
%45.89
%5.38

CMYK Percentages of Color #aca213

%0
%6
%89
%33

Triadic Colors of #aca213

#aca213 #13aca2 #a213ac

Analogous Colors of #aca213

#aca213 #6aac13 #ac5613

Monochromatic Colors of #aca213

#aca213

Complementary Color

#aca213 #131dac

#aca213 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aca213 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aca213 Color CSS Codes

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

#aca213 Text Font Color

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

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


#aca213 Background Color

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

This div background color is #aca213


#aca213 Border Color

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

This div border color is #aca213


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aca213


Comments

No comments written yet.

Please login to write comment.