Hex #eff2f3 Color

#eff2f3
equivalent to

RGB

(239, 242, 243)

Details of #eff2f3

RGB
XYZ
HSL
CMYK
CIE-Lab
Yxy
HSV
Hunter Lab
239
83.5264
0.54
0.02
95.2981
88.3260
195°
93.9819
242
88.3260
0.14
0.00
-0.8107
0.3102
-5.8261
243
97.4403
0.95
0.00   0.05
-0.8399
0.3280
95°
4.3367

Base Numbers

Base
Binary
Octal
Decimal
Hex
Red
11101111
357
239
EF
Green
11110010
362
242
F2
Blue
11110011
363
243
F3

RGB in % of #eff2f3

%33.01
%33.43
%33.56

CMYK in % of #eff2f3

%2
%0
%0
%5

Triads of color #eff2f3

#eff2f3 #f2f3ef #f3eff3

Similar Colors to #eff2f3

#eff2f3 #eff3f2 #eff0f3

Preview Color #eff2f3 on black ground

#eff2f3 is very interesting for text.

Preview Color #eff2f3 on white ground

#eff2f3 is very interesting for text.

CSS Codes #eff2f3 color

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

Text Font Color #eff2f3

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

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

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

This div background color is #eff2f3


Border Color #eff2f3

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

The color of this border is #eff2f3


Examples Css3

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

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

The shadow of this text using hex.


Shadow of Div

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

The shadow of div box using color #eff2f3