Color spaces of #dbfe00
RGB | 219 | 254 | 0 |
---|---|---|---|
HSL | 0.19 | 1.00 | 0.50 |
HSV | 68° | 100° | 100° |
CMYK | 0.14 | 0.00 | 1.00 0.00 |
XYZ | 64.6552 | 85.9437 | 13.1811 |
Yxy | 85.9437 | 0.3948 | 0.5248 |
Hunter Lab | 92.7058 | -37.7451 | 56.4641 |
CIE-Lab | 94.2883 | -35.6448 | 91.2148 |
#dbfe00 color RGB value is (219,254,0).
#dbfe00 hex color red value is 219, green value is 254 and the blue value of its RGB is 0. Cylindrical-coordinate representations (also known as HSL) of color #dbfe00 hue: 0.19 , saturation: 1.00 and the lightness value of dbfe00 is 0.50.
The process color (four color CMYK) of #dbfe00 color hex is 0.14, 0.00, 1.00, 0.00. Web safe color of #dbfe00 is #ccff00. Color #dbfe00 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011011 | 11111110 | 00000000 |
Octal | 333 | 376 | 0 |
Decimal | 219 | 254 | 0 |
Hex | DB | FE | 0 |
Shades of #dbfe00
Tints of #dbfe00
RGB Percentages of Color #dbfe00
CMYK Percentages of Color #dbfe00
Complementary Color
#dbfe00 | #2300fe |
#dbfe00 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dbfe00 Color Preview on White Background
Lorem ipsum dolor sit amet.
#dbfe00 Color CSS Codes
.mybgcolor {background-color:#dbfe00; } .myforecolor {color:#dbfe00; } .mybordercolor {border:3px solid #dbfe00; }
#dbfe00 Text Font Color
<p style="color:#dbfe00">Text here</p>
This sample text font color is #dbfe00
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
#dbfe00 Background Color
<div style="background-color:#dbfe00">
Div content here</div>
This div background color is #dbfe00
#dbfe00 Border Color
<div style="border:3px solid #dbfe00">
Div here</div>
This div border color is #dbfe00
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(219,254,0, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dbfe00; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dbfe00; -webkit-box-shadow: 1px 1px 3px 2px #dbfe00; box-shadow: 1px 1px 3px 2px #dbfe00; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(219,254,0, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dbfe00">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dbfe00; -webkit-box-shadow: 1px 1px 3px 2px #dbfe00; box-shadow: 1px 1px 3px 2px #dbfe00;">
Div content here</div>
This div box has shadow with color #dbfe00
Comments
No comments written yet.
Please login to write comment.