COLOR #EAFEDD

HEX: #EAFEDD
RGB: (234,254,221)

Color info

#EAFEDD contains red, green and blue colors in about the same proportion. Web safe color of #EAFEDD is #FFFFCC (or #FFC).

RGB color model

#EAFEDD color RGB value is (234,254,221).

  • red value is 234;
  • green value is 254;
  • blue value is 221.
RGB:
(234,254,221)
(92%,100%,87%)

RGB channels and saturation

R 234 of 255 = 92%
G 254 of 255 = 100%
B 221 of 255 = 87%

234
254
221

R + G + B ~ 93%. #EAFEDD is light color.

Portions of RGB colors in percentages

R + G + B =
234 + 254 + 221 = 709 (100%)
R 234 of 709 ~ 33%
G 254 of 709 ~ 35.83%
B 221 of 709 ~ 31.17%

%33
%35.83
%31.17

CMYK color model

#EAFEDD color CMYK value is (8,0,13,0).

  • cyan value is 7.87%
  • magenta value is 0.00%
  • yellow value is 12.99%
  • key color value is 0.39%
CMYK:
(8,0,13,0)
C8M0Y13K0 
(8%,0%,13%,0%)
(0.08/0.00/0.13/0.00)	

CMYK percentages

%7.87
%0
%12.99
%0.39

Codes

Color #EAFEDD in popluar color models

EAFEDD
RGB234254221
HSL96°94.29%93.14%
HSB/HSV96°12.99%99.61%
CMYK7.87%0.00%12.99%
0.39%

Color #EAFEDD in popluar number systems.

HEXEAFEDD
Decimal234254221
Binary111010101111111011011101
Octal352376335

Shades and tints

Shades of #EAFEDD

#EAFEDD
(234,254,221)
#D5E7C9
(213,231,201)
#C0D0B5
(192,208,181)
#ABB9A1
(171,185,161)
#96A28D
(150,162,141)
#818B79
(129,139,121)
#6C7465
(108,116,101)
#575D51
(87,93,81)
#42463D
(66,70,61)
#2D2F29
(45,47,41)
#181815
(24,24,21)
#000000
(0,0,0)

Tints of #EAFEDD

#EAFEDD
(234,254,221)
#EBFEE0
(235,254,224)
#ECFEE3
(236,254,227)
#EDFEE6
(237,254,230)
#EEFEE9
(238,254,233)
#EFFEEC
(239,254,236)
#F0FEEF
(240,254,239)
#F1FEF2
(241,254,242)
#F2FEF5
(242,254,245)
#F3FEF8
(243,254,248)
#F4FEFB
(244,254,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EAFEDD color. Also use rgb(234,254,221) instead hex code.

Text Font Color

.myTextColor { color: #EAFEDD; }

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

This text font color is #EAFEDD.


Background Color

.myBgColor { background-color: #EAFEDD; }

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

This div background color is #EAFEDD.


Border color

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

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

This div border color is #EAFEDD.


Opacity

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

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

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

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

This text has shadow with #EAFEDD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EAFEDD on black background.


Color preview on white background

This text has color #EAFEDD on white background.



Black color preview on #EAFEDD background

This text has black color on #EAFEDD background.


White color preview on #EAFEDD background

This text has white color on #EAFEDD background.