COLOR #EDFAFA

HEX: #EDFAFA RGB: (237,250,250)

Color info

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

RGB color model

#EDFAFA color RGB value is (237,250,250).

RGB: (237,250,250) (93%, 98%, 98%)

RGB channels and saturation

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

237
250
250

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

Portions of RGB colors in percentages

R + G + B = 237 + 250 + 250 = 737 (100%)
R 237 of 737 ~ 32.16%
G 250 of 737 ~ 33.92%
B 250 of 737 ~ 33.92'%

%32.16
%33.92
%33.92

CMYK color model

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

  • cyan value is 5.20%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 1.96%

CMYK: (5,0,0,2)
C5M0Y0K2 (5%, 0%, 0%, 2%)
(0.05 / 0.00 / 0.00 / 0.02)

CMYK percentages

%5.2
%0
%0
%1.96

Codes

Color #EDFAFA in popluar color models

ED FA FA
RGB 237 250 250
HSL 180° 56.52% 95.49%
HSB/HSV 180° 5.20% 98.04%
CMYK 5.20% 0.00% 0.00%
1.96%

Color #EDFAFA in popluar number systems.

HEX ED FA FA
Decimal 237 250 250
Binary 11101101 11111010 11111010
Octal 355 372 372

Shades and tints

Shades of #EDFAFA

#EDFAFA
(237,250,250)
#D8E4E4
(216,228,228)
#C3CECE
(195,206,206)
#AEB8B8
(174,184,184)
#99A2A2
(153,162,162)
#848C8C
(132,140,140)
#6F7676
(111,118,118)
#5A6060
(90,96,96)
#454A4A
(69,74,74)
#303434
(48,52,52)
#1B1E1E
(27,30,30)
#000000
(0,0,0)

Tints of #EDFAFA

#EDFAFA
(237,250,250)
#EEFAFA
(238,250,250)
#EFFAFA
(239,250,250)
#F0FAFA
(240,250,250)
#F1FAFA
(241,250,250)
#F2FAFA
(242,250,250)
#F3FAFA
(243,250,250)
#F4FAFA
(244,250,250)
#F5FAFA
(245,250,250)
#F6FAFA
(246,250,250)
#F7FAFA
(247,250,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDFAFA; }

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

This text font color is #EDFAFA.

Background Color

.myBgColor { background-color: #EDFAFA; }

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

This div background color is #EDFAFA.

Border color

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

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

This div border color is #EDFAFA.

Opacity

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

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

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

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

This text has shadow with #EDFAFA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EDFAFA.

Preview

Color preview on black background

This text has color #EDFAFA on black background.


Color preview on white background

This text has color #EDFAFA on white background.


Black color preview on #EDFAFA background

This text has black color on #EDFAFA background.


White color preview on #EDFAFA background

This text has white color on #EDFAFA background.


Related colors

Complementary color

Complementary color for #hex is #120505.


I love getcolorcode.com