Hex #d6edf2 Color

#d6edf2
equivalent to

RGB

(214, 237, 242)

Details of #d6edf2

RGB
XYZ
HSL
CMYK
CIE-Lab
Yxy
HSV
Hunter Lab
214
74.0428
0.53
0.12
92.2541
81.2753
191°
90.1528
237
81.2753
0.52
0.02
-6.5486
0.2949
12°
-11.1644
242
95.7896
0.89
0.00   0.05
-4.9936
0.3237
95°
0.1316

Base Numbers

Base
Binary
Octal
Decimal
Hex
Red
11010110
326
214
D6
Green
11101101
355
237
ED
Blue
11110010
362
242
F2

RGB in % of #d6edf2

%30.88
%34.20
%34.92

CMYK in % of #d6edf2

%12
%2
%0
%5

Triads of color #d6edf2

#d6edf2 #edf2d6 #f2d6f2

Similar Colors to #d6edf2

#d6edf2 #d6f2e9 #d6dff2

Preview Color #d6edf2 on black ground

#d6edf2 is very interesting for text.

Preview Color #d6edf2 on white ground

#d6edf2 is very interesting for text.

CSS Codes #d6edf2 color

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

Text Font Color #d6edf2

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

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

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

This div background color is #d6edf2


Border Color #d6edf2

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

The color of this border is #d6edf2


Examples Css3

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

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

The shadow of this text using hex.


Shadow of Div

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

The shadow of div box using color #d6edf2