Color Hex Logo

#aca608 Color Hex

#ACA608
(172,166,8)
0 Favorites   0 Comments

Color spaces of #aca608

RGB 1721668
HSL0.160.910.35
HSV58°95°67°
CMYK 0.000.030.95   0.33
XYZ30.693336.06065.5724
Yxy36.06060.42440.4986
Hunter Lab60.0505-13.852536.5335
CIE-Lab66.5662-12.853868.1008

#aca608 color RGB value is (172,166,8).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 10100110 00001000
Octal 254 246 10
Decimal 172 166 8
Hex AC A6 8

RGB Percentages of Color #aca608

%49.71
%47.98
%2.31

CMYK Percentages of Color #aca608

%0
%3
%95
%33

Triadic Colors of #aca608

#aca608 #08aca6 #a608ac

Analogous Colors of #aca608

#aca608 #60ac08 #ac5408

Monochromatic Colors of #aca608

#aca608

Complementary Color

#aca608 #080eac

#aca608 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aca608 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aca608 Color CSS Codes

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

#aca608 Text Font Color

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

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


#aca608 Background Color

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

This div background color is #aca608


#aca608 Border Color

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

This div border color is #aca608


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aca608


Comments

No comments written yet.

Please login to write comment.