COLOR #E4FAED

HEX: #E4FAED RGB: (228,250,237)

Color info

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

RGB color model

#E4FAED color RGB value is (228,250,237).

RGB: (228,250,237) (89%, 98%, 93%)

RGB channels and saturation

R 228 of 255 = 89%
G 250 of 255 = 98%
B 237 of 255 = 93%

228
250
237

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

Portions of RGB colors in percentages

R + G + B = 228 + 250 + 237 = 715 (100%)
R 228 of 715 ~ 31.89%
G 250 of 715 ~ 34.97%
B 237 of 715 ~ 33.15'%

%31.89
%34.97
%33.15

CMYK color model

#E4FAED color CMYK value is (9,0,5,2).

  • cyan value is 8.80%
  • magenta value is 0.00%
  • yellow value is 5.20%
  • key color value is 1.96%

CMYK: (9,0,5,2)
C9M0Y5K2 (9%, 0%, 5%, 2%)
(0.09 / 0.00 / 0.05 / 0.02)

CMYK percentages

%8.8
%0
%5.2
%1.96

Codes

Color #E4FAED in popluar color models

E4 FA ED
RGB 228 250 237
HSL 145° 68.75% 93.73%
HSB/HSV 145° 8.80% 98.04%
CMYK 8.80% 0.00% 5.20%
1.96%

Color #E4FAED in popluar number systems.

HEX E4 FA ED
Decimal 228 250 237
Binary 11100100 11111010 11101101
Octal 344 372 355

Shades and tints

Shades of #E4FAED

#E4FAED
(228,250,237)
#D0E4D8
(208,228,216)
#BCCEC3
(188,206,195)
#A8B8AE
(168,184,174)
#94A299
(148,162,153)
#808C84
(128,140,132)
#6C766F
(108,118,111)
#58605A
(88,96,90)
#444A45
(68,74,69)
#303430
(48,52,48)
#1C1E1B
(28,30,27)
#000000
(0,0,0)

Tints of #E4FAED

#E4FAED
(228,250,237)
#E6FAEE
(230,250,238)
#E8FAEF
(232,250,239)
#EAFAF0
(234,250,240)
#ECFAF1
(236,250,241)
#EEFAF2
(238,250,242)
#F0FAF3
(240,250,243)
#F2FAF4
(242,250,244)
#F4FAF5
(244,250,245)
#F6FAF6
(246,250,246)
#F8FAF7
(248,250,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E4FAED; }

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

This text font color is #E4FAED.

Background Color

.myBgColor { background-color: #E4FAED; }

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

This div background color is #E4FAED.

Border color

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

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

This div border color is #E4FAED.

Opacity

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

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

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

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

This text has shadow with #E4FAED color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E4FAED.

Preview

Color preview on black background

This text has color #E4FAED on black background.


Color preview on white background

This text has color #E4FAED on white background.


Black color preview on #E4FAED background

This text has black color on #E4FAED background.


White color preview on #E4FAED background

This text has white color on #E4FAED background.


Related colors

Complementary color

Complementary color for #hex is #1B0512.


I love getcolorcode.com

Triadic colors

1 #EDE4FA and #FAEDE4 with #E4FAED are triadic colors.

2 #EDFAE4 and #FAE4ED with #E4FAED are triadic colors.