Hex #edf3f3 Color

#edf3f3
equivalent to

RGB

(237, 243, 243)

Details of #edf3f3

RGB
XYZ
HSL
CMYK
CIE-Lab
Yxy
HSV
Hunter Lab
237
83.1533
0.50
0.02
95.4033
88.5768
180°
94.1152
243
88.5768
0.20
0.00
-1.9783
0.3088
-6.9917
243
97.5084
0.94
0.00   0.05
-0.7033
0.3290
95°
4.4741

Base Numbers

Base
Binary
Octal
Decimal
Hex
Red
11101101
355
237
ED
Green
11110011
363
243
F3
Blue
11110011
363
243
F3

RGB in % of #edf3f3

%32.78
%33.61
%33.61

CMYK in % of #edf3f3

%2
%0
%0
%5

Triads of color #edf3f3

#edf3f3 #f3f3ed #f3edf3

Similar Colors to #edf3f3

#edf3f3 #edf3f0 #edf0f3

Preview Color #edf3f3 on black ground

#edf3f3 is very interesting for text.

Preview Color #edf3f3 on white ground

#edf3f3 is very interesting for text.

CSS Codes #edf3f3 color

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

Text Font Color #edf3f3

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

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

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

This div background color is #edf3f3


Border Color #edf3f3

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

The color of this border is #edf3f3


Examples Css3

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

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

The shadow of this text using hex.


Shadow of Div

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

The shadow of div box using color #edf3f3