COLOR #EDFCDA

HEX: #EDFCDA RGB: (237,252,218)

Color info

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

RGB color model

#EDFCDA color RGB value is (237,252,218).

RGB: (237,252,218) (93%, 99%, 85%)

RGB channels and saturation

R 237 of 255 = 93%
G 252 of 255 = 99%
B 218 of 255 = 85%

237
252
218

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

Portions of RGB colors in percentages

R + G + B = 237 + 252 + 218 = 707 (100%)
R 237 of 707 ~ 33.52%
G 252 of 707 ~ 35.64%
B 218 of 707 ~ 30.83'%

%33.52
%35.64
%30.83

CMYK color model

#EDFCDA color CMYK value is (6,0,13,1).

  • cyan value is 5.95%
  • magenta value is 0.00%
  • yellow value is 13.49%
  • key color value is 1.18%

CMYK: (6,0,13,1)
C6M0Y13K1 (6%, 0%, 13%, 1%)
(0.06 / 0.00 / 0.13 / 0.01)

CMYK percentages

%5.95
%0
%13.49
%1.18

Codes

Color #EDFCDA in popluar color models

ED FC DA
RGB 237 252 218
HSL 86° 85.00% 92.16%
HSB/HSV 86° 13.49% 98.82%
CMYK 5.95% 0.00% 13.49%
1.18%

Color #EDFCDA in popluar number systems.

HEX ED FC DA
Decimal 237 252 218
Binary 11101101 11111100 11011010
Octal 355 374 332

Shades and tints

Shades of #EDFCDA

#EDFCDA
(237,252,218)
#D8E6C7
(216,230,199)
#C3D0B4
(195,208,180)
#AEBAA1
(174,186,161)
#99A48E
(153,164,142)
#848E7B
(132,142,123)
#6F7868
(111,120,104)
#5A6255
(90,98,85)
#454C42
(69,76,66)
#30362F
(48,54,47)
#1B201C
(27,32,28)
#000000
(0,0,0)

Tints of #EDFCDA

#EDFCDA
(237,252,218)
#EEFCDD
(238,252,221)
#EFFCE0
(239,252,224)
#F0FCE3
(240,252,227)
#F1FCE6
(241,252,230)
#F2FCE9
(242,252,233)
#F3FCEC
(243,252,236)
#F4FCEF
(244,252,239)
#F5FCF2
(245,252,242)
#F6FCF5
(246,252,245)
#F7FCF8
(247,252,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDFCDA; }

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

This text font color is #EDFCDA.

Background Color

.myBgColor { background-color: #EDFCDA; }

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

This div background color is #EDFCDA.

Border color

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

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

This div border color is #EDFCDA.

Opacity

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

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

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

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

This text has shadow with #EDFCDA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EDFCDA.

Preview

Color preview on black background

This text has color #EDFCDA on black background.


Color preview on white background

This text has color #EDFCDA on white background.


Black color preview on #EDFCDA background

This text has black color on #EDFCDA background.


White color preview on #EDFCDA background

This text has white color on #EDFCDA background.


Related colors

Complementary color

Complementary color for #hex is #120325.


I love getcolorcode.com

Triadic colors

1 #DAEDFC and #FCDAED with #EDFCDA are triadic colors.

2 #DAFCED and #FCEDDA with #EDFCDA are triadic colors.