Color Hex Logo

#aca61f Color Hex

#ACA61F
(172,166,31)
0 Favorites   0 Comments

Color spaces of #aca61f

RGB 17216631
HSL0.160.690.40
HSV57°82°67°
CMYK 0.000.030.82   0.33
XYZ30.896836.14206.6440
Yxy36.14200.41930.4905
Hunter Lab60.1182-13.469635.5303
CIE-Lab66.6283-12.365063.7242

#aca61f color RGB value is (172,166,31).

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

The process color (four color CMYK) of #aca61f color hex is 0.00, 0.03, 0.82, 0.33. Web safe color of #aca61f is #999933. Color #aca61f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10100110 00011111
Octal 254 246 37
Decimal 172 166 31
Hex AC A6 1F

RGB Percentages of Color #aca61f

%46.61
%44.99
%8.40

CMYK Percentages of Color #aca61f

%0
%3
%82
%33

Triadic Colors of #aca61f

#aca61f #1faca6 #a61fac

Analogous Colors of #aca61f

#aca61f #6cac1f #ac601f

Monochromatic Colors of #aca61f

#aca61f

Complementary Color

#aca61f #1f25ac

#aca61f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aca61f Color Preview on White Background

Lorem ipsum dolor sit amet.

#aca61f Color CSS Codes

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

#aca61f Text Font Color

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

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


#aca61f Background Color

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

This div background color is #aca61f


#aca61f Border Color

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

This div border color is #aca61f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aca61f


Comments

No comments written yet.

Please login to write comment.