HEX: #EDFCBE
RGB: (237,252,190)
#EDFCBE contains mainly red and green colors. Web safe color of #EDFCBE is #FFFFCC (or #FFC).
#EDFCBE color RGB value is (237,252,190).
RGB: (237,252,190)
(93%, 99%, 75%)
R 237 of 255 = 93%
G 252 of 255 = 99%
B 190 of 255 = 75%
R + G + B ~ 89%. #EDFCBE is light color.
R + G + B = 237 + 252 + 190 = 679 (100%)
R 237 of 679 ~ 34.9%
G 252 of 679 ~ 37.11%
B 190 of 679 ~ 27.98'%
#EDFCBE color CMYK value is (6,0,25,1).
CMYK: (6,0,25,1)
C6M0Y25K1 (6%, 0%, 25%, 1%)
(0.06 / 0.00 / 0.25 / 0.01)
Color #EDFCBE in popluar color models
ED | FC | BE | |
---|---|---|---|
RGB | 237 | 252 | 190 |
HSL | 75° | 91.18% | 86.67% |
HSB/HSV | 75° | 24.60% | 98.82% |
CMYK | 5.95% | 0.00% | 24.60% |
1.18% |
Color #EDFCBE in popluar number systems.
HEX | ED | FC | BE |
Decimal | 237 | 252 | 190 |
Binary | 11101101 | 11111100 | 10111110 |
Octal | 355 | 374 | 276 |
Shades of #EDFCBE
Tints of #EDFCBE
Examples of css and html codes for elements with #EDFCBE color. Also use rgb(237,252,190) instead hex code.
.myTextColor { color: #EDFCBE; }
<p style="color:#EDFCBE">This sample text font color is #EDFCBE.</p>
This text font color is #EDFCBE.
.myBgColor { background-color: #EDFCBE; }
<div style="background-color:#EDFCBE">Inner text</div>
This div background color is #EDFCBE.
.myBorderColor { border: 1px solid #EDFCBE; }
<div style="border:3px solid #EDFCBE">Div</div>
This div border color is #EDFCBE.
.myOpacity80 { color: #EDFCBE; opacity: 0.8; }
<p style="color:#EDFCBE;opacity:0.8;">80%</p>
Text with #EDFCBE color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #EDFCBE;}
<p style="text-shadow: 3px 3px 1px #EDFCBE">Text here.</p>
This text has shadow with #EDFCBE color.
.textShadow {text-shadow: 3px 3px 1px #EDFCBE', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #EDFCBE, 5px 5px 20px red">Text here.</p>
This text has shadow with #EDFCBE primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#EDFCBE, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#EDFCBE, Direction=45, Strength=4)">Text</p>
This text has shadow with #EDFCBE and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #EDFCBE;
-webkit-box-shadow: 1px 1px 3px 2px #EDFCBE;
box-shadow: 1px 1px 3px 2px #EDFCBE;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #EDFCBE; -webkit-box-shadow: 1px 1px 3px 2px #EDFCBE; box-shadow:1px 1px 3px 2px #EDFCBE;">
Div content here
</div>
This text has color #EDFCBE on black background.
This text has color #EDFCBE on white background.
This text has black color on #EDFCBE background.
This text has white color on #EDFCBE background.
Complementary color for #hex is #120341.