Hex #9fcbe4 Color

#9fcbe4
equivalent to

RGB

(159, 203, 228)

Details of #9fcbe4

RGB
XYZ
HSL
CMYK
CIE-Lab
Yxy
HSV
Hunter Lab
159
49.6576
0.56
0.30
79.4338
55.6842
202°
74.6219
203
55.6842
0.56
0.11
-8.6486
0.2657
30°
-11.8039
228
81.5297
0.76
0.00   0.11
-17.0727
0.2980
89°
-12.5206

Base Numbers

Base
Binary
Octal
Decimal
Hex
Red
10011111
237
159
9F
Green
11001011
313
203
CB
Blue
11100100
344
228
E4

RGB in % of #9fcbe4

%26.95
%34.41
%38.64

CMYK in % of #9fcbe4

%30
%11
%0
%11

Triads of color #9fcbe4

#9fcbe4 #cbe49f #e49fe4

Similar Colors to #9fcbe4

#9fcbe4 #9fe4db #9fa9e4

Preview Color #9fcbe4 on black ground

#9fcbe4 is very interesting for text.

Preview Color #9fcbe4 on white ground

#9fcbe4 is very interesting for text.

CSS Codes #9fcbe4 color

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

Text Font Color #9fcbe4

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

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

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

This div background color is #9fcbe4


Border Color #9fcbe4

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

The color of this border is #9fcbe4


Examples Css3

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

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

The shadow of this text using hex.


Shadow of Div

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

The shadow of div box using color #9fcbe4