Color Hex Logo

#acad73 Color Hex

#ACAD73
(172,173,115)
0 Favorites   0 Comments

Color spaces of #acad73

RGB 172173115
HSL0.170.260.56
HSV61°34°68°
CMYK 0.010.000.34   0.32
XYZ35.051339.895622.0729
Yxy39.89560.36130.4112
Hunter Lab63.1630-11.479423.4946
CIE-Lab69.3951-9.525129.7442

#acad73 color RGB value is (172,173,115).

#acad73 hex color red value is 172, green value is 173 and the blue value of its RGB is 115. Cylindrical-coordinate representations (also known as HSL) of color #acad73 hue: 0.17 , saturation: 0.26 and the lightness value of acad73 is 0.56.

The process color (four color CMYK) of #acad73 color hex is 0.01, 0.00, 0.34, 0.32. Web safe color of #acad73 is #999966. Color #acad73 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10101101 01110011
Octal 254 255 163
Decimal 172 173 115
Hex AC AD 73

RGB Percentages of Color #acad73

%37.39
%37.61
%25.00

CMYK Percentages of Color #acad73

%1
%0
%34
%32

Triadic Colors of #acad73

#acad73 #73acad #ad73ac

Analogous Colors of #acad73

#acad73 #8fad73 #ad9173

Monochromatic Colors of #acad73

#acad73

Complementary Color

#acad73 #7473ad

#acad73 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acad73 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acad73 Color CSS Codes

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

#acad73 Text Font Color

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

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


#acad73 Background Color

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

This div background color is #acad73


#acad73 Border Color

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

This div border color is #acad73


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acad73


Comments

No comments written yet.

Please login to write comment.