Color spaces of #dbfe08
RGB | 219 | 254 | 8 |
---|---|---|---|
HSL | 0.19 | 0.99 | 0.51 |
HSV | 69° | 97° | 100° |
CMYK | 0.14 | 0.00 | 0.97 0.00 |
XYZ | 64.6991 | 85.9612 | 13.4119 |
Yxy | 85.9612 | 0.3943 | 0.5239 |
Hunter Lab | 92.7153 | -37.6898 | 56.3240 |
CIE-Lab | 94.2958 | -35.5776 | 90.6536 |
#dbfe08 color RGB value is (219,254,8).
#dbfe08 hex color red value is 219, green value is 254 and the blue value of its RGB is 8. Cylindrical-coordinate representations (also known as HSL) of color #dbfe08 hue: 0.19 , saturation: 0.99 and the lightness value of dbfe08 is 0.51.
The process color (four color CMYK) of #dbfe08 color hex is 0.14, 0.00, 0.97, 0.00. Web safe color of #dbfe08 is #ccff00. Color #dbfe08 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011011 | 11111110 | 00001000 |
Octal | 333 | 376 | 10 |
Decimal | 219 | 254 | 8 |
Hex | DB | FE | 8 |
Shades of #dbfe08
Tints of #dbfe08
RGB Percentages of Color #dbfe08
CMYK Percentages of Color #dbfe08
Complementary Color
#dbfe08 | #2b08fe |
#dbfe08 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dbfe08 Color Preview on White Background
Lorem ipsum dolor sit amet.
#dbfe08 Color CSS Codes
.mybgcolor {background-color:#dbfe08; } .myforecolor {color:#dbfe08; } .mybordercolor {border:3px solid #dbfe08; }
#dbfe08 Text Font Color
<p style="color:#dbfe08">Text here</p>
This sample text font color is #dbfe08
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.
#dbfe08 Background Color
<div style="background-color:#dbfe08">
Div content here</div>
This div background color is #dbfe08
#dbfe08 Border Color
<div style="border:3px solid #dbfe08">
Div here</div>
This div border color is #dbfe08
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(219,254,8, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dbfe08; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dbfe08; -webkit-box-shadow: 1px 1px 3px 2px #dbfe08; box-shadow: 1px 1px 3px 2px #dbfe08; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(219,254,8, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dbfe08">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dbfe08; -webkit-box-shadow: 1px 1px 3px 2px #dbfe08; box-shadow: 1px 1px 3px 2px #dbfe08;">
Div content here</div>
This div box has shadow with color #dbfe08
Comments
No comments written yet.
Please login to write comment.