Color Hex Logo

#ad9dba Color Hex

#AD9DBA
(173,157,186)
0 Favorites   0 Comments

Color spaces of #ad9dba

RGB 173157186
HSL0.760.170.67
HSV273°16°73°
CMYK 0.070.160.00   0.27
XYZ38.153536.543351.4970
Yxy36.54330.30230.2896
Hunter Lab60.45116.8704-8.1922
CIE-Lab66.933011.3680-12.8372

#ad9dba color RGB value is (173,157,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 10011101 10111010
Octal 255 235 272
Decimal 173 157 186
Hex AD 9D BA

RGB Percentages of Color #ad9dba

%33.53
%30.43
%36.05

CMYK Percentages of Color #ad9dba

%7
%16
%0
%27

Triadic Colors of #ad9dba

#ad9dba #baad9d #9dbaad

Analogous Colors of #ad9dba

#ad9dba #ba9db9 #9f9dba

Monochromatic Colors of #ad9dba

#ad9dba

Complementary Color

#ad9dba #aaba9d

#ad9dba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad9dba Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad9dba Color CSS Codes

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

#ad9dba Text Font Color

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

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


#ad9dba Background Color

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

This div background color is #ad9dba


#ad9dba Border Color

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

This div border color is #ad9dba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad9dba


Comments

No comments written yet.

Please login to write comment.