Color spaces of #dbf912
RGB | 219 | 249 | 18 |
---|---|---|---|
HSL | 0.19 | 0.95 | 0.52 |
HSV | 68° | 93° | 98° |
CMYK | 0.12 | 0.00 | 0.93 0.02 |
XYZ | 63.1983 | 82.8551 | 13.2340 |
Yxy | 82.8551 | 0.3968 | 0.5202 |
Hunter Lab | 91.0248 | -35.3612 | 55.0972 |
CIE-Lab | 92.9510 | -33.2086 | 88.7769 |
#dbf912 color RGB value is (219,249,18).
#dbf912 hex color red value is 219, green value is 249 and the blue value of its RGB is 18. Cylindrical-coordinate representations (also known as HSL) of color #dbf912 hue: 0.19 , saturation: 0.95 and the lightness value of dbf912 is 0.52.
The process color (four color CMYK) of #dbf912 color hex is 0.12, 0.00, 0.93, 0.02. Web safe color of #dbf912 is #ccff00. Color #dbf912 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011011 | 11111001 | 00010010 |
Octal | 333 | 371 | 22 |
Decimal | 219 | 249 | 18 |
Hex | DB | F9 | 12 |
Shades of #dbf912
Tints of #dbf912
RGB Percentages of Color #dbf912
CMYK Percentages of Color #dbf912
Complementary Color
#dbf912 | #3012f9 |
#dbf912 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dbf912 Color Preview on White Background
Lorem ipsum dolor sit amet.
#dbf912 Color CSS Codes
.mybgcolor {background-color:#dbf912; } .myforecolor {color:#dbf912; } .mybordercolor {border:3px solid #dbf912; }
#dbf912 Text Font Color
<p style="color:#dbf912">Text here</p>
This sample text font color is #dbf912
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.
#dbf912 Background Color
<div style="background-color:#dbf912">
Div content here</div>
This div background color is #dbf912
#dbf912 Border Color
<div style="border:3px solid #dbf912">
Div here</div>
This div border color is #dbf912
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(219,249,18, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dbf912; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dbf912; -webkit-box-shadow: 1px 1px 3px 2px #dbf912; box-shadow: 1px 1px 3px 2px #dbf912; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(219,249,18, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dbf912">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dbf912; -webkit-box-shadow: 1px 1px 3px 2px #dbf912; box-shadow: 1px 1px 3px 2px #dbf912;">
Div content here</div>
This div box has shadow with color #dbf912
Comments
No comments written yet.
Please login to write comment.