COLOR #EEFEEB

HEX: #EEFEEB RGB: (238,254,235)

Color info

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

RGB color model

#EEFEEB color RGB value is (238,254,235).

RGB: (238,254,235) (93%, 100%, 92%)

RGB channels and saturation

R 238 of 255 = 93%
G 254 of 255 = 100%
B 235 of 255 = 92%

238
254
235

R + G + B ~ 95%. #EEFEEB is light color.

Portions of RGB colors in percentages

R + G + B = 238 + 254 + 235 = 727 (100%)
R 238 of 727 ~ 32.74%
G 254 of 727 ~ 34.94%
B 235 of 727 ~ 32.32'%

%32.74
%34.94
%32.32

CMYK color model

#EEFEEB color CMYK value is (6,0,7,0).

  • cyan value is 6.30%
  • magenta value is 0.00%
  • yellow value is 7.48%
  • key color value is 0.39%
CMYK: (6,0,7,0) C6M0Y7K0 (6%,0%,7%,0%) (0.06/0.00/0.07/0.00) 

CMYK percentages

%6.3
%0
%7.48
%0.39

Codes

Color #EEFEEB in popluar color models

EE FE EB
RGB 238 254 235
HSL 111° 90.48% 95.88%
HSB/HSV 111° 7.48% 99.61%
CMYK 6.30% 0.00% 7.48%
0.39%

Color #EEFEEB in popluar number systems.

HEX EE FE EB
Decimal 238 254 235
Binary 11101110 11111110 11101011
Octal 356 376 353

Shades and tints

Shades of #EEFEEB

#EEFEEB
(238,254,235)
#D9E7D6
(217,231,214)
#C4D0C1
(196,208,193)
#AFB9AC
(175,185,172)
#9AA297
(154,162,151)
#858B82
(133,139,130)
#70746D
(112,116,109)
#5B5D58
(91,93,88)
#464643
(70,70,67)
#312F2E
(49,47,46)
#1C1819
(28,24,25)
#000000
(0,0,0)

Tints of #EEFEEB

#EEFEEB
(238,254,235)
#EFFEEC
(239,254,236)
#F0FEED
(240,254,237)
#F1FEEE
(241,254,238)
#F2FEEF
(242,254,239)
#F3FEF0
(243,254,240)
#F4FEF1
(244,254,241)
#F5FEF2
(245,254,242)
#F6FEF3
(246,254,243)
#F7FEF4
(247,254,244)
#F8FEF5
(248,254,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EEFEEB; }

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

This text font color is #EEFEEB.

Background Color

.myBgColor { background-color: #EEFEEB; }

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

This div background color is #EEFEEB.

Border color

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

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

This div border color is #EEFEEB.

Opacity

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

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

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

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

This text has shadow with #EEFEEB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EEFEEB.

Preview

Color preview on black background

This text has color #EEFEEB on black background.


Color preview on white background

This text has color #EEFEEB on white background.


Black color preview on #EEFEEB background

This text has black color on #EEFEEB background.


White color preview on #EEFEEB background

This text has white color on #EEFEEB background.


Related colors

Complementary color

Complementary color for #hex is #110114.


I love getcolorcode.com

Triadic colors

1 #EBEEFE and #FEEBEE with #EEFEEB are triadic colors.

2 #EBFEEE and #FEEEEB with #EEFEEB are triadic colors.