HEX: #BEEB8F
RGB: (190,235,143)
#BEEB8F contains mainly red and green colors. Web safe color of #BEEB8F is #CCFF99 (or #CF9).
#BEEB8F color RGB value is (190,235,143).
RGB: (190,235,143)
(75%, 92%, 56%)
R 190 of 255 = 75%
G 235 of 255 = 92%
B 143 of 255 = 56%
R + G + B ~ 74%. #BEEB8F is quite light color.
R + G + B = 190 + 235 + 143 = 568 (100%)
R 190 of 568 ~ 33.45%
G 235 of 568 ~ 41.37%
B 143 of 568 ~ 25.18'%
#BEEB8F color CMYK value is (19,0,39,8).
CMYK: (19,0,39,8)
C19M0Y39K8 (19%, 0%, 39%, 8%)
(0.19 / 0.00 / 0.39 / 0.08)
Color #BEEB8F in popluar color models
BE | EB | 8F | |
---|---|---|---|
RGB | 190 | 235 | 143 |
HSL | 89° | 69.70% | 74.12% |
HSB/HSV | 89° | 39.15% | 92.16% |
CMYK | 19.15% | 0.00% | 39.15% |
7.84% |
Color #BEEB8F in popluar number systems.
HEX | BE | EB | 8F |
Decimal | 190 | 235 | 143 |
Binary | 10111110 | 11101011 | 10001111 |
Octal | 276 | 353 | 217 |
Shades of #BEEB8F
Tints of #BEEB8F
Examples of css and html codes for elements with #BEEB8F color. Also use rgb(190,235,143) instead hex code.
.myTextColor { color: #BEEB8F; }
<p style="color:#BEEB8F">This sample text font color is #BEEB8F.</p>
This text font color is #BEEB8F.
.myBgColor { background-color: #BEEB8F; }
<div style="background-color:#BEEB8F">Inner text</div>
This div background color is #BEEB8F.
.myBorderColor { border: 1px solid #BEEB8F; }
<div style="border:3px solid #BEEB8F">Div</div>
This div border color is #BEEB8F.
.myOpacity80 { color: #BEEB8F; opacity: 0.8; }
<p style="color:#BEEB8F;opacity:0.8;">80%</p>
Text with #BEEB8F color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #BEEB8F;}
<p style="text-shadow: 3px 3px 1px #BEEB8F">Text here.</p>
This text has shadow with #BEEB8F color.
.textShadow {text-shadow: 3px 3px 1px #BEEB8F', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #BEEB8F, 5px 5px 20px red">Text here.</p>
This text has shadow with #BEEB8F primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#BEEB8F, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#BEEB8F, Direction=45, Strength=4)">Text</p>
This text has shadow with #BEEB8F and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #BEEB8F;
-webkit-box-shadow: 1px 1px 3px 2px #BEEB8F;
box-shadow: 1px 1px 3px 2px #BEEB8F;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #BEEB8F; -webkit-box-shadow: 1px 1px 3px 2px #BEEB8F; box-shadow:1px 1px 3px 2px #BEEB8F;">
Div content here
</div>
This text has color #BEEB8F on black background.
This text has color #BEEB8F on white background.
This text has black color on #BEEB8F background.
This text has white color on #BEEB8F background.
Complementary color for #hex is #411470.