Color Hex Logo

#ad9fbb Color Hex

#AD9FBB
(173,159,187)
0 Favorites   0 Comments

Color spaces of #ad9fbb

RGB 173159187
HSL0.750.170.68
HSV270°15°73°
CMYK 0.070.150.00   0.27
XYZ38.601437.268452.1727
Yxy37.26840.30150.2911
Hunter Lab61.04796.0343-7.9369
CIE-Lab67.477910.4568-12.5762

#ad9fbb color RGB value is (173,159,187).

#ad9fbb hex color red value is 173, green value is 159 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #ad9fbb hue: 0.75 , saturation: 0.17 and the lightness value of ad9fbb is 0.68.

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 10011111 10111011
Octal 255 237 273
Decimal 173 159 187
Hex AD 9F BB

RGB Percentages of Color #ad9fbb

%33.33
%30.64
%36.03

CMYK Percentages of Color #ad9fbb

%7
%15
%0
%27

Triadic Colors of #ad9fbb

#ad9fbb #bbad9f #9fbbad

Analogous Colors of #ad9fbb

#ad9fbb #bb9fbb #9f9fbb

Monochromatic Colors of #ad9fbb

#ad9fbb

Complementary Color

#ad9fbb #adbb9f

#ad9fbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad9fbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad9fbb Color CSS Codes

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

#ad9fbb Text Font Color

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

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


#ad9fbb Background Color

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

This div background color is #ad9fbb


#ad9fbb Border Color

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

This div border color is #ad9fbb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(173,159,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 #ad9fbb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad9fbb


Comments

No comments written yet.

Please login to write comment.