COLOR #E4FDEA

HEX: #E4FDEA
RGB: (228,253,234)

Color info

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

RGB color model

#E4FDEA color RGB value is (228,253,234).

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

RGB channels and saturation

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

228
253
234

R + G + B ~ 93%. #E4FDEA is light color.

Portions of RGB colors in percentages

R + G + B =
228 + 253 + 234 = 715 (100%)
R 228 of 715 ~ 31.89%
G 253 of 715 ~ 35.38%
B 234 of 715 ~ 32.73%

%31.89
%35.38
%32.73

CMYK color model

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

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

CMYK percentages

%9.88
%0
%7.51
%0.78

Codes

Color #E4FDEA in popluar color models

E4FDEA
RGB228253234
HSL134°86.21%94.31%
HSB/HSV134°9.88%99.22%
CMYK9.88%0.00%7.51%
0.78%

Color #E4FDEA in popluar number systems.

HEXE4FDEA
Decimal228253234
Binary111001001111110111101010
Octal344375352

Shades and tints

Shades of #E4FDEA

#E4FDEA
(228,253,234)
#D0E6D5
(208,230,213)
#BCCFC0
(188,207,192)
#A8B8AB
(168,184,171)
#94A196
(148,161,150)
#808A81
(128,138,129)
#6C736C
(108,115,108)
#585C57
(88,92,87)
#444542
(68,69,66)
#302E2D
(48,46,45)
#1C1718
(28,23,24)
#000000
(0,0,0)

Tints of #E4FDEA

#E4FDEA
(228,253,234)
#E6FDEB
(230,253,235)
#E8FDEC
(232,253,236)
#EAFDED
(234,253,237)
#ECFDEE
(236,253,238)
#EEFDEF
(238,253,239)
#F0FDF0
(240,253,240)
#F2FDF1
(242,253,241)
#F4FDF2
(244,253,242)
#F6FDF3
(246,253,243)
#F8FDF4
(248,253,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E4FDEA; }

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

This text font color is #E4FDEA.


Background Color

.myBgColor { background-color: #E4FDEA; }

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

This div background color is #E4FDEA.


Border color

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

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

This div border color is #E4FDEA.


Opacity

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

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

Text with #E4FDEA 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 #E4FDEA;}

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

This text has shadow with #E4FDEA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E4FDEA on black background.


Color preview on white background

This text has color #E4FDEA on white background.



Black color preview on #E4FDEA background

This text has black color on #E4FDEA background.


White color preview on #E4FDEA background

This text has white color on #E4FDEA background.