Color Hex Logo

#aca843 Color Hex

#ACA843
(172,168,67)
0 Favorites   0 Comments

Color spaces of #aca843

RGB 17216867
HSL0.160.440.47
HSV58°61°67°
CMYK 0.000.020.61   0.33
XYZ32.029037.181210.7988
Yxy37.18120.40030.4647
Hunter Lab60.9764-12.948232.1833
CIE-Lab67.4128-11.597251.2384

#aca843 color RGB value is (172,168,67).

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

The process color (four color CMYK) of #aca843 color hex is 0.00, 0.02, 0.61, 0.33. Web safe color of #aca843 is #999933. Color #aca843 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10101000 01000011
Octal 254 250 103
Decimal 172 168 67
Hex AC A8 43

RGB Percentages of Color #aca843

%42.26
%41.28
%16.46

CMYK Percentages of Color #aca843

%0
%2
%61
%33

Triadic Colors of #aca843

#aca843 #43aca8 #a843ac

Analogous Colors of #aca843

#aca843 #7cac43 #ac7443

Monochromatic Colors of #aca843

#aca843

Complementary Color

#aca843 #4347ac

#aca843 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aca843 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aca843 Color CSS Codes

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

#aca843 Text Font Color

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

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


#aca843 Background Color

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

This div background color is #aca843


#aca843 Border Color

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

This div border color is #aca843


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aca843


Comments

No comments written yet.

Please login to write comment.