Color Hex Logo

#aca337 Color Hex

#ACA337
(172,163,55)
0 Favorites   0 Comments

Color spaces of #aca337

RGB 17216355
HSL0.150.520.45
HSV55°68°67°
CMYK 0.000.050.68   0.33
XYZ30.800035.24098.7933
Yxy35.24090.41160.4709
Hunter Lab59.3640-11.275532.7725
CIE-Lab65.9358-9.739554.8195

#aca337 color RGB value is (172,163,55).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 10100011 00110111
Octal 254 243 67
Decimal 172 163 55
Hex AC A3 37

RGB Percentages of Color #aca337

%44.10
%41.79
%14.10

CMYK Percentages of Color #aca337

%0
%5
%68
%33

Triadic Colors of #aca337

#aca337 #37aca3 #a337ac

Analogous Colors of #aca337

#aca337 #7bac37 #ac6937

Monochromatic Colors of #aca337

#aca337

Complementary Color

#aca337 #3740ac

#aca337 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aca337 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aca337 Color CSS Codes

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

#aca337 Text Font Color

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

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


#aca337 Background Color

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

This div background color is #aca337


#aca337 Border Color

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

This div border color is #aca337


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aca337


Comments

No comments written yet.

Please login to write comment.