Hex #babab9 Color

#babab9
equivalent to

RGB

(186, 186, 185)

Details of #babab9

RGB
XYZ
HSL
CMYK
CIE-Lab
Yxy
HSV
Hunter Lab
186
46.5656
0.17
0.00
75.4885
49.0597
60°
70.0426
186
49.0597
0.01
0.00
-0.1811
0.3135
-3.9043
185
52.9141
0.73
0.01   0.27
0.4972
0.3303
73°
4.2542

Base Numbers

Base
Binary
Octal
Decimal
Hex
Red
10111010
272
186
BA
Green
10111010
272
186
BA
Blue
10111001
271
185
B9

RGB in % of #babab9

%33.39
%33.39
%33.21

CMYK in % of #babab9

%0
%0
%1
%27

Triads of color #babab9

#babab9 #bab9ba #b9bab9

Similar Colors to #babab9

#babab9 #babab9 #babab9

Preview Color #babab9 on black ground

#babab9 is very interesting for text.

Preview Color #babab9 on white ground

#babab9 is very interesting for text.

CSS Codes #babab9 color

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

Text Font Color #babab9

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

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

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

This div background color is #babab9


Border Color #babab9

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

The color of this border is #babab9


Examples Css3

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

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 #babab9">Text here</p>
				

The shadow of this text using hex.


Shadow of Div

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

The shadow of div box using color #babab9