Color Hex Logo

#aca805 Color Hex

#ACA805
(172,168,5)
0 Favorites   0 Comments

Color spaces of #aca805

RGB 1721685
HSL0.160.940.35
HSV59°97°67°
CMYK 0.000.020.97   0.33
XYZ31.043336.78695.6080
Yxy36.78690.42270.5009
Hunter Lab60.6522-14.780636.9745
CIE-Lab67.1168-13.928368.8924

#aca805 color RGB value is (172,168,5).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 10101000 00000101
Octal 254 250 5
Decimal 172 168 5
Hex AC A8 5

RGB Percentages of Color #aca805

%49.86
%48.70
%1.45

CMYK Percentages of Color #aca805

%0
%2
%97
%33

Triadic Colors of #aca805

#aca805 #05aca8 #a805ac

Analogous Colors of #aca805

#aca805 #5dac05 #ac5505

Monochromatic Colors of #aca805

#aca805

Complementary Color

#aca805 #0509ac

#aca805 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aca805 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aca805 Color CSS Codes

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

#aca805 Text Font Color

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

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


#aca805 Background Color

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

This div background color is #aca805


#aca805 Border Color

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

This div border color is #aca805


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aca805


Comments

No comments written yet.

Please login to write comment.