COLOR #EDF5FE

HEX: #EDF5FE RGB: (237,245,254)

Color info

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

RGB color model

#EDF5FE color RGB value is (237,245,254).

RGB: (237,245,254) (93%, 96%, 100%)

RGB channels and saturation

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

237
245
254

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

Portions of RGB colors in percentages

R + G + B = 237 + 245 + 254 = 736 (100%)
R 237 of 736 ~ 32.2%
G 245 of 736 ~ 33.29%
B 254 of 736 ~ 34.51'%

%32.2
%33.29
%34.51

CMYK color model

#EDF5FE color CMYK value is (7,4,0,0).

  • cyan value is 6.69%
  • magenta value is 3.54%
  • yellow value is 0.00%
  • key color value is 0.39%

CMYK: (7,4,0,0)
C7M4Y0K0 (7%, 4%, 0%, 0%)
(0.07 / 0.04 / 0.00 / 0.00)

CMYK percentages

%6.69
%3.54
%0
%0.39

Codes

Color #EDF5FE in popluar color models

ED F5 FE
RGB 237 245 254
HSL 212° 89.47% 96.27%
HSB/HSV 212° 6.69% 99.61%
CMYK 6.69% 3.54% 0.00%
0.39%

Color #EDF5FE in popluar number systems.

HEX ED F5 FE
Decimal 237 245 254
Binary 11101101 11110101 11111110
Octal 355 365 376

Shades and tints

Shades of #EDF5FE

#EDF5FE
(237,245,254)
#D8DFE7
(216,223,231)
#C3C9D0
(195,201,208)
#AEB3B9
(174,179,185)
#999DA2
(153,157,162)
#84878B
(132,135,139)
#6F7174
(111,113,116)
#5A5B5D
(90,91,93)
#454546
(69,69,70)
#302F2F
(48,47,47)
#1B1918
(27,25,24)
#000000
(0,0,0)

Tints of #EDF5FE

#EDF5FE
(237,245,254)
#EEF5FE
(238,245,254)
#EFF5FE
(239,245,254)
#F0F5FE
(240,245,254)
#F1F5FE
(241,245,254)
#F2F5FE
(242,245,254)
#F3F5FE
(243,245,254)
#F4F5FE
(244,245,254)
#F5F5FE
(245,245,254)
#F6F5FE
(246,245,254)
#F7F5FE
(247,245,254)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDF5FE; }

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

This text font color is #EDF5FE.

Background Color

.myBgColor { background-color: #EDF5FE; }

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

This div background color is #EDF5FE.

Border color

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

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

This div border color is #EDF5FE.

Opacity

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

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

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

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

This text has shadow with #EDF5FE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EDF5FE.

Preview

Color preview on black background

This text has color #EDF5FE on black background.


Color preview on white background

This text has color #EDF5FE on white background.


Black color preview on #EDF5FE background

This text has black color on #EDF5FE background.


White color preview on #EDF5FE background

This text has white color on #EDF5FE background.


Related colors

Complementary color

Complementary color for #hex is #120A01.


I love getcolorcode.com

Triadic colors

1 #FEEDF5 and #F5FEED with #EDF5FE are triadic colors.

2 #FEF5ED and #F5EDFE with #EDF5FE are triadic colors.