HEX: #E5FDBE
RGB: (229,253,190)
#E5FDBE contains mainly red and green colors. Web safe color of #E5FDBE is #CCFFCC (or #CFC).
#E5FDBE color RGB value is (229,253,190).
RGB: (229,253,190)
(90%, 99%, 75%)
R 229 of 255 = 90%
G 253 of 255 = 99%
B 190 of 255 = 75%
R + G + B ~ 88%. #E5FDBE is light color.
R + G + B = 229 + 253 + 190 = 672 (100%)
R 229 of 672 ~ 34.08%
G 253 of 672 ~ 37.65%
B 190 of 672 ~ 28.27'%
#E5FDBE color CMYK value is (9,0,25,1).
CMYK: (9,0,25,1)
C9M0Y25K1 (9%, 0%, 25%, 1%)
(0.09 / 0.00 / 0.25 / 0.01)
Color #E5FDBE in popluar color models
E5 | FD | BE | |
---|---|---|---|
RGB | 229 | 253 | 190 |
HSL | 83° | 94.03% | 86.86% |
HSB/HSV | 83° | 24.90% | 99.22% |
CMYK | 9.49% | 0.00% | 24.90% |
0.78% |
Color #E5FDBE in popluar number systems.
HEX | E5 | FD | BE |
Decimal | 229 | 253 | 190 |
Binary | 11100101 | 11111101 | 10111110 |
Octal | 345 | 375 | 276 |
Shades of #E5FDBE
Tints of #E5FDBE
Examples of css and html codes for elements with #E5FDBE color. Also use rgb(229,253,190) instead hex code.
.myTextColor { color: #E5FDBE; }
<p style="color:#E5FDBE">This sample text font color is #E5FDBE.</p>
This text font color is #E5FDBE.
.myBgColor { background-color: #E5FDBE; }
<div style="background-color:#E5FDBE">Inner text</div>
This div background color is #E5FDBE.
.myBorderColor { border: 1px solid #E5FDBE; }
<div style="border:3px solid #E5FDBE">Div</div>
This div border color is #E5FDBE.
.myOpacity80 { color: #E5FDBE; opacity: 0.8; }
<p style="color:#E5FDBE;opacity:0.8;">80%</p>
Text with #E5FDBE color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #E5FDBE;}
<p style="text-shadow: 3px 3px 1px #E5FDBE">Text here.</p>
This text has shadow with #E5FDBE color.
.textShadow {text-shadow: 3px 3px 1px #E5FDBE', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #E5FDBE, 5px 5px 20px red">Text here.</p>
This text has shadow with #E5FDBE primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#E5FDBE, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#E5FDBE, Direction=45, Strength=4)">Text</p>
This text has shadow with #E5FDBE and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #E5FDBE;
-webkit-box-shadow: 1px 1px 3px 2px #E5FDBE;
box-shadow: 1px 1px 3px 2px #E5FDBE;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #E5FDBE; -webkit-box-shadow: 1px 1px 3px 2px #E5FDBE; box-shadow:1px 1px 3px 2px #E5FDBE;">
Div content here
</div>
This text has color #E5FDBE on black background.
This text has color #E5FDBE on white background.
This text has black color on #E5FDBE background.
This text has white color on #E5FDBE background.
Complementary color for #hex is #1A0241.