COLOR #E4FCAD

HEX: #E4FCAD RGB: (228,252,173)

Color info

#E4FCAD contains mainly red and green colors. Web safe color of #E4FCAD is #CCFF99 (or #CF9).

RGB color model

#E4FCAD color RGB value is (228,252,173).

RGB: (228,252,173) (89%, 99%, 68%)

RGB channels and saturation

R 228 of 255 = 89%
G 252 of 255 = 99%
B 173 of 255 = 68%

228
252
173

R + G + B ~ 85%. #E4FCAD is quite light color.

Portions of RGB colors in percentages

R + G + B = 228 + 252 + 173 = 653 (100%)
R 228 of 653 ~ 34.92%
G 252 of 653 ~ 38.59%
B 173 of 653 ~ 26.49'%

%34.92
%38.59
%26.49

CMYK color model

#E4FCAD color CMYK value is (10,0,31,1).

  • cyan value is 9.52%
  • magenta value is 0.00%
  • yellow value is 31.35%
  • key color value is 1.18%

CMYK: (10,0,31,1)
C10M0Y31K1 (10%, 0%, 31%, 1%)
(0.10 / 0.00 / 0.31 / 0.01)

CMYK percentages

%9.52
%0
%31.35
%1.18

Codes

Color #E4FCAD in popluar color models

E4 FC AD
RGB 228 252 173
HSL 78° 92.94% 83.33%
HSB/HSV 78° 31.35% 98.82%
CMYK 9.52% 0.00% 31.35%
1.18%

Color #E4FCAD in popluar number systems.

HEX E4 FC AD
Decimal 228 252 173
Binary 11100100 11111100 10101101
Octal 344 374 255

Shades and tints

Shades of #E4FCAD

#E4FCAD
(228,252,173)
#D0E69E
(208,230,158)
#BCD08F
(188,208,143)
#A8BA80
(168,186,128)
#94A471
(148,164,113)
#808E62
(128,142,98)
#6C7853
(108,120,83)
#586244
(88,98,68)
#444C35
(68,76,53)
#303626
(48,54,38)
#1C2017
(28,32,23)
#000000
(0,0,0)

Tints of #E4FCAD

#E4FCAD
(228,252,173)
#E6FCB4
(230,252,180)
#E8FCBB
(232,252,187)
#EAFCC2
(234,252,194)
#ECFCC9
(236,252,201)
#EEFCD0
(238,252,208)
#F0FCD7
(240,252,215)
#F2FCDE
(242,252,222)
#F4FCE5
(244,252,229)
#F6FCEC
(246,252,236)
#F8FCF3
(248,252,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E4FCAD color. Also use rgb(228,252,173) instead hex code.

Text Font Color

.myTextColor { color: #E4FCAD; }

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

This text font color is #E4FCAD.

Background Color

.myBgColor { background-color: #E4FCAD; }

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

This div background color is #E4FCAD.

Border color

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

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

This div border color is #E4FCAD.

Opacity

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

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

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

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

This text has shadow with #E4FCAD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E4FCAD.

Preview

Color preview on black background

This text has color #E4FCAD on black background.


Color preview on white background

This text has color #E4FCAD on white background.


Black color preview on #E4FCAD background

This text has black color on #E4FCAD background.


White color preview on #E4FCAD background

This text has white color on #E4FCAD background.


Related colors

Complementary color

Complementary color for #hex is #1B0352.


I love getcolorcode.com

Triadic colors

1 #ADE4FC and #FCADE4 with #E4FCAD are triadic colors.

2 #ADFCE4 and #FCE4AD with #E4FCAD are triadic colors.