Color Hex Logo

#aca954 Color Hex

#ACA954
(172,169,84)
0 Favorites   0 Comments

Color spaces of #aca954

RGB 17216984
HSL0.160.350.50
HSV58°51°67°
CMYK 0.000.020.51   0.33
XYZ32.801537.786713.9522
Yxy37.78670.38800.4470
Hunter Lab61.4709-12.324629.5724
CIE-Lab67.8631-10.763343.7613

#aca954 color RGB value is (172,169,84).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 10101001 01010100
Octal 254 251 124
Decimal 172 169 84
Hex AC A9 54

RGB Percentages of Color #aca954

%40.47
%39.76
%19.76

CMYK Percentages of Color #aca954

%0
%2
%51
%33

Triadic Colors of #aca954

#aca954 #54aca9 #a954ac

Analogous Colors of #aca954

#aca954 #83ac54 #ac7d54

Monochromatic Colors of #aca954

#aca954

Complementary Color

#aca954 #5457ac

#aca954 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aca954 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aca954 Color CSS Codes

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

#aca954 Text Font Color

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

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


#aca954 Background Color

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

This div background color is #aca954


#aca954 Border Color

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

This div border color is #aca954


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aca954


Comments

No comments written yet.

Please login to write comment.