Color spaces of #dcf218
RGB | 220 | 242 | 24 |
---|---|---|---|
HSL | 0.18 | 0.89 | 0.52 |
HSV | 66° | 90° | 95° |
CMYK | 0.09 | 0.00 | 0.90 0.05 |
XYZ | 61.4322 | 78.7859 | 12.8335 |
Yxy | 78.7859 | 0.4014 | 0.5148 |
Hunter Lab | 88.7614 | -31.7918 | 53.5606 |
CIE-Lab | 91.1373 | -29.4949 | 86.6596 |
#dcf218 color RGB value is (220,242,24).
#dcf218 hex color red value is 220, green value is 242 and the blue value of its RGB is 24. Cylindrical-coordinate representations (also known as HSL) of color #dcf218 hue: 0.18 , saturation: 0.89 and the lightness value of dcf218 is 0.52.
The process color (four color CMYK) of #dcf218 color hex is 0.09, 0.00, 0.90, 0.05. Web safe color of #dcf218 is #ccff00. Color #dcf218 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011100 | 11110010 | 00011000 |
Octal | 334 | 362 | 30 |
Decimal | 220 | 242 | 24 |
Hex | DC | F2 | 18 |
Shades of #dcf218
Tints of #dcf218
RGB Percentages of Color #dcf218
CMYK Percentages of Color #dcf218
Complementary Color
#dcf218 | #2e18f2 |
#dcf218 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dcf218 Color Preview on White Background
Lorem ipsum dolor sit amet.
#dcf218 Color CSS Codes
.mybgcolor {background-color:#dcf218; } .myforecolor {color:#dcf218; } .mybordercolor {border:3px solid #dcf218; }
#dcf218 Text Font Color
<p style="color:#dcf218">Text here</p>
This sample text font color is #dcf218
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.
#dcf218 Background Color
<div style="background-color:#dcf218">
Div content here</div>
This div background color is #dcf218
#dcf218 Border Color
<div style="border:3px solid #dcf218">
Div here</div>
This div border color is #dcf218
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(220,242,24, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dcf218; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dcf218; -webkit-box-shadow: 1px 1px 3px 2px #dcf218; box-shadow: 1px 1px 3px 2px #dcf218; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(220,242,24, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dcf218">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dcf218; -webkit-box-shadow: 1px 1px 3px 2px #dcf218; box-shadow: 1px 1px 3px 2px #dcf218;">
Div content here</div>
This div box has shadow with color #dcf218
Comments
No comments written yet.
Please login to write comment.