Color spaces of #dbe373
RGB | 219 | 227 | 115 |
---|---|---|---|
HSL | 0.18 | 0.67 | 0.67 |
HSV | 64° | 49° | 89° |
CMYK | 0.04 | 0.00 | 0.49 0.11 |
XYZ | 59.7770 | 71.2360 | 26.8190 |
Yxy | 71.2360 | 0.3787 | 0.4513 |
Hunter Lab | 84.4014 | -21.2805 | 40.2413 |
CIE-Lab | 87.5995 | -18.1638 | 53.2507 |
#dbe373 color RGB value is (219,227,115).
#dbe373 hex color red value is 219, green value is 227 and the blue value of its RGB is 115. Cylindrical-coordinate representations (also known as HSL) of color #dbe373 hue: 0.18 , saturation: 0.67 and the lightness value of dbe373 is 0.67.
The process color (four color CMYK) of #dbe373 color hex is 0.04, 0.00, 0.49, 0.11. Web safe color of #dbe373 is #cccc66. Color #dbe373 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011011 | 11100011 | 01110011 |
Octal | 333 | 343 | 163 |
Decimal | 219 | 227 | 115 |
Hex | DB | E3 | 73 |
Shades of #dbe373
Tints of #dbe373
RGB Percentages of Color #dbe373
CMYK Percentages of Color #dbe373
Complementary Color
#dbe373 | #7b73e3 |
#dbe373 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dbe373 Color Preview on White Background
Lorem ipsum dolor sit amet.
#dbe373 Color CSS Codes
.mybgcolor {background-color:#dbe373; } .myforecolor {color:#dbe373; } .mybordercolor {border:3px solid #dbe373; }
#dbe373 Text Font Color
<p style="color:#dbe373">Text here</p>
This sample text font color is #dbe373
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.
#dbe373 Background Color
<div style="background-color:#dbe373">
Div content here</div>
This div background color is #dbe373
#dbe373 Border Color
<div style="border:3px solid #dbe373">
Div here</div>
This div border color is #dbe373
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(219,227,115, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dbe373; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dbe373; -webkit-box-shadow: 1px 1px 3px 2px #dbe373; box-shadow: 1px 1px 3px 2px #dbe373; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(219,227,115, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dbe373">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dbe373; -webkit-box-shadow: 1px 1px 3px 2px #dbe373; box-shadow: 1px 1px 3px 2px #dbe373;">
Div content here</div>
This div box has shadow with color #dbe373
Comments
No comments written yet.
Please login to write comment.