COLOR #EDFADF

HEX: #EDFADF RGB: (237,250,223)

Color info

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

RGB color model

#EDFADF color RGB value is (237,250,223).

RGB: (237,250,223) (93%, 98%, 87%)

RGB channels and saturation

R 237 of 255 = 93%
G 250 of 255 = 98%
B 223 of 255 = 87%

237
250
223

R + G + B ~ 93%. #EDFADF is light color.

Portions of RGB colors in percentages

R + G + B = 237 + 250 + 223 = 710 (100%)
R 237 of 710 ~ 33.38%
G 250 of 710 ~ 35.21%
B 223 of 710 ~ 31.41'%

%33.38
%35.21
%31.41

CMYK color model

#EDFADF color CMYK value is (5,0,11,2).

  • cyan value is 5.20%
  • magenta value is 0.00%
  • yellow value is 10.80%
  • key color value is 1.96%

CMYK: (5,0,11,2)
C5M0Y11K2 (5%, 0%, 11%, 2%)
(0.05 / 0.00 / 0.11 / 0.02)

CMYK percentages

%5.2
%0
%10.8
%1.96

Codes

Color #EDFADF in popluar color models

ED FA DF
RGB 237 250 223
HSL 89° 72.97% 92.75%
HSB/HSV 89° 10.80% 98.04%
CMYK 5.20% 0.00% 10.80%
1.96%

Color #EDFADF in popluar number systems.

HEX ED FA DF
Decimal 237 250 223
Binary 11101101 11111010 11011111
Octal 355 372 337

Shades and tints

Shades of #EDFADF

#EDFADF
(237,250,223)
#D8E4CB
(216,228,203)
#C3CEB7
(195,206,183)
#AEB8A3
(174,184,163)
#99A28F
(153,162,143)
#848C7B
(132,140,123)
#6F7667
(111,118,103)
#5A6053
(90,96,83)
#454A3F
(69,74,63)
#30342B
(48,52,43)
#1B1E17
(27,30,23)
#000000
(0,0,0)

Tints of #EDFADF

#EDFADF
(237,250,223)
#EEFAE1
(238,250,225)
#EFFAE3
(239,250,227)
#F0FAE5
(240,250,229)
#F1FAE7
(241,250,231)
#F2FAE9
(242,250,233)
#F3FAEB
(243,250,235)
#F4FAED
(244,250,237)
#F5FAEF
(245,250,239)
#F6FAF1
(246,250,241)
#F7FAF3
(247,250,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EDFADF color. Also use rgb(237,250,223) instead hex code.

Text Font Color

.myTextColor { color: #EDFADF; }

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

This text font color is #EDFADF.

Background Color

.myBgColor { background-color: #EDFADF; }

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

This div background color is #EDFADF.

Border color

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

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

This div border color is #EDFADF.

Opacity

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

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

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

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

This text has shadow with #EDFADF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EDFADF.

Preview

Color preview on black background

This text has color #EDFADF on black background.


Color preview on white background

This text has color #EDFADF on white background.


Black color preview on #EDFADF background

This text has black color on #EDFADF background.


White color preview on #EDFADF background

This text has white color on #EDFADF background.


Related colors

Complementary color

Complementary color for #hex is #120520.


I love getcolorcode.com

Triadic colors

1 #DFEDFA and #FADFED with #EDFADF are triadic colors.

2 #DFFAED and #FAEDDF with #EDFADF are triadic colors.