Hex #c8e2f2 Color

#c8e2f2
equivalent to

RGB

(200, 226, 242)

Details of #c8e2f2

RGB
XYZ
HSL
CMYK
CIE-Lab
Yxy
HSV
Hunter Lab
200
67.0428
0.56
0.17
88.4872
73.0829
203°
85.4885
226
73.0829
0.62
0.07
-5.2928
0.2856
17°
-9.6192
242
94.5773
0.87
0.00   0.05
-10.6762
0.3114
95°
-5.7287

Base Numbers

Base
Binary
Octal
Decimal
Hex
Red
11001000
310
200
C8
Green
11100010
342
226
E2
Blue
11110010
362
242
F2

RGB in % of #c8e2f2

%29.94
%33.83
%36.23

CMYK in % of #c8e2f2

%17
%7
%0
%5

Triads of color #c8e2f2

#c8e2f2 #e2f2c8 #f2c8f2

Similar Colors to #c8e2f2

#c8e2f2 #c8f2ed #c8cdf2

Preview Color #c8e2f2 on black ground

#c8e2f2 is very interesting for text.

Preview Color #c8e2f2 on white ground

#c8e2f2 is very interesting for text.

CSS Codes #c8e2f2 color

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

Text Font Color #c8e2f2

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

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

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

This div background color is #c8e2f2


Border Color #c8e2f2

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

The color of this border is #c8e2f2


Examples Css3

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

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

The shadow of this text using hex.


Shadow of Div

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

The shadow of div box using color #c8e2f2