Color Hex Logo

#aca457 Color Hex

#ACA457
(172,164,87)
0 Favorites   0 Comments

Color spaces of #aca457

RGB 17216487
HSL0.150.340.51
HSV54°49°67°
CMYK 0.000.050.49   0.33
XYZ32.009036.009714.2803
Yxy36.00970.38890.4375
Hunter Lab60.0081-9.800227.8962
CIE-Lab66.5273-7.853240.6740

#aca457 color RGB value is (172,164,87).

#aca457 hex color red value is 172, green value is 164 and the blue value of its RGB is 87. Cylindrical-coordinate representations (also known as HSL) of color #aca457 hue: 0.15 , saturation: 0.34 and the lightness value of aca457 is 0.51.

The process color (four color CMYK) of #aca457 color hex is 0.00, 0.05, 0.49, 0.33. Web safe color of #aca457 is #999966. Color #aca457 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10100100 01010111
Octal 254 244 127
Decimal 172 164 87
Hex AC A4 57

RGB Percentages of Color #aca457

%40.66
%38.77
%20.57

CMYK Percentages of Color #aca457

%0
%5
%49
%33

Triadic Colors of #aca457

#aca457 #57aca4 #a457ac

Analogous Colors of #aca457

#aca457 #8aac57 #ac7a57

Monochromatic Colors of #aca457

#aca457

Complementary Color

#aca457 #575fac

#aca457 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aca457 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aca457 Color CSS Codes

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

#aca457 Text Font Color

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

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


#aca457 Background Color

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

This div background color is #aca457


#aca457 Border Color

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

This div border color is #aca457


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aca457


Comments

No comments written yet.

Please login to write comment.