COLOR #EDFED1

HEX: #EDFED1 RGB: (237,254,209)

Color info

#EDFED1 contains red, green and blue colors in about the same proportion. Web safe color of #EDFED1 is #FFFFCC (or #FFC).

RGB color model

#EDFED1 color RGB value is (237,254,209).

RGB: (237,254,209) (93%, 100%, 82%)

RGB channels and saturation

R 237 of 255 = 93%
G 254 of 255 = 100%
B 209 of 255 = 82%

237
254
209

R + G + B ~ 92%. #EDFED1 is light color.

Portions of RGB colors in percentages

R + G + B = 237 + 254 + 209 = 700 (100%)
R 237 of 700 ~ 33.86%
G 254 of 700 ~ 36.29%
B 209 of 700 ~ 29.86'%

%33.86
%36.29
%29.86

CMYK color model

#EDFED1 color CMYK value is (7,0,18,0).

  • cyan value is 6.69%
  • magenta value is 0.00%
  • yellow value is 17.72%
  • key color value is 0.39%

CMYK: (7,0,18,0)
C7M0Y18K0 (7%, 0%, 18%, 0%)
(0.07 / 0.00 / 0.18 / 0.00)

CMYK percentages

%6.69
%0
%17.72
%0.39

Codes

Color #EDFED1 in popluar color models

ED FE D1
RGB 237 254 209
HSL 83° 95.74% 90.78%
HSB/HSV 83° 17.72% 99.61%
CMYK 6.69% 0.00% 17.72%
0.39%

Color #EDFED1 in popluar number systems.

HEX ED FE D1
Decimal 237 254 209
Binary 11101101 11111110 11010001
Octal 355 376 321

Shades and tints

Shades of #EDFED1

#EDFED1
(237,254,209)
#D8E7BE
(216,231,190)
#C3D0AB
(195,208,171)
#AEB998
(174,185,152)
#99A285
(153,162,133)
#848B72
(132,139,114)
#6F745F
(111,116,95)
#5A5D4C
(90,93,76)
#454639
(69,70,57)
#302F26
(48,47,38)
#1B1813
(27,24,19)
#000000
(0,0,0)

Tints of #EDFED1

#EDFED1
(237,254,209)
#EEFED5
(238,254,213)
#EFFED9
(239,254,217)
#F0FEDD
(240,254,221)
#F1FEE1
(241,254,225)
#F2FEE5
(242,254,229)
#F3FEE9
(243,254,233)
#F4FEED
(244,254,237)
#F5FEF1
(245,254,241)
#F6FEF5
(246,254,245)
#F7FEF9
(247,254,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EDFED1 color. Also use rgb(237,254,209) instead hex code.

Text Font Color

.myTextColor { color: #EDFED1; }

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

This text font color is #EDFED1.

Background Color

.myBgColor { background-color: #EDFED1; }

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

This div background color is #EDFED1.

Border color

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

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

This div border color is #EDFED1.

Opacity

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

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

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

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

This text has shadow with #EDFED1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EDFED1.

Preview

Color preview on black background

This text has color #EDFED1 on black background.


Color preview on white background

This text has color #EDFED1 on white background.


Black color preview on #EDFED1 background

This text has black color on #EDFED1 background.


White color preview on #EDFED1 background

This text has white color on #EDFED1 background.


Related colors

Complementary color

Complementary color for #hex is #12012E.


I love getcolorcode.com

Triadic colors

1 #D1EDFE and #FED1ED with #EDFED1 are triadic colors.

2 #D1FEED and #FEEDD1 with #EDFED1 are triadic colors.