Color Hex Logo

#acad6d Color Hex

#ACAD6D
(172,173,109)
0 Favorites   0 Comments

Color spaces of #acad6d

RGB 172173109
HSL0.170.280.55
HSV61°37°68°
CMYK 0.010.000.37   0.32
XYZ34.717139.761920.3130
Yxy39.76190.36620.4195
Hunter Lab63.0570-12.073725.0404
CIE-Lab69.2996-10.256632.7889

#acad6d color RGB value is (172,173,109).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 10101101 01101101
Octal 254 255 155
Decimal 172 173 109
Hex AC AD 6D

RGB Percentages of Color #acad6d

%37.89
%38.11
%24.01

CMYK Percentages of Color #acad6d

%1
%0
%37
%32

Triadic Colors of #acad6d

#acad6d #6dacad #ad6dac

Analogous Colors of #acad6d

#acad6d #8cad6d #ad8e6d

Monochromatic Colors of #acad6d

#acad6d

Complementary Color

#acad6d #6e6dad

#acad6d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acad6d Color Preview on White Background

Lorem ipsum dolor sit amet.

#acad6d Color CSS Codes

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

#acad6d Text Font Color

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

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


#acad6d Background Color

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

This div background color is #acad6d


#acad6d Border Color

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

This div border color is #acad6d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acad6d


Comments

No comments written yet.

Please login to write comment.