Color Hex Logo

#aca435 Color Hex

#ACA435
(172,164,53)
0 Favorites   0 Comments

Color spaces of #aca435

RGB 17216453
HSL0.160.530.44
HSV56°69°67°
CMYK 0.000.050.69   0.33
XYZ30.931335.57868.6053
Yxy35.57860.41180.4737
Hunter Lab59.6478-11.819733.1998
CIE-Lab66.1967-10.376755.8898

#aca435 color RGB value is (172,164,53).

#aca435 hex color red value is 172, green value is 164 and the blue value of its RGB is 53. Cylindrical-coordinate representations (also known as HSL) of color #aca435 hue: 0.16 , saturation: 0.53 and the lightness value of aca435 is 0.44.

The process color (four color CMYK) of #aca435 color hex is 0.00, 0.05, 0.69, 0.33. Web safe color of #aca435 is #999933. Color #aca435 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10100100 00110101
Octal 254 244 65
Decimal 172 164 53
Hex AC A4 35

RGB Percentages of Color #aca435

%44.22
%42.16
%13.62

CMYK Percentages of Color #aca435

%0
%5
%69
%33

Triadic Colors of #aca435

#aca435 #35aca4 #a435ac

Analogous Colors of #aca435

#aca435 #79ac35 #ac6935

Monochromatic Colors of #aca435

#aca435

Complementary Color

#aca435 #353dac

#aca435 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aca435 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aca435 Color CSS Codes

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

#aca435 Text Font Color

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

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


#aca435 Background Color

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

This div background color is #aca435


#aca435 Border Color

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

This div border color is #aca435


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aca435


Comments

No comments written yet.

Please login to write comment.