COLOR #EDFC71

HEX: #EDFC71
RGB: (237,252,113)

Color info

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

RGB color model

#EDFC71 color RGB value is (237,252,113).

  • red value is 237;
  • green value is 252;
  • blue value is 113.
RGB:
(237,252,113)
(93%,99%,44%)

RGB channels and saturation

R 237 of 255 = 93%
G 252 of 255 = 99%
B 113 of 255 = 44%

237
252
113

R + G + B ~ 79%. #EDFC71 is quite light color.

Portions of RGB colors in percentages

R + G + B =
237 + 252 + 113 = 602 (100%)
R 237 of 602 ~ 39.37%
G 252 of 602 ~ 41.86%
B 113 of 602 ~ 18.77%

%39.37
%41.86
%18.77

CMYK color model

#EDFC71 color CMYK value is (6,0,55,1).

  • cyan value is 5.95%
  • magenta value is 0.00%
  • yellow value is 55.16%
  • key color value is 1.18%
CMYK:
(6,0,55,1)
C6M0Y55K1 
(6%,0%,55%,1%)
(0.06/0.00/0.55/0.01)	

CMYK percentages

%5.95
%0
%55.16
%1.18

Codes

Color #EDFC71 in popluar color models

EDFC71
RGB237252113
HSL66°95.86%71.57%
HSB/HSV66°55.16%98.82%
CMYK5.95%0.00%55.16%
1.18%

Color #EDFC71 in popluar number systems.

HEXEDFC71
Decimal237252113
Binary11101101111111001110001
Octal355374161

Shades and tints

Shades of #EDFC71

#EDFC71
(237,252,113)
#D8E667
(216,230,103)
#C3D05D
(195,208,93)
#AEBA53
(174,186,83)
#99A449
(153,164,73)
#848E3F
(132,142,63)
#6F7835
(111,120,53)
#5A622B
(90,98,43)
#454C21
(69,76,33)
#303617
(48,54,23)
#1B200D
(27,32,13)
#000000
(0,0,0)

Tints of #EDFC71

#EDFC71
(237,252,113)
#EEFC7D
(238,252,125)
#EFFC89
(239,252,137)
#F0FC95
(240,252,149)
#F1FCA1
(241,252,161)
#F2FCAD
(242,252,173)
#F3FCB9
(243,252,185)
#F4FCC5
(244,252,197)
#F5FCD1
(245,252,209)
#F6FCDD
(246,252,221)
#F7FCE9
(247,252,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDFC71; }

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

This text font color is #EDFC71.


Background Color

.myBgColor { background-color: #EDFC71; }

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

This div background color is #EDFC71.


Border color

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

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

This div border color is #EDFC71.


Opacity

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

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

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

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

This text has shadow with #EDFC71 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDFC71 on black background.


Color preview on white background

This text has color #EDFC71 on white background.



Black color preview on #EDFC71 background

This text has black color on #EDFC71 background.


White color preview on #EDFC71 background

This text has white color on #EDFC71 background.