HEX: #EDF9A9
RGB: (237,249,169)
#EDF9A9 contains mainly red and green colors. #EDF9A9 ‘ nin web güvenlik rengi #FFFF99 (ya da #FF9) dir.
#EDF9A9 color RGB value is (237,249,169).
RGB: (237,249,169)
(93%, 98%, 66%)
R 237 of 255 = 93%
G 249 of 255 = 98%
B 169 of 255 = 66%
R + G + B ~ 86%. #EDF9A9 is light color.
R + G + B = 237 + 249 + 169 = 655 (100%)
R 237 of 655 ~ 36.18%
G 249 of 655 ~ 38.02%
B 169 of 655 ~ 25.8'%
#EDF9A9 rengi CMYK tonu (5,0,32,2).
CMYK: (5,0,32,2)
C5M0Y32K2 (5%, 0%, 32%, 2%)
(0.05 / 0.00 / 0.32 / 0.02)
Color #EDF9A9 in popluar color models
ED | F9 | A9 | |
---|---|---|---|
RGB | 237 | 249 | 169 |
HSL | 69° | 86.96% | 81.96% |
HSB/HSV | 69° | 32.13% | 97.65% |
CMYK | 4.82% | 0.00% | 32.13% |
2.35% |
Color #EDF9A9 in popluar number systems.
HEX | ED | F9 | A9 |
Decimal | 237 | 249 | 169 |
Binary | 11101101 | 11111001 | 10101001 |
Octal | 355 | 371 | 251 |
Shades of #EDF9A9
Tints of #EDF9A9
Examples of css and html codes for elements with #EDF9A9 color. Also use rgb(237,249,169) instead hex code.
.myTextColor { color: #EDF9A9; }
<p style="color:#EDF9A9">This sample text font color is #EDF9A9.</p>
This text font color is #EDF9A9.
.myBgColor { background-color: #EDF9A9; }
<div style="background-color:#EDF9A9">Inner text</div>
This div background color is #EDF9A9.
.myBorderColor { border: 1px solid #EDF9A9; }
<div style="border:3px solid #EDF9A9">Div</div>
This div border color is #EDF9A9.
.myOpacity80 { color: #EDF9A9; opacity: 0.8; }
<p style="color:#EDF9A9;opacity:0.8;">80%</p>
Text with #EDF9A9 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #EDF9A9;}
<p style="text-shadow: 3px 3px 1px #EDF9A9">Text here.</p>
This text has shadow with #EDF9A9 color.
.textShadow {text-shadow: 3px 3px 1px #EDF9A9', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #EDF9A9, 5px 5px 20px red">Text here.</p>
This text has shadow with #EDF9A9 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#EDF9A9, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#EDF9A9, Direction=45, Strength=4)">Text</p>
This text has shadow with #EDF9A9 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #EDF9A9;
-webkit-box-shadow: 1px 1px 3px 2px #EDF9A9;
box-shadow: 1px 1px 3px 2px #EDF9A9;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #EDF9A9; -webkit-box-shadow: 1px 1px 3px 2px #EDF9A9; box-shadow:1px 1px 3px 2px #EDF9A9;">
Div content here
</div>
This text has color #EDF9A9 on black background.
This text has color #EDF9A9 on white background.
This text has black color on #EDF9A9 background.
This text has white color on #EDF9A9 background.
Complementary color for #hex is #120656.