COLOR #ECFD7E

HEX: #ECFD7E
RGB: (236,253,126)

Color info

#ECFD7E contains mainly red and green colors. Web safe color of #ECFD7E is #FFFF66 (or #FF6).

RGB color model

#ECFD7E color RGB value is (236,253,126).

  • red value is 236;
  • green value is 253;
  • blue value is 126.
RGB:
(236,253,126)
(93%,99%,49%)

RGB channels and saturation

R 236 of 255 = 93%
G 253 of 255 = 99%
B 126 of 255 = 49%

236
253
126

R + G + B ~ 80%. #ECFD7E is quite light color.

Portions of RGB colors in percentages

R + G + B =
236 + 253 + 126 = 615 (100%)
R 236 of 615 ~ 38.37%
G 253 of 615 ~ 41.14%
B 126 of 615 ~ 20.49%

%38.37
%41.14
%20.49

CMYK color model

#ECFD7E color CMYK value is (7,0,50,1).

  • cyan value is 6.72%
  • magenta value is 0.00%
  • yellow value is 50.20%
  • key color value is 0.78%
CMYK:
(7,0,50,1)
C7M0Y50K1 
(7%,0%,50%,1%)
(0.07/0.00/0.50/0.01)	

CMYK percentages

%6.72
%0
%50.2
%0.78

Codes

Color #ECFD7E in popluar color models

ECFD7E
RGB236253126
HSL68°96.95%74.31%
HSB/HSV68°50.20%99.22%
CMYK6.72%0.00%50.20%
0.78%

Color #ECFD7E in popluar number systems.

HEXECFD7E
Decimal236253126
Binary11101100111111011111110
Octal354375176

Shades and tints

Shades of #ECFD7E

#ECFD7E
(236,253,126)
#D7E673
(215,230,115)
#C2CF68
(194,207,104)
#ADB85D
(173,184,93)
#98A152
(152,161,82)
#838A47
(131,138,71)
#6E733C
(110,115,60)
#595C31
(89,92,49)
#444526
(68,69,38)
#2F2E1B
(47,46,27)
#1A1710
(26,23,16)
#000000
(0,0,0)

Tints of #ECFD7E

#ECFD7E
(236,253,126)
#EDFD89
(237,253,137)
#EEFD94
(238,253,148)
#EFFD9F
(239,253,159)
#F0FDAA
(240,253,170)
#F1FDB5
(241,253,181)
#F2FDC0
(242,253,192)
#F3FDCB
(243,253,203)
#F4FDD6
(244,253,214)
#F5FDE1
(245,253,225)
#F6FDEC
(246,253,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ECFD7E; }

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

This text font color is #ECFD7E.


Background Color

.myBgColor { background-color: #ECFD7E; }

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

This div background color is #ECFD7E.


Border color

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

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

This div border color is #ECFD7E.


Opacity

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

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

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

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

This text has shadow with #ECFD7E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ECFD7E on black background.


Color preview on white background

This text has color #ECFD7E on white background.



Black color preview on #ECFD7E background

This text has black color on #ECFD7E background.


White color preview on #ECFD7E background

This text has white color on #ECFD7E background.