HEX: #BEEAAD
RGB: (190,234,173)
#BEEAAD contains mainly red and green colors. Web safe color of #BEEAAD is #CCFF99 (or #CF9).
#BEEAAD color RGB value is (190,234,173).
RGB: (190,234,173)
(75%, 92%, 68%)
R 190 of 255 = 75%
G 234 of 255 = 92%
B 173 of 255 = 68%
R + G + B ~ 78%. #BEEAAD is quite light color.
R + G + B = 190 + 234 + 173 = 597 (100%)
R 190 of 597 ~ 31.83%
G 234 of 597 ~ 39.2%
B 173 of 597 ~ 28.98'%
#BEEAAD color CMYK value is (19,0,26,8).
CMYK: (19,0,26,8) C19M0Y26K8 (19%,0%,26%,8%) (0.19/0.00/0.26/0.08)
Color #BEEAAD in popluar color models
BE | EA | AD | |
---|---|---|---|
RGB | 190 | 234 | 173 |
HSL | 103° | 59.22% | 79.80% |
HSB/HSV | 103° | 26.07% | 91.76% |
CMYK | 18.80% | 0.00% | 26.07% |
8.24% |
Color #BEEAAD in popluar number systems.
HEX | BE | EA | AD |
Decimal | 190 | 234 | 173 |
Binary | 10111110 | 11101010 | 10101101 |
Octal | 276 | 352 | 255 |
Shades of #BEEAAD
Tints of #BEEAAD
Examples of css and html codes for elements with #BEEAAD color. Also use rgb(190,234,173) instead hex code.
.myTextColor { color: #BEEAAD; }
<p style="color:#BEEAAD">This sample text font color is #BEEAAD.</p>
This text font color is #BEEAAD.
.myBgColor { background-color: #BEEAAD; }
<div style="background-color:#BEEAAD">Inner text</div>
This div background color is #BEEAAD.
.myBorderColor { border: 1px solid #BEEAAD; }
<div style="border:3px solid #BEEAAD">Div</div>
This div border color is #BEEAAD.
.myOpacity80 { color: #BEEAAD; opacity: 0.8; }
<p style="color:#BEEAAD;opacity:0.8;">80%</p>
Text with #BEEAAD color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #BEEAAD;}
<p style="text-shadow: 3px 3px 1px #BEEAAD">Text here.</p>
This text has shadow with #BEEAAD color.
.textShadow {text-shadow: 3px 3px 1px #BEEAAD', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #BEEAAD, 5px 5px 20px red">Text here.</p>
This text has shadow with #BEEAAD primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#BEEAAD, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#BEEAAD, Direction=45, Strength=4)">Text</p>
This text has shadow with #BEEAAD and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #BEEAAD;
-webkit-box-shadow: 1px 1px 3px 2px #BEEAAD;
box-shadow: 1px 1px 3px 2px #BEEAAD;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #BEEAAD; -webkit-box-shadow: 1px 1px 3px 2px #BEEAAD; box-shadow:1px 1px 3px 2px #BEEAAD;">
Div content here
</div>
This text has color #BEEAAD on black background.
This text has color #BEEAAD on white background.
This text has black color on #BEEAAD background.
This text has white color on #BEEAAD background.
Complementary color for #hex is #411552.