HEX: #EDFEC1
RGB: (237,254,193)
#EDFEC1 contains mainly red and green colors. Web safe color of #EDFEC1 is #FFFFCC (or #FFC).
#EDFEC1 color RGB value is (237,254,193).
RGB: (237,254,193)
(93%, 100%, 76%)
R 237 of 255 = 93%
G 254 of 255 = 100%
B 193 of 255 = 76%
R + G + B ~ 90%. #EDFEC1 is light color.
R + G + B = 237 + 254 + 193 = 684 (100%)
R 237 of 684 ~ 34.65%
G 254 of 684 ~ 37.13%
B 193 of 684 ~ 28.22'%
#EDFEC1 color CMYK value is (7,0,24,0).
CMYK: (7,0,24,0) C7M0Y24K0 (7%,0%,24%,0%) (0.07/0.00/0.24/0.00)
Color #EDFEC1 in popluar color models
ED | FE | C1 | |
---|---|---|---|
RGB | 237 | 254 | 193 |
HSL | 77° | 96.83% | 87.65% |
HSB/HSV | 77° | 24.02% | 99.61% |
CMYK | 6.69% | 0.00% | 24.02% |
0.39% |
Color #EDFEC1 in popluar number systems.
HEX | ED | FE | C1 |
Decimal | 237 | 254 | 193 |
Binary | 11101101 | 11111110 | 11000001 |
Octal | 355 | 376 | 301 |
Shades of #EDFEC1
Tints of #EDFEC1
Examples of css and html codes for elements with #EDFEC1 color. Also use rgb(237,254,193) instead hex code.
.myTextColor { color: #EDFEC1; }
<p style="color:#EDFEC1">This sample text font color is #EDFEC1.</p>
This text font color is #EDFEC1.
.myBgColor { background-color: #EDFEC1; }
<div style="background-color:#EDFEC1">Inner text</div>
This div background color is #EDFEC1.
.myBorderColor { border: 1px solid #EDFEC1; }
<div style="border:3px solid #EDFEC1">Div</div>
This div border color is #EDFEC1.
.myOpacity80 { color: #EDFEC1; opacity: 0.8; }
<p style="color:#EDFEC1;opacity:0.8;">80%</p>
Text with #EDFEC1 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #EDFEC1;}
<p style="text-shadow: 3px 3px 1px #EDFEC1">Text here.</p>
This text has shadow with #EDFEC1 color.
.textShadow {text-shadow: 3px 3px 1px #EDFEC1', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #EDFEC1, 5px 5px 20px red">Text here.</p>
This text has shadow with #EDFEC1 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#EDFEC1, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#EDFEC1, Direction=45, Strength=4)">Text</p>
This text has shadow with #EDFEC1 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #EDFEC1;
-webkit-box-shadow: 1px 1px 3px 2px #EDFEC1;
box-shadow: 1px 1px 3px 2px #EDFEC1;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #EDFEC1; -webkit-box-shadow: 1px 1px 3px 2px #EDFEC1; box-shadow:1px 1px 3px 2px #EDFEC1;">
Div content here
</div>
This text has color #EDFEC1 on black background.
This text has color #EDFEC1 on white background.
This text has black color on #EDFEC1 background.
This text has white color on #EDFEC1 background.
Complementary color for #hex is #12013E.