color details

Color Details
#D0FF14 Color Hex

#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
Color spaces of #D0FF14Value
RGB208, 255, 20
HSL0.2, 1, 0.54
HSV72°, 92°, 100°
XYZ61.9, 84.98, 13.8
Base Numbers
Base Red Green Blue
Binary 11010000 11111111 10100
Octal 320 377 24
Decimal 208 255 20
Hex D0 FF 14

RGB Percentages for Color #D0FF14

43.06%
52.8%
4.14%

CMYK Percentages of the Color #D0FF14

18.43%
92.16%
CSS Codes for Color #D0FF14
.mybgColor {background-color: #D0FF14;}
.myforeColor {color: #D0FF14;}
.myborderColor {border:3px solid #D0FF14;}
Text Font Color #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,

Background Color #D0FF14

<div style="background-color:#D0FF14">Div content here</div>

The background color of this div is #D0FF14
Border Color #D0FF14

<div style="border:3px solid #D0FF14">Div here</div>

The border color of this div is #D0FF14
Css3 Examples
            .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;            }
            
Text Shadow Using RGB Values

<p style="text-shadow: 4px 4px 2px rgba(208, 255, 20, 0.8);">Text here</p>

This text has a shadow with RGB values.

Text Shadow Using Hex Values

<p style="text-shadow: 4px 4px 2px #D0FF14;">Text here</p>

This text has a shadow with hexadecimal (hex) values.

Shadow Div Box

<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>

This div box has a shadow with a specified color. #D0FF14
Scroll to Top