Color Hex Logo

#ad9fbd Color Hex

#AD9FBD
(173,159,189)
0 Favorites   0 Comments

Color spaces of #ad9fbd

RGB 173159189
HSL0.740.190.68
HSV268°16°74°
CMYK 0.080.160.00   0.26
XYZ38.817037.354653.3084
Yxy37.35460.29980.2885
Hunter Lab61.11846.4102-8.9307
CIE-Lab67.542210.8677-13.5928

#ad9fbd color RGB value is (173,159,189).

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

The process color (four color CMYK) of #ad9fbd color hex is 0.08, 0.16, 0.00, 0.26. Web safe color of #ad9fbd is #9999cc. Color #ad9fbd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 10011111 10111101
Octal 255 237 275
Decimal 173 159 189
Hex AD 9F BD

RGB Percentages of Color #ad9fbd

%33.21
%30.52
%36.28

CMYK Percentages of Color #ad9fbd

%8
%16
%0
%26

Triadic Colors of #ad9fbd

#ad9fbd #bdad9f #9fbdad

Analogous Colors of #ad9fbd

#ad9fbd #bc9fbd #9fa0bd

Monochromatic Colors of #ad9fbd

#ad9fbd

Complementary Color

#ad9fbd #afbd9f

#ad9fbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad9fbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad9fbd Color CSS Codes

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

#ad9fbd Text Font Color

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

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


#ad9fbd Background Color

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

This div background color is #ad9fbd


#ad9fbd Border Color

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

This div border color is #ad9fbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad9fbd


Comments

No comments written yet.

Please login to write comment.