Hex #ad9fba Color

#ad9fba
equivalent to

RGB

(173, 159, 186)

Details of #ad9fba

RGB
XYZ
HSL
CMYK
CIE-Lab
Yxy
HSV
Hunter Lab
173
38.4946
0.75
0.07
67.4460
37.2257
271°
61.0129
159
37.2257
0.16
0.15
10.2527
0.3023
15°
5.8482
186
51.6108
0.68
0.00   0.27
-12.0673
0.2924
73°
-7.4269

Base Numbers

Base
Binary
Octal
Decimal
Hex
Red
10101101
255
173
AD
Green
10011111
237
159
9F
Blue
10111010
272
186
BA

RGB in % of #ad9fba

%33.40
%30.69
%35.91

CMYK in % of #ad9fba

%7
%15
%0
%27

Triads of color #ad9fba

#ad9fba #9fbaad #baadba

Similar Colors to #ad9fba

#ad9fba #a09fba #ba9fba

Preview Color #ad9fba on black ground

#ad9fba is very interesting for text.

Preview Color #ad9fba on white ground

#ad9fba is very interesting for text.

CSS Codes #ad9fba color

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

Text Font Color #ad9fba

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

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


Background Color #ad9fba

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

This div background color is #ad9fba


Border Color #ad9fba

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

The color of this border is #ad9fba


Examples Css3

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

Text Shadow using RGB

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

The shadow of this text using RGB.


Text Shadow using Hex

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

The shadow of this text using hex.


Shadow of Div

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

The shadow of div box using color #ad9fba