Color Hex Logo

#aca705 Color Hex

#ACA705
(172,167,5)
0 Favorites   0 Comments

Color spaces of #aca705

RGB 1721675
HSL0.160.940.35
HSV58°97°67°
CMYK 0.000.030.97   0.33
XYZ30.859436.41905.5467
Yxy36.41900.42370.5001
Hunter Lab60.3482-14.332236.7943
CIE-Lab66.8388-13.411368.6852

#aca705 color RGB value is (172,167,5).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 10100111 00000101
Octal 254 247 5
Decimal 172 167 5
Hex AC A7 5

RGB Percentages of Color #aca705

%50.00
%48.55
%1.45

CMYK Percentages of Color #aca705

%0
%3
%97
%33

Triadic Colors of #aca705

#aca705 #05aca7 #a705ac

Analogous Colors of #aca705

#aca705 #5eac05 #ac5305

Monochromatic Colors of #aca705

#aca705

Complementary Color

#aca705 #050aac

#aca705 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aca705 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aca705 Color CSS Codes

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

#aca705 Text Font Color

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

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


#aca705 Background Color

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

This div background color is #aca705


#aca705 Border Color

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

This div border color is #aca705


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aca705


Comments

No comments written yet.

Please login to write comment.