Hex #b0e2ff Color

#b0e2ff
equivalent to

RGB

(176, 226, 255)

Details of #b0e2ff

RGB
XYZ
HSL
CMYK
CIE-Lab
Yxy
HSV
Hunter Lab
176
63.1509
0.56
0.31
87.4086
70.8428
202°
84.1682
226
70.8428
1.00
0.11
-9.4283
0.2643
31°
-13.3664
255
104.9534
0.85
0.00   0.00
-19.2738
0.2965
100°
-14.9880

Base Numbers

Base
Binary
Octal
Decimal
Hex
Red
10110000
260
176
B0
Green
11100010
342
226
E2
Blue
11111111
377
255
FF

RGB in % of #b0e2ff

%26.79
%34.40
%38.81

CMYK in % of #b0e2ff

%31
%11
%0
%0

Triads of color #b0e2ff

#b0e2ff #e2ffb0 #ffb0ff

Similar Colors to #b0e2ff

#b0e2ff #b0fff5 #b0bbff

Preview Color #b0e2ff on black ground

#b0e2ff is very interesting for text.

Preview Color #b0e2ff on white ground

#b0e2ff is very interesting for text.

CSS Codes #b0e2ff color

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

Text Font Color #b0e2ff

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

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

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

This div background color is #b0e2ff


Border Color #b0e2ff

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

The color of this border is #b0e2ff


Examples Css3

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

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

The shadow of this text using hex.


Shadow of Div

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

The shadow of div box using color #b0e2ff