Hex #c3f8ff Color

#c3f8ff
equivalent to

RGB

(195, 248, 255)

Details of #c3f8ff

RGB
XYZ
HSL
CMYK
CIE-Lab
Yxy
HSV
Hunter Lab
195
74.1231
0.52
0.24
94.2939
85.9569
187°
92.7129
248
85.9569
1.00
0.03
-15.1747
0.2772
24°
-19.5382
255
107.2924
0.88
0.00   0.00
-8.8594
0.3215
100°
-3.6907

Base Numbers

Base
Binary
Octal
Decimal
Hex
Red
11000011
303
195
C3
Green
11111000
370
248
F8
Blue
11111111
377
255
FF

RGB in % of #c3f8ff

%27.94
%35.53
%36.53

CMYK in % of #c3f8ff

%24
%3
%0
%0

Triads of color #c3f8ff

#c3f8ff #f8ffc3 #ffc3ff

Similar Colors to #c3f8ff

#c3f8ff #c3ffe8 #c3daff

Preview Color #c3f8ff on black ground

#c3f8ff is very interesting for text.

Preview Color #c3f8ff on white ground

#c3f8ff is very interesting for text.

CSS Codes #c3f8ff color

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

Text Font Color #c3f8ff

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

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

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

This div background color is #c3f8ff


Border Color #c3f8ff

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

The color of this border is #c3f8ff


Examples Css3

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

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

The shadow of this text using hex.


Shadow of Div

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

The shadow of div box using color #c3f8ff