Hex #83b7f6 Color

#83b7f6
equivalent to

RGB

(131, 183, 246)

Details of #83b7f6

RGB
XYZ
HSL
CMYK
CIE-Lab
Yxy
HSV
Hunter Lab
131
42.9281
0.59
0.47
73.1192
45.3461
213°
67.3395
183
45.3461
0.86
0.26
-0.5116
0.2359
47°
-4.0522
246
93.6789
0.74
0.00   0.04
-36.5667
0.2492
96°
-35.3139

Base Numbers

Base
Binary
Octal
Decimal
Hex
Red
10000011
203
131
83
Green
10110111
267
183
B7
Blue
11110110
366
246
F6

RGB in % of #83b7f6

%23.39
%32.68
%43.93

CMYK in % of #83b7f6

%47
%26
%0
%4

Triads of color #83b7f6

#83b7f6 #b7f683 #f683f6

Similar Colors to #83b7f6

#83b7f6 #83f1f6 #8983f6

Preview Color #83b7f6 on black ground

#83b7f6 is very interesting for text.

Preview Color #83b7f6 on white ground

#83b7f6 is very interesting for text.

CSS Codes #83b7f6 color

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

Text Font Color #83b7f6

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

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

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

This div background color is #83b7f6


Border Color #83b7f6

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

The color of this border is #83b7f6


Examples Css3

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

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

The shadow of this text using hex.


Shadow of Div

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

The shadow of div box using color #83b7f6