COLOR #EDFDED

HEX: #EDFDED RGB: (237,253,237)

Color info

#EDFDED contains red, green and blue colors in about the same proportion. Web safe color of #EDFDED is #FFFFFF (or #FFF).

RGB color model

#EDFDED color RGB value is (237,253,237).

RGB: (237,253,237) (93%, 99%, 93%)

RGB channels and saturation

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

237
253
237

R + G + B ~ 95%. #EDFDED is light color.

Portions of RGB colors in percentages

R + G + B = 237 + 253 + 237 = 727 (100%)
R 237 of 727 ~ 32.6%
G 253 of 727 ~ 34.8%
B 237 of 727 ~ 32.6'%

%32.6
%34.8
%32.6

CMYK color model

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

  • cyan value is 6.32%
  • magenta value is 0.00%
  • yellow value is 6.32%
  • key color value is 0.78%

CMYK: (6,0,6,1)
C6M0Y6K1 (6%, 0%, 6%, 1%)
(0.06 / 0.00 / 0.06 / 0.01)

CMYK percentages

%6.32
%0
%6.32
%0.78

Codes

Color #EDFDED in popluar color models

ED FD ED
RGB 237 253 237
HSL 120° 80.00% 96.08%
HSB/HSV 120° 6.32% 99.22%
CMYK 6.32% 0.00% 6.32%
0.78%

Color #EDFDED in popluar number systems.

HEX ED FD ED
Decimal 237 253 237
Binary 11101101 11111101 11101101
Octal 355 375 355

Shades and tints

Shades of #EDFDED

#EDFDED
(237,253,237)
#D8E6D8
(216,230,216)
#C3CFC3
(195,207,195)
#AEB8AE
(174,184,174)
#99A199
(153,161,153)
#848A84
(132,138,132)
#6F736F
(111,115,111)
#5A5C5A
(90,92,90)
#454545
(69,69,69)
#302E30
(48,46,48)
#1B171B
(27,23,27)
#000000
(0,0,0)

Tints of #EDFDED

#EDFDED
(237,253,237)
#EEFDEE
(238,253,238)
#EFFDEF
(239,253,239)
#F0FDF0
(240,253,240)
#F1FDF1
(241,253,241)
#F2FDF2
(242,253,242)
#F3FDF3
(243,253,243)
#F4FDF4
(244,253,244)
#F5FDF5
(245,253,245)
#F6FDF6
(246,253,246)
#F7FDF7
(247,253,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDFDED; }

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

This text font color is #EDFDED.

Background Color

.myBgColor { background-color: #EDFDED; }

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

This div background color is #EDFDED.

Border color

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

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

This div border color is #EDFDED.

Opacity

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

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

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

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

This text has shadow with #EDFDED color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EDFDED.

Preview

Color preview on black background

This text has color #EDFDED on black background.


Color preview on white background

This text has color #EDFDED on white background.


Black color preview on #EDFDED background

This text has black color on #EDFDED background.


White color preview on #EDFDED background

This text has white color on #EDFDED background.


Related colors

Complementary color

Complementary color for #hex is #120212.


I love getcolorcode.com

Triadic colors

1 #EDEDFD and #FDEDED with #EDFDED are triadic colors.

2 #EDFDED and #FDEDED with #EDFDED are triadic colors.