COLOR #EDFDF4

HEX: #EDFDF4
RGB: (237,253,244)

Color info

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

RGB color model

#EDFDF4 color RGB value is (237,253,244).

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

RGB channels and saturation

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

237
253
244

R + G + B ~ 96%. #EDFDF4 is light color.

Portions of RGB colors in percentages

R + G + B =
237 + 253 + 244 = 734 (100%)
R 237 of 734 ~ 32.29%
G 253 of 734 ~ 34.47%
B 244 of 734 ~ 33.24%

%32.29
%34.47
%33.24

CMYK color model

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

  • cyan value is 6.32%
  • magenta value is 0.00%
  • yellow value is 3.56%
  • key color value is 0.78%
CMYK:
(6,0,4,1)
C6M0Y4K1 
(6%,0%,4%,1%)
(0.06/0.00/0.04/0.01)	

CMYK percentages

%6.32
%0
%3.56
%0.78

Codes

Color #EDFDF4 in popluar color models

EDFDF4
RGB237253244
HSL146°80.00%96.08%
HSB/HSV146°6.32%99.22%
CMYK6.32%0.00%3.56%
0.78%

Color #EDFDF4 in popluar number systems.

HEXEDFDF4
Decimal237253244
Binary111011011111110111110100
Octal355375364

Shades and tints

Shades of #EDFDF4

#EDFDF4
(237,253,244)
#D8E6DE
(216,230,222)
#C3CFC8
(195,207,200)
#AEB8B2
(174,184,178)
#99A19C
(153,161,156)
#848A86
(132,138,134)
#6F7370
(111,115,112)
#5A5C5A
(90,92,90)
#454544
(69,69,68)
#302E2E
(48,46,46)
#1B1718
(27,23,24)
#000000
(0,0,0)

Tints of #EDFDF4

#EDFDF4
(237,253,244)
#EEFDF5
(238,253,245)
#EFFDF6
(239,253,246)
#F0FDF7
(240,253,247)
#F1FDF8
(241,253,248)
#F2FDF9
(242,253,249)
#F3FDFA
(243,253,250)
#F4FDFB
(244,253,251)
#F5FDFC
(245,253,252)
#F6FDFD
(246,253,253)
#F7FDFE
(247,253,254)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDFDF4; }

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

This text font color is #EDFDF4.


Background Color

.myBgColor { background-color: #EDFDF4; }

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

This div background color is #EDFDF4.


Border color

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

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

This div border color is #EDFDF4.


Opacity

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

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

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

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

This text has shadow with #EDFDF4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDFDF4 on black background.


Color preview on white background

This text has color #EDFDF4 on white background.



Black color preview on #EDFDF4 background

This text has black color on #EDFDF4 background.


White color preview on #EDFDF4 background

This text has white color on #EDFDF4 background.