COLOR #EDFAE4

HEX: #EDFAE4
RGB: (237,250,228)

Color info

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

RGB color model

#EDFAE4 color RGB value is (237,250,228).

  • red value is 237;
  • green value is 250;
  • blue value is 228.
RGB:
(237,250,228)
(93%,98%,89%)

RGB channels and saturation

R 237 of 255 = 93%
G 250 of 255 = 98%
B 228 of 255 = 89%

237
250
228

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

Portions of RGB colors in percentages

R + G + B =
237 + 250 + 228 = 715 (100%)
R 237 of 715 ~ 33.15%
G 250 of 715 ~ 34.97%
B 228 of 715 ~ 31.89%

%33.15
%34.97
%31.89

CMYK color model

#EDFAE4 color CMYK value is (5,0,9,2).

  • cyan value is 5.20%
  • magenta value is 0.00%
  • yellow value is 8.80%
  • key color value is 1.96%
CMYK:
(5,0,9,2)
C5M0Y9K2 
(5%,0%,9%,2%)
(0.05/0.00/0.09/0.02)	

CMYK percentages

%5.2
%0
%8.8
%1.96

Codes

Color #EDFAE4 in popluar color models

EDFAE4
RGB237250228
HSL95°68.75%93.73%
HSB/HSV95°8.80%98.04%
CMYK5.20%0.00%8.80%
1.96%

Color #EDFAE4 in popluar number systems.

HEXEDFAE4
Decimal237250228
Binary111011011111101011100100
Octal355372344

Shades and tints

Shades of #EDFAE4

#EDFAE4
(237,250,228)
#D8E4D0
(216,228,208)
#C3CEBC
(195,206,188)
#AEB8A8
(174,184,168)
#99A294
(153,162,148)
#848C80
(132,140,128)
#6F766C
(111,118,108)
#5A6058
(90,96,88)
#454A44
(69,74,68)
#303430
(48,52,48)
#1B1E1C
(27,30,28)
#000000
(0,0,0)

Tints of #EDFAE4

#EDFAE4
(237,250,228)
#EEFAE6
(238,250,230)
#EFFAE8
(239,250,232)
#F0FAEA
(240,250,234)
#F1FAEC
(241,250,236)
#F2FAEE
(242,250,238)
#F3FAF0
(243,250,240)
#F4FAF2
(244,250,242)
#F5FAF4
(245,250,244)
#F6FAF6
(246,250,246)
#F7FAF8
(247,250,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDFAE4; }

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

This text font color is #EDFAE4.


Background Color

.myBgColor { background-color: #EDFAE4; }

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

This div background color is #EDFAE4.


Border color

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

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

This div border color is #EDFAE4.


Opacity

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

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

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

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

This text has shadow with #EDFAE4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDFAE4 on black background.


Color preview on white background

This text has color #EDFAE4 on white background.



Black color preview on #EDFAE4 background

This text has black color on #EDFAE4 background.


White color preview on #EDFAE4 background

This text has white color on #EDFAE4 background.