Hex #b9eeff Color

#b9eeff
equivalent to

RGB

(185, 238, 255)

Details of #b9eeff

RGB
XYZ
HSL
CMYK
CIE-Lab
Yxy
HSV
Hunter Lab
185
68.6321
0.54
0.27
91.0908
78.6834
195°
88.7036
238
78.6834
1.00
0.07
-13.0255
0.2707
27°
-17.1212
255
106.1779
0.86
0.00   0.00
-13.6904
0.3104
100°
-8.8526

Base Numbers

Base
Binary
Octal
Decimal
Hex
Red
10111001
271
185
B9
Green
11101110
356
238
EE
Blue
11111111
377
255
FF

RGB in % of #b9eeff

%27.29
%35.10
%37.61

CMYK in % of #b9eeff

%27
%7
%0
%0

Triads of color #b9eeff

#b9eeff #eeffb9 #ffb9ff

Similar Colors to #b9eeff

#b9eeff #b9ffed #b9cbff

Preview Color #b9eeff on black ground

#b9eeff is very interesting for text.

Preview Color #b9eeff on white ground

#b9eeff is very interesting for text.

CSS Codes #b9eeff color

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

Text Font Color #b9eeff

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

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

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

This div background color is #b9eeff


Border Color #b9eeff

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

The color of this border is #b9eeff


Examples Css3

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

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

The shadow of this text using hex.


Shadow of Div

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

The shadow of div box using color #b9eeff