Color spaces of #dbf53c
RGB | 219 | 245 | 60 |
---|---|---|---|
HSL | 0.19 | 0.90 | 0.60 |
HSV | 68° | 76° | 96° |
CMYK | 0.11 | 0.00 | 0.76 0.04 |
XYZ | 62.6814 | 80.6911 | 16.5462 |
Yxy | 80.6911 | 0.3920 | 0.5046 |
Hunter Lab | 89.8282 | -32.6436 | 51.9586 |
CIE-Lab | 91.9941 | -30.2771 | 79.4692 |
#dbf53c color RGB value is (219,245,60).
#dbf53c hex color red value is 219, green value is 245 and the blue value of its RGB is 60. Cylindrical-coordinate representations (also known as HSL) of color #dbf53c hue: 0.19 , saturation: 0.90 and the lightness value of dbf53c is 0.60.
The process color (four color CMYK) of #dbf53c color hex is 0.11, 0.00, 0.76, 0.04. Web safe color of #dbf53c is #ccff33. Color #dbf53c contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011011 | 11110101 | 00111100 |
Octal | 333 | 365 | 74 |
Decimal | 219 | 245 | 60 |
Hex | DB | F5 | 3C |
Shades of #dbf53c
Tints of #dbf53c
RGB Percentages of Color #dbf53c
CMYK Percentages of Color #dbf53c
Complementary Color
#dbf53c | #563cf5 |
#dbf53c Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dbf53c Color Preview on White Background
Lorem ipsum dolor sit amet.
#dbf53c Color CSS Codes
.mybgcolor {background-color:#dbf53c; } .myforecolor {color:#dbf53c; } .mybordercolor {border:3px solid #dbf53c; }
#dbf53c Text Font Color
<p style="color:#dbf53c">Text here</p>
This sample text font color is #dbf53c
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.
#dbf53c Background Color
<div style="background-color:#dbf53c">
Div content here</div>
This div background color is #dbf53c
#dbf53c Border Color
<div style="border:3px solid #dbf53c">
Div here</div>
This div border color is #dbf53c
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(219,245,60, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dbf53c; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dbf53c; -webkit-box-shadow: 1px 1px 3px 2px #dbf53c; box-shadow: 1px 1px 3px 2px #dbf53c; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(219,245,60, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dbf53c">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dbf53c; -webkit-box-shadow: 1px 1px 3px 2px #dbf53c; box-shadow: 1px 1px 3px 2px #dbf53c;">
Div content here</div>
This div box has shadow with color #dbf53c
Comments
No comments written yet.
Please login to write comment.