Hex #8bc0df Color

#8bc0df
equivalent to

RGB

(139, 192, 223)

Details of #8bc0df

RGB
XYZ
HSL
CMYK
CIE-Lab
Yxy
HSV
Hunter Lab
139
42.8164
0.56
0.38
75.1492
48.5160
202°
69.6534
192
48.5160
0.57
0.14
-9.5947
0.2545
38°
-12.1680
223
76.9199
0.71
0.00   0.13
-20.9704
0.2884
87°
-16.6950

Base Numbers

Base
Binary
Octal
Decimal
Hex
Red
10001011
213
139
8B
Green
11000000
300
192
C0
Blue
11011111
337
223
DF

RGB in % of #8bc0df

%25.09
%34.66
%40.25

CMYK in % of #8bc0df

%38
%14
%0
%13

Triads of color #8bc0df

#8bc0df #c0df8b #df8bdf

Similar Colors to #8bc0df

#8bc0df #8bdfd4 #8b96df

Preview Color #8bc0df on black ground

#8bc0df is very interesting for text.

Preview Color #8bc0df on white ground

#8bc0df is very interesting for text.

CSS Codes #8bc0df color

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

Text Font Color #8bc0df

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

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

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

This div background color is #8bc0df


Border Color #8bc0df

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

The color of this border is #8bc0df


Examples Css3

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

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

The shadow of this text using hex.


Shadow of Div

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

The shadow of div box using color #8bc0df