Color Hex Logo

#ad9acb Color Hex

#AD9ACB
(173,154,203)
0 Favorites   0 Comments

Color spaces of #ad9acb

RGB 173154203
HSL0.730.320.70
HSV263°24°80°
CMYK 0.150.240.00   0.20
XYZ39.568736.307261.4224
Yxy36.30720.28820.2644
Hunter Lab60.255511.7708-18.2594
CIE-Lab66.754016.6446-22.5748

#ad9acb color RGB value is (173,154,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 10011010 11001011
Octal 255 232 313
Decimal 173 154 203
Hex AD 9A CB

RGB Percentages of Color #ad9acb

%32.64
%29.06
%38.30

CMYK Percentages of Color #ad9acb

%15
%24
%0
%20

Triadic Colors of #ad9acb

#ad9acb #cbad9a #9acbad

Analogous Colors of #ad9acb

#ad9acb #c69acb #9aa0cb

Monochromatic Colors of #ad9acb

#ad9acb

Complementary Color

#ad9acb #b8cb9a

#ad9acb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad9acb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad9acb Color CSS Codes

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

#ad9acb Text Font Color

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

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


#ad9acb Background Color

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

This div background color is #ad9acb


#ad9acb Border Color

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

This div border color is #ad9acb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad9acb


Comments

No comments written yet.

Please login to write comment.