HEX: #D4F8AB
RGB: (212,248,171)
#D4F8AB contains mainly red and green colors. Web safe color of #D4F8AB is #CCFF99 (or #CF9).
#D4F8AB color RGB value is (212,248,171).
RGB: (212,248,171)
(83%, 97%, 67%)
R 212 of 255 = 83%
G 248 of 255 = 97%
B 171 of 255 = 67%
R + G + B ~ 82%. #D4F8AB is quite light color.
R + G + B = 212 + 248 + 171 = 631 (100%)
R 212 of 631 ~ 33.6%
G 248 of 631 ~ 39.3%
B 171 of 631 ~ 27.1'%
#D4F8AB color CMYK value is (15,0,31,3).
CMYK: (15,0,31,3)
C15M0Y31K3 (15%, 0%, 31%, 3%)
(0.15 / 0.00 / 0.31 / 0.03)
Color #D4F8AB in popluar color models
D4 | F8 | AB | |
---|---|---|---|
RGB | 212 | 248 | 171 |
HSL | 88° | 84.62% | 82.16% |
HSB/HSV | 88° | 31.05% | 97.25% |
CMYK | 14.52% | 0.00% | 31.05% |
2.75% |
Color #D4F8AB in popluar number systems.
HEX | D4 | F8 | AB |
Decimal | 212 | 248 | 171 |
Binary | 11010100 | 11111000 | 10101011 |
Octal | 324 | 370 | 253 |
Shades of #D4F8AB
Tints of #D4F8AB
Examples of css and html codes for elements with #D4F8AB color. Also use rgb(212,248,171) instead hex code.
.myTextColor { color: #D4F8AB; }
<p style="color:#D4F8AB">This sample text font color is #D4F8AB.</p>
This text font color is #D4F8AB.
.myBgColor { background-color: #D4F8AB; }
<div style="background-color:#D4F8AB">Inner text</div>
This div background color is #D4F8AB.
.myBorderColor { border: 1px solid #D4F8AB; }
<div style="border:3px solid #D4F8AB">Div</div>
This div border color is #D4F8AB.
.myOpacity80 { color: #D4F8AB; opacity: 0.8; }
<p style="color:#D4F8AB;opacity:0.8;">80%</p>
Text with #D4F8AB color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #D4F8AB;}
<p style="text-shadow: 3px 3px 1px #D4F8AB">Text here.</p>
This text has shadow with #D4F8AB color.
.textShadow {text-shadow: 3px 3px 1px #D4F8AB', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #D4F8AB, 5px 5px 20px red">Text here.</p>
This text has shadow with #D4F8AB primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#D4F8AB, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#D4F8AB, Direction=45, Strength=4)">Text</p>
This text has shadow with #D4F8AB and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #D4F8AB;
-webkit-box-shadow: 1px 1px 3px 2px #D4F8AB;
box-shadow: 1px 1px 3px 2px #D4F8AB;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #D4F8AB; -webkit-box-shadow: 1px 1px 3px 2px #D4F8AB; box-shadow:1px 1px 3px 2px #D4F8AB;">
Div content here
</div>
This text has color #D4F8AB on black background.
This text has color #D4F8AB on white background.
This text has black color on #D4F8AB background.
This text has white color on #D4F8AB background.
Complementary color for #hex is #2B0754.