Color Hex Logo

#aca94f Color Hex

#ACA94F
(172,169,79)
0 Favorites   0 Comments

Color spaces of #aca94f

RGB 17216979
HSL0.160.370.49
HSV58°54°67°
CMYK 0.000.020.54   0.33
XYZ32.612537.711112.9572
Yxy37.71110.39160.4528
Hunter Lab61.4094-12.670930.4765
CIE-Lab67.8071-11.197046.1211

#aca94f color RGB value is (172,169,79).

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

The process color (four color CMYK) of #aca94f color hex is 0.00, 0.02, 0.54, 0.33. Web safe color of #aca94f is #999966. Color #aca94f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10101001 01001111
Octal 254 251 117
Decimal 172 169 79
Hex AC A9 4F

RGB Percentages of Color #aca94f

%40.95
%40.24
%18.81

CMYK Percentages of Color #aca94f

%0
%2
%54
%33

Triadic Colors of #aca94f

#aca94f #4faca9 #a94fac

Analogous Colors of #aca94f

#aca94f #81ac4f #ac7b4f

Monochromatic Colors of #aca94f

#aca94f

Complementary Color

#aca94f #4f52ac

#aca94f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aca94f Color Preview on White Background

Lorem ipsum dolor sit amet.

#aca94f Color CSS Codes

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

#aca94f Text Font Color

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

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


#aca94f Background Color

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

This div background color is #aca94f


#aca94f Border Color

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

This div border color is #aca94f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aca94f


Comments

No comments written yet.

Please login to write comment.