Color spaces of #dbe982
RGB | 219 | 233 | 130 |
---|---|---|---|
HSL | 0.19 | 0.70 | 0.71 |
HSV | 68° | 44° | 91° |
CMYK | 0.06 | 0.00 | 0.44 0.09 |
XYZ | 62.3816 | 74.9496 | 32.2980 |
Yxy | 74.9496 | 0.3678 | 0.4418 |
Hunter Lab | 86.5734 | -22.8831 | 38.4821 |
CIE-Lab | 89.3694 | -19.6588 | 48.2879 |
#dbe982 color RGB value is (219,233,130).
#dbe982 hex color red value is 219, green value is 233 and the blue value of its RGB is 130. Cylindrical-coordinate representations (also known as HSL) of color #dbe982 hue: 0.19 , saturation: 0.70 and the lightness value of dbe982 is 0.71.
The process color (four color CMYK) of #dbe982 color hex is 0.06, 0.00, 0.44, 0.09. Web safe color of #dbe982 is #ccff99. Color #dbe982 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011011 | 11101001 | 10000010 |
Octal | 333 | 351 | 202 |
Decimal | 219 | 233 | 130 |
Hex | DB | E9 | 82 |
Shades of #dbe982
Tints of #dbe982
RGB Percentages of Color #dbe982
CMYK Percentages of Color #dbe982
Complementary Color
#dbe982 | #9082e9 |
#dbe982 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dbe982 Color Preview on White Background
Lorem ipsum dolor sit amet.
#dbe982 Color CSS Codes
.mybgcolor {background-color:#dbe982; } .myforecolor {color:#dbe982; } .mybordercolor {border:3px solid #dbe982; }
#dbe982 Text Font Color
<p style="color:#dbe982">Text here</p>
This sample text font color is #dbe982
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.
#dbe982 Background Color
<div style="background-color:#dbe982">
Div content here</div>
This div background color is #dbe982
#dbe982 Border Color
<div style="border:3px solid #dbe982">
Div here</div>
This div border color is #dbe982
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(219,233,130, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dbe982; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dbe982; -webkit-box-shadow: 1px 1px 3px 2px #dbe982; box-shadow: 1px 1px 3px 2px #dbe982; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(219,233,130, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dbe982">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dbe982; -webkit-box-shadow: 1px 1px 3px 2px #dbe982; box-shadow: 1px 1px 3px 2px #dbe982;">
Div content here</div>
This div box has shadow with color #dbe982
Comments
No comments written yet.
Please login to write comment.