Color Hex Logo

#acad6a Color Hex

#ACAD6A
(172,173,106)
0 Favorites   0 Comments

Color spaces of #acad6a

RGB 172173106
HSL0.170.290.55
HSV61°39°68°
CMYK 0.010.000.39   0.32
XYZ34.558339.698419.4768
Yxy39.69840.36870.4235
Hunter Lab63.0067-12.356825.7768
CIE-Lab69.2542-10.606634.3007

#acad6a color RGB value is (172,173,106).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 10101101 01101010
Octal 254 255 152
Decimal 172 173 106
Hex AC AD 6A

RGB Percentages of Color #acad6a

%38.14
%38.36
%23.50

CMYK Percentages of Color #acad6a

%1
%0
%39
%32

Triadic Colors of #acad6a

#acad6a #6aacad #ad6aac

Analogous Colors of #acad6a

#acad6a #8bad6a #ad8d6a

Monochromatic Colors of #acad6a

#acad6a

Complementary Color

#acad6a #6b6aad

#acad6a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acad6a Color Preview on White Background

Lorem ipsum dolor sit amet.

#acad6a Color CSS Codes

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

#acad6a Text Font Color

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

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


#acad6a Background Color

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

This div background color is #acad6a


#acad6a Border Color

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

This div border color is #acad6a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acad6a


Comments

No comments written yet.

Please login to write comment.