Color Hex Logo

#ad9ccd Color Hex

#AD9CCD
(173,156,205)
0 Favorites   0 Comments

Color spaces of #ad9ccd

RGB 173156205
HSL0.720.330.71
HSV261°24°80°
CMYK 0.160.240.00   0.20
XYZ40.141537.068962.7969
Yxy37.06890.28670.2648
Hunter Lab60.884211.1392-18.5336
CIE-Lab67.328715.9603-22.8075

#ad9ccd color RGB value is (173,156,205).

#ad9ccd hex color red value is 173, green value is 156 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #ad9ccd hue: 0.72 , saturation: 0.33 and the lightness value of ad9ccd is 0.71.

The process color (four color CMYK) of #ad9ccd color hex is 0.16, 0.24, 0.00, 0.20. Web safe color of #ad9ccd is #9999cc. Color #ad9ccd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 10011100 11001101
Octal 255 234 315
Decimal 173 156 205
Hex AD 9C CD

RGB Percentages of Color #ad9ccd

%32.40
%29.21
%38.39

CMYK Percentages of Color #ad9ccd

%16
%24
%0
%20

Triadic Colors of #ad9ccd

#ad9ccd #cdad9c #9ccdad

Analogous Colors of #ad9ccd

#ad9ccd #c69ccd #9ca4cd

Monochromatic Colors of #ad9ccd

#ad9ccd

Complementary Color

#ad9ccd #bccd9c

#ad9ccd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad9ccd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad9ccd Color CSS Codes

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

#ad9ccd Text Font Color

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

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


#ad9ccd Background Color

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

This div background color is #ad9ccd


#ad9ccd Border Color

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

This div border color is #ad9ccd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad9ccd


Comments

No comments written yet.

Please login to write comment.