Hex #47b9d9 Color

#47b9d9
equivalent to

RGB

(71, 185, 217)

Details of #47b9d9

RGB
XYZ
HSL
CMYK
CIE-Lab
Yxy
HSV
Hunter Lab
71
32.4719
0.54
0.67
70.2090
41.0473
193°
64.0681
185
41.0473
0.66
0.15
-22.0538
0.2234
67°
-21.6491
217
71.8571
0.56
0.00   0.15
-25.4909
0.2824
85°
-21.6269

Base Numbers

Base
Binary
Octal
Decimal
Hex
Red
1000111
107
71
47
Green
10111001
271
185
B9
Blue
11011001
331
217
D9

RGB in % of #47b9d9

%15.01
%39.11
%45.88

CMYK in % of #47b9d9

%67
%15
%0
%15

Triads of color #47b9d9

#47b9d9 #b9d947 #d947d9

Similar Colors to #47b9d9

#47b9d9 #47d9b0 #4770d9

Preview Color #47b9d9 on black ground

#47b9d9 is very interesting for text.

Preview Color #47b9d9 on white ground

#47b9d9 is very interesting for text.

CSS Codes #47b9d9 color

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

Text Font Color #47b9d9

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

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

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

This div background color is #47b9d9


Border Color #47b9d9

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

The color of this border is #47b9d9


Examples Css3

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

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

The shadow of this text using hex.


Shadow of Div

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

The shadow of div box using color #47b9d9