#D0FF14 color RGB value is (13, 15, 241).
#D0FF14 hex color red value is 13, green value is 15, and blue value is 241.
Cylindrical-coordinate representations (HSL) of color #D0FF14
hue: 239.47,
saturation: 0.9 and lightness: 0.5.
The process color (four-color CMYK) of #D0FF14 color hex is 0.00, 0.28, 0.40, 0.03. Web safe color of #D0FF14 is #ff9999. Color #D0FF14 contains mainly RED.
Color spaces of #D0FF14 | Value |
---|---|
RGB | 208, 255, 20 |
HSL | 0.2, 1, 0.54 |
HSV | 72°, 92°, 100° |
XYZ | 61.9, 84.98, 13.8 |
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11010000 | 11111111 | 10100 |
Octal | 320 | 377 | 24 |
Decimal | 208 | 255 | 20 |
Hex | D0 | FF | 14 |
Shades of #D0FF14
Tints of #D0FF14
.mybgColor {background-color: #D0FF14;} .myforeColor {color: #D0FF14;} .myborderColor {border:3px solid #D0FF14;}
<p style="color:#D0FF14">Text here</p>
This sample text is styled with the font color #D0FF14. It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using 'Content here,
<div style="background-color:#D0FF14">Div content here</div>
<div style="border:3px solid #D0FF14">Div here</div>
.textShadowRgb { text-shadow: 4px 4px 2px rgba(208, 255, 20, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #D0FF14; } .divShadow { -moz-box-shadow: 1px 1px 3px #D0FF14; -webkit-box-shadow: 1px 1px 3px #D0FF14; box-shadow: 1px 1px 3px #D0FF14; }
<p style="text-shadow: 4px 4px 2px rgba(208, 255, 20, 0.8);">Text here</p>
This text has a shadow with RGB values.
<p style="text-shadow: 4px 4px 2px #D0FF14;">Text here</p>
This text has a shadow with hexadecimal (hex) values.
<div style="-moz-box-shadow: 1px 1px 3px #D0FF14;
-webkit-box-shadow: 1px 1px 3px #D0FF14;
box-shadow: 1px 1px 3px #D0FF14;">Div content here</div>