Hex #caeef9 Color

#caeef9
equivalent to

RGB

(202, 238, 249)

Details of #caeef9

RGB
XYZ
HSL
CMYK
CIE-Lab
Yxy
HSV
Hunter Lab
202
72.0305
0.54
0.19
91.9289
80.5452
194°
89.7470
238
80.5452
0.80
0.04
-9.3530
0.2836
19°
-13.7934
249
101.3729
0.88
0.00   0.02
-9.2074
0.3172
98°
-4.1244

Base Numbers

Base
Binary
Octal
Decimal
Hex
Red
11001010
312
202
CA
Green
11101110
356
238
EE
Blue
11111001
371
249
F9

RGB in % of #caeef9

%29.32
%34.54
%36.14

CMYK in % of #caeef9

%19
%4
%0
%2

Triads of color #caeef9

#caeef9 #eef9ca #f9caf9

Similar Colors to #caeef9

#caeef9 #caf9ed #cad7f9

Preview Color #caeef9 on black ground

#caeef9 is very interesting for text.

Preview Color #caeef9 on white ground

#caeef9 is very interesting for text.

CSS Codes #caeef9 color

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

Text Font Color #caeef9

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

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

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

This div background color is #caeef9


Border Color #caeef9

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

The color of this border is #caeef9


Examples Css3

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

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

The shadow of this text using hex.


Shadow of Div

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

The shadow of div box using color #caeef9