Color Hex Logo

#ad9bcc Color Hex

#AD9BCC
(173,155,204)
0 Favorites   0 Comments

Color spaces of #ad9bcc

RGB 173155204
HSL0.730.320.70
HSV262°24°80°
CMYK 0.150.240.00   0.20
XYZ39.854036.686662.1074
Yxy36.68660.28740.2646
Hunter Lab60.569511.4544-18.3968
CIE-Lab67.041216.3016-22.6916

#ad9bcc color RGB value is (173,155,204).

#ad9bcc hex color red value is 173, green value is 155 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #ad9bcc hue: 0.73 , saturation: 0.32 and the lightness value of ad9bcc is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 10011011 11001100
Octal 255 233 314
Decimal 173 155 204
Hex AD 9B CC

RGB Percentages of Color #ad9bcc

%32.52
%29.14
%38.35

CMYK Percentages of Color #ad9bcc

%15
%24
%0
%20

Triadic Colors of #ad9bcc

#ad9bcc #ccad9b #9bccad

Analogous Colors of #ad9bcc

#ad9bcc #c69bcc #9ba2cc

Monochromatic Colors of #ad9bcc

#ad9bcc

Complementary Color

#ad9bcc #bacc9b

#ad9bcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad9bcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad9bcc Color CSS Codes

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

#ad9bcc Text Font Color

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

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


#ad9bcc Background Color

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

This div background color is #ad9bcc


#ad9bcc Border Color

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

This div border color is #ad9bcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad9bcc


Comments

No comments written yet.

Please login to write comment.