COLOR #EFFAFA

HEX: #EFFAFA RGB: (239,250,250)

Color info

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

RGB color model

#EFFAFA color RGB value is (239,250,250).

RGB: (239,250,250) (94%, 98%, 98%)

RGB channels and saturation

R 239 of 255 = 94%
G 250 of 255 = 98%
B 250 of 255 = 98%

239
250
250

R + G + B ~ 97%. #EFFAFA is light color.

Portions of RGB colors in percentages

R + G + B = 239 + 250 + 250 = 739 (100%)
R 239 of 739 ~ 32.34%
G 250 of 739 ~ 33.83%
B 250 of 739 ~ 33.83'%

%32.34
%33.83
%33.83

CMYK color model

#EFFAFA color CMYK value is (4,0,0,2).

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

CMYK: (4,0,0,2)
C4M0Y0K2 (4%, 0%, 0%, 2%)
(0.04 / 0.00 / 0.00 / 0.02)

CMYK percentages

%4.4
%0
%0
%1.96

Codes

Color #EFFAFA in popluar color models

EF FA FA
RGB 239 250 250
HSL 180° 52.38% 95.88%
HSB/HSV 180° 4.40% 98.04%
CMYK 4.40% 0.00% 0.00%
1.96%

Color #EFFAFA in popluar number systems.

HEX EF FA FA
Decimal 239 250 250
Binary 11101111 11111010 11111010
Octal 357 372 372

Shades and tints

Shades of #EFFAFA

#EFFAFA
(239,250,250)
#DAE4E4
(218,228,228)
#C5CECE
(197,206,206)
#B0B8B8
(176,184,184)
#9BA2A2
(155,162,162)
#868C8C
(134,140,140)
#717676
(113,118,118)
#5C6060
(92,96,96)
#474A4A
(71,74,74)
#323434
(50,52,52)
#1D1E1E
(29,30,30)
#000000
(0,0,0)

Tints of #EFFAFA

#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)
#F8FAFA
(248,250,250)
#F9FAFA
(249,250,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFFAFA; }

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

This text font color is #EFFAFA.

Background Color

.myBgColor { background-color: #EFFAFA; }

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

This div background color is #EFFAFA.

Border color

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

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

This div border color is #EFFAFA.

Opacity

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

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

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

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

This text has shadow with #EFFAFA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EFFAFA.

Preview

Color preview on black background

This text has color #EFFAFA on black background.


Color preview on white background

This text has color #EFFAFA on white background.


Black color preview on #EFFAFA background

This text has black color on #EFFAFA background.


White color preview on #EFFAFA background

This text has white color on #EFFAFA background.


Related colors

Complementary color

Complementary color for #hex is #100505.


I love getcolorcode.com