Color Hex Logo

#acac42 Color Hex

#ACAC42
(172,172,66)
0 Favorites   0 Comments

Color spaces of #acac42

RGB 17217266
HSL0.170.450.47
HSV60°62°67°
CMYK 0.000.000.62   0.33
XYZ32.749238.669110.8921
Yxy38.66910.39790.4698
Hunter Lab62.1845-14.816633.1440
CIE-Lab68.5109-13.742052.8659

#acac42 color RGB value is (172,172,66).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 10101100 01000010
Octal 254 254 102
Decimal 172 172 66
Hex AC AC 42

RGB Percentages of Color #acac42

%41.95
%41.95
%16.10

CMYK Percentages of Color #acac42

%0
%0
%62
%33

Triadic Colors of #acac42

#acac42 #42acac #ac42ac

Analogous Colors of #acac42

#acac42 #77ac42 #ac7742

Monochromatic Colors of #acac42

#acac42

Complementary Color

#acac42 #4242ac

#acac42 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acac42 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acac42 Color CSS Codes

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

#acac42 Text Font Color

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

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


#acac42 Background Color

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

This div background color is #acac42


#acac42 Border Color

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

This div border color is #acac42


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acac42


Comments

No comments written yet.

Please login to write comment.