HEX: #BED57C
RGB: (190,213,124)
#BED57C contains mainly red and green colors. Web safe color of #BED57C is #CCCC66 (or #CC6).
#BED57C color RGB value is (190,213,124).
RGB: (190,213,124)
(75%, 84%, 49%)
R 190 of 255 = 75%
G 213 of 255 = 84%
B 124 of 255 = 49%
R + G + B ~ 69%. #BED57C is quite light color.
R + G + B = 190 + 213 + 124 = 527 (100%)
R 190 of 527 ~ 36.05%
G 213 of 527 ~ 40.42%
B 124 of 527 ~ 23.53'%
#BED57C color CMYK value is (11,0,42,16).
CMYK: (11,0,42,16)
C11M0Y42K16 (11%, 0%, 42%, 16%)
(0.11 / 0.00 / 0.42 / 0.16)
Color #BED57C in popluar color models
BE | D5 | 7C | |
---|---|---|---|
RGB | 190 | 213 | 124 |
HSL | 76° | 51.45% | 66.08% |
HSB/HSV | 76° | 41.78% | 83.53% |
CMYK | 10.80% | 0.00% | 41.78% |
16.47% |
Color #BED57C in popluar number systems.
HEX | BE | D5 | 7C |
Decimal | 190 | 213 | 124 |
Binary | 10111110 | 11010101 | 1111100 |
Octal | 276 | 325 | 174 |
Shades of #BED57C
Tints of #BED57C
Examples of css and html codes for elements with #BED57C color. Also use rgb(190,213,124) instead hex code.
.myTextColor { color: #BED57C; }
<p style="color:#BED57C">This sample text font color is #BED57C.</p>
This text font color is #BED57C.
.myBgColor { background-color: #BED57C; }
<div style="background-color:#BED57C">Inner text</div>
This div background color is #BED57C.
.myBorderColor { border: 1px solid #BED57C; }
<div style="border:3px solid #BED57C">Div</div>
This div border color is #BED57C.
.myOpacity80 { color: #BED57C; opacity: 0.8; }
<p style="color:#BED57C;opacity:0.8;">80%</p>
Text with #BED57C color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #BED57C;}
<p style="text-shadow: 3px 3px 1px #BED57C">Text here.</p>
This text has shadow with #BED57C color.
.textShadow {text-shadow: 3px 3px 1px #BED57C', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #BED57C, 5px 5px 20px red">Text here.</p>
This text has shadow with #BED57C primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#BED57C, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#BED57C, Direction=45, Strength=4)">Text</p>
This text has shadow with #BED57C and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #BED57C;
-webkit-box-shadow: 1px 1px 3px 2px #BED57C;
box-shadow: 1px 1px 3px 2px #BED57C;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #BED57C; -webkit-box-shadow: 1px 1px 3px 2px #BED57C; box-shadow:1px 1px 3px 2px #BED57C;">
Div content here
</div>
This text has color #BED57C on black background.
This text has color #BED57C on white background.
This text has black color on #BED57C background.
This text has white color on #BED57C background.
Complementary color for #hex is #412A83.