Color Hex Logo

#ad9cbb Color Hex

#AD9CBB
(173,156,187)
0 Favorites   0 Comments

Color spaces of #ad9cbb

RGB 173156187
HSL0.760.190.67
HSV273°17°73°
CMYK 0.070.170.00   0.27
XYZ38.091736.249052.0028
Yxy36.24900.30150.2869
Hunter Lab60.20717.5704-9.0656
CIE-Lab66.709712.1310-13.7306

#ad9cbb color RGB value is (173,156,187).

#ad9cbb hex color red value is 173, green value is 156 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #ad9cbb hue: 0.76 , saturation: 0.19 and the lightness value of ad9cbb is 0.67.

The process color (four color CMYK) of #ad9cbb color hex is 0.07, 0.17, 0.00, 0.27. Web safe color of #ad9cbb is #9999cc. Color #ad9cbb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 10011100 10111011
Octal 255 234 273
Decimal 173 156 187
Hex AD 9C BB

RGB Percentages of Color #ad9cbb

%33.53
%30.23
%36.24

CMYK Percentages of Color #ad9cbb

%7
%17
%0
%27

Triadic Colors of #ad9cbb

#ad9cbb #bbad9c #9cbbad

Analogous Colors of #ad9cbb

#ad9cbb #bb9cba #9e9cbb

Monochromatic Colors of #ad9cbb

#ad9cbb

Complementary Color

#ad9cbb #aabb9c

#ad9cbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad9cbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad9cbb Color CSS Codes

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

#ad9cbb Text Font Color

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

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


#ad9cbb Background Color

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

This div background color is #ad9cbb


#ad9cbb Border Color

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

This div border color is #ad9cbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad9cbb


Comments

No comments written yet.

Please login to write comment.