COLOR #EDFEFE

HEX: #EDFEFE
RGB: (237,254,254)

Color info

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

RGB color model

#EDFEFE color RGB value is (237,254,254).

  • red value is 237;
  • green value is 254;
  • blue value is 254.
RGB:
(237,254,254)
(93%,100%,100%)

RGB channels and saturation

R 237 of 255 = 93%
G 254 of 255 = 100%
B 254 of 255 = 100%

237
254
254

R + G + B ~ 98%. #EDFEFE is light color.

Portions of RGB colors in percentages

R + G + B =
237 + 254 + 254 = 745 (100%)
R 237 of 745 ~ 31.81%
G 254 of 745 ~ 34.09%
B 254 of 745 ~ 34.09%

%31.81
%34.09
%34.09

CMYK color model

#EDFEFE color CMYK value is (7,0,0,0).

  • cyan value is 6.69%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 0.39%
CMYK:
(7,0,0,0)
C7M0Y0K0 
(7%,0%,0%,0%)
(0.07/0.00/0.00/0.00)	

CMYK percentages

%6.69
%0
%0
%0.39

Codes

Color #EDFEFE in popluar color models

EDFEFE
RGB237254254
HSL180°89.47%96.27%
HSB/HSV180°6.69%99.61%
CMYK6.69%0.00%0.00%
0.39%

Color #EDFEFE in popluar number systems.

HEXEDFEFE
Decimal237254254
Binary111011011111111011111110
Octal355376376

Shades and tints

Shades of #EDFEFE

#EDFEFE
(237,254,254)
#D8E7E7
(216,231,231)
#C3D0D0
(195,208,208)
#AEB9B9
(174,185,185)
#99A2A2
(153,162,162)
#848B8B
(132,139,139)
#6F7474
(111,116,116)
#5A5D5D
(90,93,93)
#454646
(69,70,70)
#302F2F
(48,47,47)
#1B1818
(27,24,24)
#000000
(0,0,0)

Tints of #EDFEFE

#EDFEFE
(237,254,254)
#EEFEFE
(238,254,254)
#EFFEFE
(239,254,254)
#F0FEFE
(240,254,254)
#F1FEFE
(241,254,254)
#F2FEFE
(242,254,254)
#F3FEFE
(243,254,254)
#F4FEFE
(244,254,254)
#F5FEFE
(245,254,254)
#F6FEFE
(246,254,254)
#F7FEFE
(247,254,254)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDFEFE; }

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

This text font color is #EDFEFE.


Background Color

.myBgColor { background-color: #EDFEFE; }

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

This div background color is #EDFEFE.


Border color

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

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

This div border color is #EDFEFE.


Opacity

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

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

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

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

This text has shadow with #EDFEFE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDFEFE on black background.


Color preview on white background

This text has color #EDFEFE on white background.



Black color preview on #EDFEFE background

This text has black color on #EDFEFE background.


White color preview on #EDFEFE background

This text has white color on #EDFEFE background.