Color Hex Logo

#aca708 Color Hex

#ACA708
(172,167,8)
0 Favorites   0 Comments

Color spaces of #aca708

RGB 1721678
HSL0.160.910.35
HSV58°95°67°
CMYK 0.000.030.95   0.33
XYZ30.875836.42565.6332
Yxy36.42560.42330.4994
Hunter Lab60.3536-14.301536.7136
CIE-Lab66.8438-13.372068.3104

#aca708 color RGB value is (172,167,8).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 10100111 00001000
Octal 254 247 10
Decimal 172 167 8
Hex AC A7 8

RGB Percentages of Color #aca708

%49.57
%48.13
%2.31

CMYK Percentages of Color #aca708

%0
%3
%95
%33

Triadic Colors of #aca708

#aca708 #08aca7 #a708ac

Analogous Colors of #aca708

#aca708 #5fac08 #ac5508

Monochromatic Colors of #aca708

#aca708

Complementary Color

#aca708 #080dac

#aca708 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aca708 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aca708 Color CSS Codes

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

#aca708 Text Font Color

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

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


#aca708 Background Color

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

This div background color is #aca708


#aca708 Border Color

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

This div border color is #aca708


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aca708


Comments

No comments written yet.

Please login to write comment.