Hex #ebf4f8 Color

#ebf4f8
equivalent to

RGB

(235, 244, 248)

Details of #ebf4f8

RGB
XYZ
HSL
CMYK
CIE-Lab
Yxy
HSV
Hunter Lab
235
83.5549
0.55
0.05
95.6392
89.1408
198°
94.4144
244
89.1408
0.48
0.02
-2.2268
0.3046
-7.2558
248
101.6090
0.95
0.00   0.03
-2.9618
0.3250
97°
2.3040

Base Numbers

Base
Binary
Octal
Decimal
Hex
Red
11101011
353
235
EB
Green
11110100
364
244
F4
Blue
11111000
370
248
F8

RGB in % of #ebf4f8

%32.32
%33.56
%34.11

CMYK in % of #ebf4f8

%5
%2
%0
%3

Triads of color #ebf4f8

#ebf4f8 #f4f8eb #f8ebf8

Similar Colors to #ebf4f8

#ebf4f8 #ebf8f6 #ebeef8

Preview Color #ebf4f8 on black ground

#ebf4f8 is very interesting for text.

Preview Color #ebf4f8 on white ground

#ebf4f8 is very interesting for text.

CSS Codes #ebf4f8 color

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

Text Font Color #ebf4f8

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

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

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

This div background color is #ebf4f8


Border Color #ebf4f8

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

The color of this border is #ebf4f8


Examples Css3

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

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

The shadow of this text using hex.


Shadow of Div

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

The shadow of div box using color #ebf4f8