COLOR #E4FC8C

HEX: #E4FC8C
RGB: (228,252,140)

Color info

#E4FC8C contains mainly red and green colors. Web safe color of #E4FC8C is #CCFF99 (or #CF9).

RGB color model

#E4FC8C color RGB value is (228,252,140).

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

RGB channels and saturation

R 228 of 255 = 89%
G 252 of 255 = 99%
B 140 of 255 = 55%

228
252
140

R + G + B ~ 81%. #E4FC8C is quite light color.

Portions of RGB colors in percentages

R + G + B =
228 + 252 + 140 = 620 (100%)
R 228 of 620 ~ 36.77%
G 252 of 620 ~ 40.65%
B 140 of 620 ~ 22.58%

%36.77
%40.65
%22.58

CMYK color model

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

  • cyan value is 9.52%
  • magenta value is 0.00%
  • yellow value is 44.44%
  • key color value is 1.18%
CMYK:
(10,0,44,1)
C10M0Y44K1 
(10%,0%,44%,1%)
(0.10/0.00/0.44/0.01)	

CMYK percentages

%9.52
%0
%44.44
%1.18

Codes

Color #E4FC8C in popluar color models

E4FC8C
RGB228252140
HSL73°94.92%76.86%
HSB/HSV73°44.44%98.82%
CMYK9.52%0.00%44.44%
1.18%

Color #E4FC8C in popluar number systems.

HEXE4FC8C
Decimal228252140
Binary111001001111110010001100
Octal344374214

Shades and tints

Shades of #E4FC8C

#E4FC8C
(228,252,140)
#D0E680
(208,230,128)
#BCD074
(188,208,116)
#A8BA68
(168,186,104)
#94A45C
(148,164,92)
#808E50
(128,142,80)
#6C7844
(108,120,68)
#586238
(88,98,56)
#444C2C
(68,76,44)
#303620
(48,54,32)
#1C2014
(28,32,20)
#000000
(0,0,0)

Tints of #E4FC8C

#E4FC8C
(228,252,140)
#E6FC96
(230,252,150)
#E8FCA0
(232,252,160)
#EAFCAA
(234,252,170)
#ECFCB4
(236,252,180)
#EEFCBE
(238,252,190)
#F0FCC8
(240,252,200)
#F2FCD2
(242,252,210)
#F4FCDC
(244,252,220)
#F6FCE6
(246,252,230)
#F8FCF0
(248,252,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E4FC8C; }

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

This text font color is #E4FC8C.


Background Color

.myBgColor { background-color: #E4FC8C; }

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

This div background color is #E4FC8C.


Border color

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

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

This div border color is #E4FC8C.


Opacity

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

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

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

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

This text has shadow with #E4FC8C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E4FC8C on black background.


Color preview on white background

This text has color #E4FC8C on white background.



Black color preview on #E4FC8C background

This text has black color on #E4FC8C background.


White color preview on #E4FC8C background

This text has white color on #E4FC8C background.