Hex #edf7fd Color

#edf7fd
equivalent to

RGB

(237, 247, 253)

Details of #edf7fd

RGB
XYZ
HSL
CMYK
CIE-Lab
Yxy
HSV
Hunter Lab
237
85.9154
0.56
0.06
96.6639
91.6179
203°
95.7172
247
91.6179
0.80
0.02
-2.1747
0.3029
-7.2837
253
106.0843
0.96
0.00   0.01
-4.0234
0.3230
99°
1.3131

Base Numbers

Base
Binary
Octal
Decimal
Hex
Red
11101101
355
237
ED
Green
11110111
367
247
F7
Blue
11111101
375
253
FD

RGB in % of #edf7fd

%32.16
%33.51
%34.33

CMYK in % of #edf7fd

%6
%2
%0
%1

Triads of color #edf7fd

#edf7fd #f7fded #fdedfd

Similar Colors to #edf7fd

#edf7fd #edfdfb #edeffd

Preview Color #edf7fd on black ground

#edf7fd is very interesting for text.

Preview Color #edf7fd on white ground

#edf7fd is very interesting for text.

CSS Codes #edf7fd color

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

Text Font Color #edf7fd

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

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

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

This div background color is #edf7fd


Border Color #edf7fd

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

The color of this border is #edf7fd


Examples Css3

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

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

The shadow of this text using hex.


Shadow of Div

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

The shadow of div box using color #edf7fd