Color Hex Logo

#aca344 Color Hex

#ACA344
(172,163,68)
0 Favorites   0 Comments

Color spaces of #aca344

RGB 17216368
HSL0.150.430.47
HSV55°60°67°
CMYK 0.000.050.60   0.33
XYZ31.153835.382410.6563
Yxy35.38240.40360.4584
Hunter Lab59.4831-10.607531.0165
CIE-Lab66.0453-8.901649.2897

#aca344 color RGB value is (172,163,68).

#aca344 hex color red value is 172, green value is 163 and the blue value of its RGB is 68. Cylindrical-coordinate representations (also known as HSL) of color #aca344 hue: 0.15 , saturation: 0.43 and the lightness value of aca344 is 0.47.

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 10100011 01000100
Octal 254 243 104
Decimal 172 163 68
Hex AC A3 44

RGB Percentages of Color #aca344

%42.68
%40.45
%16.87

CMYK Percentages of Color #aca344

%0
%5
%60
%33

Triadic Colors of #aca344

#aca344 #44aca3 #a344ac

Analogous Colors of #aca344

#aca344 #81ac44 #ac6f44

Monochromatic Colors of #aca344

#aca344

Complementary Color

#aca344 #444dac

#aca344 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aca344 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aca344 Color CSS Codes

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

#aca344 Text Font Color

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

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


#aca344 Background Color

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

This div background color is #aca344


#aca344 Border Color

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

This div border color is #aca344


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aca344


Comments

No comments written yet.

Please login to write comment.