Color Hex Logo

#aca605 Color Hex

#ACA605
(172,166,5)
0 Favorites   0 Comments

Color spaces of #aca605

RGB 1721665
HSL0.160.940.35
HSV58°97°67°
CMYK 0.000.030.97   0.33
XYZ30.676936.05405.4859
Yxy36.05400.42480.4992
Hunter Lab60.0450-13.883336.6146
CIE-Lab66.5612-12.893268.4783

#aca605 color RGB value is (172,166,5).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 10100110 00000101
Octal 254 246 5
Decimal 172 166 5
Hex AC A6 5

RGB Percentages of Color #aca605

%50.15
%48.40
%1.46

CMYK Percentages of Color #aca605

%0
%3
%97
%33

Triadic Colors of #aca605

#aca605 #05aca6 #a605ac

Analogous Colors of #aca605

#aca605 #5fac05 #ac5305

Monochromatic Colors of #aca605

#aca605

Complementary Color

#aca605 #050bac

#aca605 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aca605 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aca605 Color CSS Codes

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

#aca605 Text Font Color

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

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


#aca605 Background Color

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

This div background color is #aca605


#aca605 Border Color

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

This div border color is #aca605


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aca605


Comments

No comments written yet.

Please login to write comment.