Hex #96cfe0 Color

#96cfe0
equivalent to

RGB

(150, 207, 224)

Details of #96cfe0

RGB
XYZ
HSL
CMYK
CIE-Lab
Yxy
HSV
Hunter Lab
150
48.3450
0.54
0.33
79.8927
56.4915
194°
75.1608
207
56.4915
0.54
0.08
-14.2067
0.2632
33°
-16.7160
224
78.8769
0.73
0.00   0.12
-14.2899
0.3075
88°
-9.5871

Base Numbers

Base
Binary
Octal
Decimal
Hex
Red
10010110
226
150
96
Green
11001111
317
207
CF
Blue
11100000
340
224
E0

RGB in % of #96cfe0

%25.82
%35.63
%38.55

CMYK in % of #96cfe0

%33
%8
%0
%12

Triads of color #96cfe0

#96cfe0 #cfe096 #e096e0

Similar Colors to #96cfe0

#96cfe0 #96e0cc #96aae0

Preview Color #96cfe0 on black ground

#96cfe0 is very interesting for text.

Preview Color #96cfe0 on white ground

#96cfe0 is very interesting for text.

CSS Codes #96cfe0 color

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

Text Font Color #96cfe0

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

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

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

This div background color is #96cfe0


Border Color #96cfe0

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

The color of this border is #96cfe0


Examples Css3

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

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

The shadow of this text using hex.


Shadow of Div

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

The shadow of div box using color #96cfe0