COLOR #E4FCED

HEX: #E4FCED RGB: (228,252,237)

Color info

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

RGB color model

#E4FCED color RGB value is (228,252,237).

RGB: (228,252,237) (89%, 99%, 93%)

RGB channels and saturation

R 228 of 255 = 89%
G 252 of 255 = 99%
B 237 of 255 = 93%

228
252
237

R + G + B ~ 94%. #E4FCED is light color.

Portions of RGB colors in percentages

R + G + B = 228 + 252 + 237 = 717 (100%)
R 228 of 717 ~ 31.8%
G 252 of 717 ~ 35.15%
B 237 of 717 ~ 33.05'%

%31.8
%35.15
%33.05

CMYK color model

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

  • cyan value is 9.52%
  • magenta value is 0.00%
  • yellow value is 5.95%
  • key color value is 1.18%

CMYK: (10,0,6,1)
C10M0Y6K1 (10%, 0%, 6%, 1%)
(0.10 / 0.00 / 0.06 / 0.01)

CMYK percentages

%9.52
%0
%5.95
%1.18

Codes

Color #E4FCED in popluar color models

E4 FC ED
RGB 228 252 237
HSL 143° 80.00% 94.12%
HSB/HSV 143° 9.52% 98.82%
CMYK 9.52% 0.00% 5.95%
1.18%

Color #E4FCED in popluar number systems.

HEX E4 FC ED
Decimal 228 252 237
Binary 11100100 11111100 11101101
Octal 344 374 355

Shades and tints

Shades of #E4FCED

#E4FCED
(228,252,237)
#D0E6D8
(208,230,216)
#BCD0C3
(188,208,195)
#A8BAAE
(168,186,174)
#94A499
(148,164,153)
#808E84
(128,142,132)
#6C786F
(108,120,111)
#58625A
(88,98,90)
#444C45
(68,76,69)
#303630
(48,54,48)
#1C201B
(28,32,27)
#000000
(0,0,0)

Tints of #E4FCED

#E4FCED
(228,252,237)
#E6FCEE
(230,252,238)
#E8FCEF
(232,252,239)
#EAFCF0
(234,252,240)
#ECFCF1
(236,252,241)
#EEFCF2
(238,252,242)
#F0FCF3
(240,252,243)
#F2FCF4
(242,252,244)
#F4FCF5
(244,252,245)
#F6FCF6
(246,252,246)
#F8FCF7
(248,252,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E4FCED; }

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

This text font color is #E4FCED.

Background Color

.myBgColor { background-color: #E4FCED; }

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

This div background color is #E4FCED.

Border color

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

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

This div border color is #E4FCED.

Opacity

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

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

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

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

This text has shadow with #E4FCED color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E4FCED.

Preview

Color preview on black background

This text has color #E4FCED on black background.


Color preview on white background

This text has color #E4FCED on white background.


Black color preview on #E4FCED background

This text has black color on #E4FCED background.


White color preview on #E4FCED background

This text has white color on #E4FCED background.


Related colors

Complementary color

Complementary color for #hex is #1B0312.


I love getcolorcode.com

Triadic colors

1 #EDE4FC and #FCEDE4 with #E4FCED are triadic colors.

2 #EDFCE4 and #FCE4ED with #E4FCED are triadic colors.