Color spaces of #dbde0b
RGB | 219 | 222 | 11 |
---|---|---|---|
HSL | 0.17 | 0.91 | 0.46 |
HSV | 61° | 95° | 87° |
CMYK | 0.01 | 0.00 | 0.95 0.13 |
XYZ | 55.3951 | 67.3268 | 10.3923 |
Yxy | 67.3268 | 0.4161 | 0.5058 |
Hunter Lab | 82.0529 | -23.0847 | 49.9277 |
CIE-Lab | 85.6687 | -20.5754 | 83.8907 |
#dbde0b color RGB value is (219,222,11).
#dbde0b hex color red value is 219, green value is 222 and the blue value of its RGB is 11. Cylindrical-coordinate representations (also known as HSL) of color #dbde0b hue: 0.17 , saturation: 0.91 and the lightness value of dbde0b is 0.46.
The process color (four color CMYK) of #dbde0b color hex is 0.01, 0.00, 0.95, 0.13. Web safe color of #dbde0b is #cccc00. Color #dbde0b contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011011 | 11011110 | 00001011 |
Octal | 333 | 336 | 13 |
Decimal | 219 | 222 | 11 |
Hex | DB | DE | B |
Shades of #dbde0b
Tints of #dbde0b
RGB Percentages of Color #dbde0b
CMYK Percentages of Color #dbde0b
Complementary Color
#dbde0b | #0e0bde |
#dbde0b Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dbde0b Color Preview on White Background
Lorem ipsum dolor sit amet.
#dbde0b Color CSS Codes
.mybgcolor {background-color:#dbde0b; } .myforecolor {color:#dbde0b; } .mybordercolor {border:3px solid #dbde0b; }
#dbde0b Text Font Color
<p style="color:#dbde0b">Text here</p>
This sample text font color is #dbde0b
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.
#dbde0b Background Color
<div style="background-color:#dbde0b">
Div content here</div>
This div background color is #dbde0b
#dbde0b Border Color
<div style="border:3px solid #dbde0b">
Div here</div>
This div border color is #dbde0b
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(219,222,11, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dbde0b; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dbde0b; -webkit-box-shadow: 1px 1px 3px 2px #dbde0b; box-shadow: 1px 1px 3px 2px #dbde0b; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(219,222,11, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dbde0b">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dbde0b; -webkit-box-shadow: 1px 1px 3px 2px #dbde0b; box-shadow: 1px 1px 3px 2px #dbde0b;">
Div content here</div>
This div box has shadow with color #dbde0b
Comments
No comments written yet.
Please login to write comment.