Color Hex Logo

#aca60f Color Hex

#ACA60F
(172,166,15)
0 Favorites   0 Comments

Color spaces of #aca60f

RGB 17216615
HSL0.160.840.37
HSV58°91°67°
CMYK 0.000.030.91   0.33
XYZ30.735736.07765.7957
Yxy36.07760.42330.4969
Hunter Lab60.0646-13.772836.3243
CIE-Lab66.5792-12.751967.1443

#aca60f color RGB value is (172,166,15).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 10100110 00001111
Octal 254 246 17
Decimal 172 166 15
Hex AC A6 F

RGB Percentages of Color #aca60f

%48.73
%47.03
%4.25

CMYK Percentages of Color #aca60f

%0
%3
%91
%33

Triadic Colors of #aca60f

#aca60f #0faca6 #a60fac

Analogous Colors of #aca60f

#aca60f #63ac0f #ac580f

Monochromatic Colors of #aca60f

#aca60f

Complementary Color

#aca60f #0f15ac

#aca60f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aca60f Color Preview on White Background

Lorem ipsum dolor sit amet.

#aca60f Color CSS Codes

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

#aca60f Text Font Color

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

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


#aca60f Background Color

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

This div background color is #aca60f


#aca60f Border Color

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

This div border color is #aca60f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aca60f


Comments

No comments written yet.

Please login to write comment.