Color Hex Logo

#acad9d Color Hex

#ACAD9D
(172,173,157)
0 Favorites   0 Comments

Color spaces of #acad9d

RGB 172173157
HSL0.180.090.65
HSV64°68°
CMYK 0.010.000.09   0.32
XYZ38.042641.092137.8248
Yxy41.09210.32530.3513
Hunter Lab64.1031-6.24809.8874
CIE-Lab70.2404-3.24598.0957

#acad9d color RGB value is (172,173,157).

#acad9d hex color red value is 172, green value is 173 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #acad9d hue: 0.18 , saturation: 0.09 and the lightness value of acad9d is 0.65.

The process color (four color CMYK) of #acad9d color hex is 0.01, 0.00, 0.09, 0.32. Web safe color of #acad9d is #999999. Color #acad9d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10101101 10011101
Octal 254 255 235
Decimal 172 173 157
Hex AC AD 9D

RGB Percentages of Color #acad9d

%34.26
%34.46
%31.27

CMYK Percentages of Color #acad9d

%1
%0
%9
%32

Triadic Colors of #acad9d

#acad9d #9dacad #ad9dac

Analogous Colors of #acad9d

#acad9d #a4ad9d #ada69d

Monochromatic Colors of #acad9d

#acad9d

Complementary Color

#acad9d #9e9dad

#acad9d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acad9d Color Preview on White Background

Lorem ipsum dolor sit amet.

#acad9d Color CSS Codes

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

#acad9d Text Font Color

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

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


#acad9d Background Color

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

This div background color is #acad9d


#acad9d Border Color

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

This div border color is #acad9d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acad9d


Comments

No comments written yet.

Please login to write comment.