HEX: #EDF6AD
RGB: (237,246,173)
#EDF6AD contains mainly red and green colors. #EDF6AD ‘ nin web güvenlik rengi #FFFF99 (ya da #FF9) dir.
#EDF6AD color RGB value is (237,246,173).
RGB: (237,246,173)
(93%, 96%, 68%)
R 237 of 255 = 93%
G 246 of 255 = 96%
B 173 of 255 = 68%
R + G + B ~ 86%. #EDF6AD is light color.
R + G + B = 237 + 246 + 173 = 656 (100%)
R 237 of 656 ~ 36.13%
G 246 of 656 ~ 37.5%
B 173 of 656 ~ 26.37'%
#EDF6AD rengi CMYK tonu (4,0,30,4).
CMYK: (4,0,30,4)
C4M0Y30K4 (4%, 0%, 30%, 4%)
(0.04 / 0.00 / 0.30 / 0.04)
Color #EDF6AD in popluar color models
ED | F6 | AD | |
---|---|---|---|
RGB | 237 | 246 | 173 |
HSL | 67° | 80.22% | 82.16% |
HSB/HSV | 67° | 29.67% | 96.47% |
CMYK | 3.66% | 0.00% | 29.67% |
3.53% |
Color #EDF6AD in popluar number systems.
HEX | ED | F6 | AD |
Decimal | 237 | 246 | 173 |
Binary | 11101101 | 11110110 | 10101101 |
Octal | 355 | 366 | 255 |
Shades of #EDF6AD
Tints of #EDF6AD
Examples of css and html codes for elements with #EDF6AD color. Also use rgb(237,246,173) instead hex code.
.myTextColor { color: #EDF6AD; }
<p style="color:#EDF6AD">This sample text font color is #EDF6AD.</p>
This text font color is #EDF6AD.
.myBgColor { background-color: #EDF6AD; }
<div style="background-color:#EDF6AD">Inner text</div>
This div background color is #EDF6AD.
.myBorderColor { border: 1px solid #EDF6AD; }
<div style="border:3px solid #EDF6AD">Div</div>
This div border color is #EDF6AD.
.myOpacity80 { color: #EDF6AD; opacity: 0.8; }
<p style="color:#EDF6AD;opacity:0.8;">80%</p>
Text with #EDF6AD color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #EDF6AD;}
<p style="text-shadow: 3px 3px 1px #EDF6AD">Text here.</p>
This text has shadow with #EDF6AD color.
.textShadow {text-shadow: 3px 3px 1px #EDF6AD', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #EDF6AD, 5px 5px 20px red">Text here.</p>
This text has shadow with #EDF6AD primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#EDF6AD, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#EDF6AD, Direction=45, Strength=4)">Text</p>
This text has shadow with #EDF6AD and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #EDF6AD;
-webkit-box-shadow: 1px 1px 3px 2px #EDF6AD;
box-shadow: 1px 1px 3px 2px #EDF6AD;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #EDF6AD; -webkit-box-shadow: 1px 1px 3px 2px #EDF6AD; box-shadow:1px 1px 3px 2px #EDF6AD;">
Div content here
</div>
This text has color #EDF6AD on black background.
This text has color #EDF6AD on white background.
This text has black color on #EDF6AD background.
This text has white color on #EDF6AD background.
Complementary color for #hex is #120952.