COLOR #EEFD93

HEX: #EEFD93 RGB: (238,253,147)

Color info

#EEFD93 contains mainly red and green colors. Web safe color of #EEFD93 is #FFFF99 (or #FF9).

RGB color model

#EEFD93 color RGB value is (238,253,147).

RGB: (238,253,147) (93%, 99%, 58%)

RGB channels and saturation

R 238 of 255 = 93%
G 253 of 255 = 99%
B 147 of 255 = 58%

238
253
147

R + G + B ~ 83%. #EEFD93 is quite light color.

Portions of RGB colors in percentages

R + G + B = 238 + 253 + 147 = 638 (100%)
R 238 of 638 ~ 37.3%
G 253 of 638 ~ 39.66%
B 147 of 638 ~ 23.04'%

%37.3
%39.66
%23.04

CMYK color model

#EEFD93 color CMYK value is (6,0,42,1).

  • cyan value is 5.93%
  • magenta value is 0.00%
  • yellow value is 41.90%
  • key color value is 0.78%

CMYK: (6,0,42,1)
C6M0Y42K1 (6%, 0%, 42%, 1%)
(0.06 / 0.00 / 0.42 / 0.01)

CMYK percentages

%5.93
%0
%41.9
%0.78

Codes

Color #EEFD93 in popluar color models

EE FD 93
RGB 238 253 147
HSL 68° 96.36% 78.43%
HSB/HSV 68° 41.90% 99.22%
CMYK 5.93% 0.00% 41.90%
0.78%

Color #EEFD93 in popluar number systems.

HEX EE FD 93
Decimal 238 253 147
Binary 11101110 11111101 10010011
Octal 356 375 223

Shades and tints

Shades of #EEFD93

#EEFD93
(238,253,147)
#D9E686
(217,230,134)
#C4CF79
(196,207,121)
#AFB86C
(175,184,108)
#9AA15F
(154,161,95)
#858A52
(133,138,82)
#707345
(112,115,69)
#5B5C38
(91,92,56)
#46452B
(70,69,43)
#312E1E
(49,46,30)
#1C1711
(28,23,17)
#000000
(0,0,0)

Tints of #EEFD93

#EEFD93
(238,253,147)
#EFFD9C
(239,253,156)
#F0FDA5
(240,253,165)
#F1FDAE
(241,253,174)
#F2FDB7
(242,253,183)
#F3FDC0
(243,253,192)
#F4FDC9
(244,253,201)
#F5FDD2
(245,253,210)
#F6FDDB
(246,253,219)
#F7FDE4
(247,253,228)
#F8FDED
(248,253,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EEFD93 color. Also use rgb(238,253,147) instead hex code.

Text Font Color

.myTextColor { color: #EEFD93; }

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

This text font color is #EEFD93.

Background Color

.myBgColor { background-color: #EEFD93; }

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

This div background color is #EEFD93.

Border color

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

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

This div border color is #EEFD93.

Opacity

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

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

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

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

This text has shadow with #EEFD93 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EEFD93.

Preview

Color preview on black background

This text has color #EEFD93 on black background.


Color preview on white background

This text has color #EEFD93 on white background.


Black color preview on #EEFD93 background

This text has black color on #EEFD93 background.


White color preview on #EEFD93 background

This text has white color on #EEFD93 background.


Related colors

Complementary color

Complementary color for #hex is #11026C.


I love getcolorcode.com

Triadic colors

1 #93EEFD and #FD93EE with #EEFD93 are triadic colors.

2 #93FDEE and #FDEE93 with #EEFD93 are triadic colors.