Color spaces of #dbde6d
RGB | 219 | 222 | 109 |
---|---|---|---|
HSL | 0.17 | 0.63 | 0.65 |
HSV | 62° | 51° | 87° |
CMYK | 0.01 | 0.00 | 0.51 0.13 |
XYZ | 58.0950 | 68.4067 | 24.6099 |
Yxy | 68.4067 | 0.3845 | 0.4527 |
Hunter Lab | 82.7083 | -19.3598 | 40.2541 |
CIE-Lab | 86.2094 | -16.2281 | 54.3953 |
#dbde6d color RGB value is (219,222,109).
#dbde6d hex color red value is 219, green value is 222 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #dbde6d hue: 0.17 , saturation: 0.63 and the lightness value of dbde6d is 0.65.
The process color (four color CMYK) of #dbde6d color hex is 0.01, 0.00, 0.51, 0.13. Web safe color of #dbde6d is #cccc66. Color #dbde6d contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011011 | 11011110 | 01101101 |
Octal | 333 | 336 | 155 |
Decimal | 219 | 222 | 109 |
Hex | DB | DE | 6D |
Shades of #dbde6d
Tints of #dbde6d
RGB Percentages of Color #dbde6d
CMYK Percentages of Color #dbde6d
Complementary Color
#dbde6d | #706dde |
#dbde6d Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dbde6d Color Preview on White Background
Lorem ipsum dolor sit amet.
#dbde6d Color CSS Codes
.mybgcolor {background-color:#dbde6d; } .myforecolor {color:#dbde6d; } .mybordercolor {border:3px solid #dbde6d; }
#dbde6d Text Font Color
<p style="color:#dbde6d">Text here</p>
This sample text font color is #dbde6d
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.
#dbde6d Background Color
<div style="background-color:#dbde6d">
Div content here</div>
This div background color is #dbde6d
#dbde6d Border Color
<div style="border:3px solid #dbde6d">
Div here</div>
This div border color is #dbde6d
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(219,222,109, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dbde6d; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dbde6d; -webkit-box-shadow: 1px 1px 3px 2px #dbde6d; box-shadow: 1px 1px 3px 2px #dbde6d; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(219,222,109, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dbde6d">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dbde6d; -webkit-box-shadow: 1px 1px 3px 2px #dbde6d; box-shadow: 1px 1px 3px 2px #dbde6d;">
Div content here</div>
This div box has shadow with color #dbde6d
Comments
No comments written yet.
Please login to write comment.