Color Hex Logo

#ad9cdf Color Hex

#AD9CDF
(173,156,223)
0 Favorites   0 Comments

Color spaces of #ad9cdf

RGB 173156223
HSL0.710.510.74
HSV255°30°87°
CMYK 0.220.300.00   0.13
XYZ42.441337.988974.9077
Yxy37.98890.27320.2446
Hunter Lab61.635115.0517-28.9130
CIE-Lab68.012420.0447-31.7082

#ad9cdf color RGB value is (173,156,223).

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

The process color (four color CMYK) of #ad9cdf color hex is 0.22, 0.30, 0.00, 0.13. Web safe color of #ad9cdf is #9999cc. Color #ad9cdf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 10011100 11011111
Octal 255 234 337
Decimal 173 156 223
Hex AD 9C DF

RGB Percentages of Color #ad9cdf

%31.34
%28.26
%40.40

CMYK Percentages of Color #ad9cdf

%22
%30
%0
%13

Triadic Colors of #ad9cdf

#ad9cdf #dfad9c #9cdfad

Analogous Colors of #ad9cdf

#ad9cdf #cf9cdf #9caddf

Monochromatic Colors of #ad9cdf

#ad9cdf

Complementary Color

#ad9cdf #cedf9c

#ad9cdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad9cdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad9cdf Color CSS Codes

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

#ad9cdf Text Font Color

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

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


#ad9cdf Background Color

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

This div background color is #ad9cdf


#ad9cdf Border Color

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

This div border color is #ad9cdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad9cdf


Comments

No comments written yet.

Please login to write comment.