Hex #c4d8f1 Color

#c4d8f1
equivalent to

RGB

(196, 216, 241)

Details of #c4d8f1

RGB
XYZ
HSL
CMYK
CIE-Lab
Yxy
HSV
Hunter Lab
196
63.1980
0.59
0.19
85.6040
67.1984
213°
81.9746
216
67.1984
0.62
0.10
-1.5414
0.2831
19°
-5.8413
241
92.8588
0.86
0.00   0.05
-14.4844
0.3010
95°
-9.7566

Base Numbers

Base
Binary
Octal
Decimal
Hex
Red
11000100
304
196
C4
Green
11011000
330
216
D8
Blue
11110001
361
241
F1

RGB in % of #c4d8f1

%30.02
%33.08
%36.91

CMYK in % of #c4d8f1

%19
%10
%0
%5

Triads of color #c4d8f1

#c4d8f1 #d8f1c4 #f1c4f1

Similar Colors to #c4d8f1

#c4d8f1 #c4eff1 #c7c4f1

Preview Color #c4d8f1 on black ground

#c4d8f1 is very interesting for text.

Preview Color #c4d8f1 on white ground

#c4d8f1 is very interesting for text.

CSS Codes #c4d8f1 color

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

Text Font Color #c4d8f1

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

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

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

This div background color is #c4d8f1


Border Color #c4d8f1

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

The color of this border is #c4d8f1


Examples Css3

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

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

The shadow of this text using hex.


Shadow of Div

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

The shadow of div box using color #c4d8f1