Color spaces of #dbff6e
RGB | 219 | 255 | 110 |
---|---|---|---|
HSL | 0.21 | 1.00 | 0.72 |
HSV | 75° | 57° | 100° |
CMYK | 0.14 | 0.00 | 0.57 0.00 |
XYZ | 67.7879 | 87.7059 | 28.1080 |
Yxy | 87.7059 | 0.3692 | 0.4777 |
Hunter Lab | 93.6514 | -34.6860 | 47.7610 |
CIE-Lab | 95.0370 | -31.8816 | 64.0967 |
#dbff6e color RGB value is (219,255,110).
#dbff6e hex color red value is 219, green value is 255 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #dbff6e hue: 0.21 , saturation: 1.00 and the lightness value of dbff6e is 0.72.
The process color (four color CMYK) of #dbff6e color hex is 0.14, 0.00, 0.57, 0.00. Web safe color of #dbff6e is #ccff66. Color #dbff6e contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011011 | 11111111 | 01101110 |
Octal | 333 | 377 | 156 |
Decimal | 219 | 255 | 110 |
Hex | DB | FF | 6E |
Shades of #dbff6e
Tints of #dbff6e
RGB Percentages of Color #dbff6e
CMYK Percentages of Color #dbff6e
Complementary Color
#dbff6e | #926eff |
#dbff6e Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dbff6e Color Preview on White Background
Lorem ipsum dolor sit amet.
#dbff6e Color CSS Codes
.mybgcolor {background-color:#dbff6e; } .myforecolor {color:#dbff6e; } .mybordercolor {border:3px solid #dbff6e; }
#dbff6e Text Font Color
<p style="color:#dbff6e">Text here</p>
This sample text font color is #dbff6e
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.
#dbff6e Background Color
<div style="background-color:#dbff6e">
Div content here</div>
This div background color is #dbff6e
#dbff6e Border Color
<div style="border:3px solid #dbff6e">
Div here</div>
This div border color is #dbff6e
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(219,255,110, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dbff6e; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dbff6e; -webkit-box-shadow: 1px 1px 3px 2px #dbff6e; box-shadow: 1px 1px 3px 2px #dbff6e; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(219,255,110, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dbff6e">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dbff6e; -webkit-box-shadow: 1px 1px 3px 2px #dbff6e; box-shadow: 1px 1px 3px 2px #dbff6e;">
Div content here</div>
This div box has shadow with color #dbff6e
Comments
No comments written yet.
Please login to write comment.