Color Hex Logo

#acac37 Color Hex

#ACAC37
(172,172,55)
0 Favorites   0 Comments

Color spaces of #acac37

RGB 17217255
HSL0.170.520.45
HSV60°68°67°
CMYK 0.000.000.68   0.33
XYZ32.455438.55159.3450
Yxy38.55150.40390.4798
Hunter Lab62.0899-15.352334.5393
CIE-Lab68.4251-14.423757.3400

#acac37 color RGB value is (172,172,55).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 10101100 00110111
Octal 254 254 67
Decimal 172 172 55
Hex AC AC 37

RGB Percentages of Color #acac37

%43.11
%43.11
%13.78

CMYK Percentages of Color #acac37

%0
%0
%68
%33

Triadic Colors of #acac37

#acac37 #37acac #ac37ac

Analogous Colors of #acac37

#acac37 #72ac37 #ac7237

Monochromatic Colors of #acac37

#acac37

Complementary Color

#acac37 #3737ac

#acac37 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acac37 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acac37 Color CSS Codes

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

#acac37 Text Font Color

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

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


#acac37 Background Color

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

This div background color is #acac37


#acac37 Border Color

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

This div border color is #acac37


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(172,172,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 #acac37">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acac37


Comments

No comments written yet.

Please login to write comment.