Color Hex Logo

#aca819 Color Hex

#ACA819
(172,168,25)
0 Favorites   0 Comments

Color spaces of #aca819

RGB 17216825
HSL0.160.750.39
HSV58°85°67°
CMYK 0.000.020.85   0.33
XYZ31.191436.84616.3878
Yxy36.84610.41910.4951
Hunter Lab60.7010-14.503936.2514
CIE-Lab67.1614-13.573765.6687

#aca819 color RGB value is (172,168,25).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 10101000 00011001
Octal 254 250 31
Decimal 172 168 25
Hex AC A8 19

RGB Percentages of Color #aca819

%47.12
%46.03
%6.85

CMYK Percentages of Color #aca819

%0
%2
%85
%33

Triadic Colors of #aca819

#aca819 #19aca8 #a819ac

Analogous Colors of #aca819

#aca819 #67ac19 #ac5f19

Monochromatic Colors of #aca819

#aca819

Complementary Color

#aca819 #191dac

#aca819 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aca819 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aca819 Color CSS Codes

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

#aca819 Text Font Color

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

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


#aca819 Background Color

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

This div background color is #aca819


#aca819 Border Color

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

This div border color is #aca819


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aca819


Comments

No comments written yet.

Please login to write comment.