COLOR #EDFD81

HEX: #EDFD81
RGB: (237,253,129)

Color info

#EDFD81 contains mainly red and green colors. Web safe color of #EDFD81 is #FFFF99 (or #FF9).

RGB color model

#EDFD81 color RGB value is (237,253,129).

  • red value is 237;
  • green value is 253;
  • blue value is 129.
RGB:
(237,253,129)
(93%,99%,51%)

RGB channels and saturation

R 237 of 255 = 93%
G 253 of 255 = 99%
B 129 of 255 = 51%

237
253
129

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

Portions of RGB colors in percentages

R + G + B =
237 + 253 + 129 = 619 (100%)
R 237 of 619 ~ 38.29%
G 253 of 619 ~ 40.87%
B 129 of 619 ~ 20.84%

%38.29
%40.87
%20.84

CMYK color model

#EDFD81 color CMYK value is (6,0,49,1).

  • cyan value is 6.32%
  • magenta value is 0.00%
  • yellow value is 49.01%
  • key color value is 0.78%
CMYK:
(6,0,49,1)
C6M0Y49K1 
(6%,0%,49%,1%)
(0.06/0.00/0.49/0.01)	

CMYK percentages

%6.32
%0
%49.01
%0.78

Codes

Color #EDFD81 in popluar color models

EDFD81
RGB237253129
HSL68°96.88%74.90%
HSB/HSV68°49.01%99.22%
CMYK6.32%0.00%49.01%
0.78%

Color #EDFD81 in popluar number systems.

HEXEDFD81
Decimal237253129
Binary111011011111110110000001
Octal355375201

Shades and tints

Shades of #EDFD81

#EDFD81
(237,253,129)
#D8E676
(216,230,118)
#C3CF6B
(195,207,107)
#AEB860
(174,184,96)
#99A155
(153,161,85)
#848A4A
(132,138,74)
#6F733F
(111,115,63)
#5A5C34
(90,92,52)
#454529
(69,69,41)
#302E1E
(48,46,30)
#1B1713
(27,23,19)
#000000
(0,0,0)

Tints of #EDFD81

#EDFD81
(237,253,129)
#EEFD8C
(238,253,140)
#EFFD97
(239,253,151)
#F0FDA2
(240,253,162)
#F1FDAD
(241,253,173)
#F2FDB8
(242,253,184)
#F3FDC3
(243,253,195)
#F4FDCE
(244,253,206)
#F5FDD9
(245,253,217)
#F6FDE4
(246,253,228)
#F7FDEF
(247,253,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EDFD81 color. Also use rgb(237,253,129) instead hex code.

Text Font Color

.myTextColor { color: #EDFD81; }

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

This text font color is #EDFD81.


Background Color

.myBgColor { background-color: #EDFD81; }

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

This div background color is #EDFD81.


Border color

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

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

This div border color is #EDFD81.


Opacity

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

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

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

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

This text has shadow with #EDFD81 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDFD81 on black background.


Color preview on white background

This text has color #EDFD81 on white background.



Black color preview on #EDFD81 background

This text has black color on #EDFD81 background.


White color preview on #EDFD81 background

This text has white color on #EDFD81 background.