COLOR #E4FDFD

HEX: #E4FDFD
RGB: (228,253,253)

Color info

#E4FDFD contains red, green and blue colors in about the same proportion. Web safe color of #E4FDFD is #CCFFFF (or #CFF).

RGB color model

#E4FDFD color RGB value is (228,253,253).

  • red value is 228;
  • green value is 253;
  • blue value is 253.
RGB:
(228,253,253)
(89%,99%,99%)

RGB channels and saturation

R 228 of 255 = 89%
G 253 of 255 = 99%
B 253 of 255 = 99%

228
253
253

R + G + B ~ 96%. #E4FDFD is light color.

Portions of RGB colors in percentages

R + G + B =
228 + 253 + 253 = 734 (100%)
R 228 of 734 ~ 31.06%
G 253 of 734 ~ 34.47%
B 253 of 734 ~ 34.47%

%31.06
%34.47
%34.47

CMYK color model

#E4FDFD color CMYK value is (10,0,0,1).

  • cyan value is 9.88%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 0.78%
CMYK:
(10,0,0,1)
C10M0Y0K1 
(10%,0%,0%,1%)
(0.10/0.00/0.00/0.01)	

CMYK percentages

%9.88
%0
%0
%0.78

Codes

Color #E4FDFD in popluar color models

E4FDFD
RGB228253253
HSL180°86.21%94.31%
HSB/HSV180°9.88%99.22%
CMYK9.88%0.00%0.00%
0.78%

Color #E4FDFD in popluar number systems.

HEXE4FDFD
Decimal228253253
Binary111001001111110111111101
Octal344375375

Shades and tints

Shades of #E4FDFD

#E4FDFD
(228,253,253)
#D0E6E6
(208,230,230)
#BCCFCF
(188,207,207)
#A8B8B8
(168,184,184)
#94A1A1
(148,161,161)
#808A8A
(128,138,138)
#6C7373
(108,115,115)
#585C5C
(88,92,92)
#444545
(68,69,69)
#302E2E
(48,46,46)
#1C1717
(28,23,23)
#000000
(0,0,0)

Tints of #E4FDFD

#E4FDFD
(228,253,253)
#E6FDFD
(230,253,253)
#E8FDFD
(232,253,253)
#EAFDFD
(234,253,253)
#ECFDFD
(236,253,253)
#EEFDFD
(238,253,253)
#F0FDFD
(240,253,253)
#F2FDFD
(242,253,253)
#F4FDFD
(244,253,253)
#F6FDFD
(246,253,253)
#F8FDFD
(248,253,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E4FDFD color. Also use rgb(228,253,253) instead hex code.

Text Font Color

.myTextColor { color: #E4FDFD; }

<p style="color:#E4FDFD">This sample text font color is #E4FDFD.</p>

This text font color is #E4FDFD.


Background Color

.myBgColor { background-color: #E4FDFD; }

<div style="background-color:#E4FDFD">Inner text</div>

This div background color is #E4FDFD.


Border color

.myBorderColor { border: 1px solid #E4FDFD; }

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

This div border color is #E4FDFD.


Opacity

.myOpacity80 { color: #E4FDFD; opacity: 0.8; }

<p style="color:#E4FDFD;opacity:0.8;">80%</p>

Text with #E4FDFD color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #E4FDFD;}

<p style="text-shadow: 3px 3px 1px #E4FDFD">Text here.</p>

This text has shadow with #E4FDFD color.

.textShadow {text-shadow: 3px 3px 1px #E4FDFD, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #E4FDFD, 5px 5px 20px red">Text here.</p>

This text has shadow with #E4FDFD primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#E4FDFD, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#E4FDFD, Direction=45, Strength=4)">Text</p>

This text has shadow with #E4FDFD and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #E4FDFD;
  -webkit-box-shadow:	1px 1px 3px 2px #E4FDFD;
  box-shadow:		1px 1px 3px 2px #E4FDFD;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #E4FDFD;
-webkit-box-shadow: 1px 1px 3px 2px #E4FDFD;
box-shadow:1px 1px 3px 2px #E4FDFD;">
Div content here</div>
This div box has shadow with color #E4FDFD.

Preview

Color preview on black background

This text has color #E4FDFD on black background.


Color preview on white background

This text has color #E4FDFD on white background.



Black color preview on #E4FDFD background

This text has black color on #E4FDFD background.


White color preview on #E4FDFD background

This text has white color on #E4FDFD background.