Color spaces of #daff53
RGB | 218 | 255 | 83 |
---|---|---|---|
HSL | 0.20 | 1.00 | 0.66 |
HSV | 73° | 67° | 100° |
CMYK | 0.15 | 0.00 | 0.67 0.00 |
XYZ | 66.2348 | 87.0500 | 21.4950 |
Yxy | 87.0500 | 0.3790 | 0.4981 |
Hunter Lab | 93.3006 | -36.5575 | 51.6509 |
CIE-Lab | 94.7595 | -34.1236 | 74.5103 |
#daff53 color RGB value is (218,255,83).
#daff53 hex color red value is 218, green value is 255 and the blue value of its RGB is 83. Cylindrical-coordinate representations (also known as HSL) of color #daff53 hue: 0.20 , saturation: 1.00 and the lightness value of daff53 is 0.66.
The process color (four color CMYK) of #daff53 color hex is 0.15, 0.00, 0.67, 0.00. Web safe color of #daff53 is #ccff66. Color #daff53 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011010 | 11111111 | 01010011 |
Octal | 332 | 377 | 123 |
Decimal | 218 | 255 | 83 |
Hex | DA | FF | 53 |
Shades of #daff53
Tints of #daff53
RGB Percentages of Color #daff53
CMYK Percentages of Color #daff53
Complementary Color
#daff53 | #7853ff |
#daff53 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#daff53 Color Preview on White Background
Lorem ipsum dolor sit amet.
#daff53 Color CSS Codes
.mybgcolor {background-color:#daff53; } .myforecolor {color:#daff53; } .mybordercolor {border:3px solid #daff53; }
#daff53 Text Font Color
<p style="color:#daff53">Text here</p>
This sample text font color is #daff53
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.
#daff53 Background Color
<div style="background-color:#daff53">
Div content here</div>
This div background color is #daff53
#daff53 Border Color
<div style="border:3px solid #daff53">
Div here</div>
This div border color is #daff53
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(218,255,83, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #daff53; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #daff53; -webkit-box-shadow: 1px 1px 3px 2px #daff53; box-shadow: 1px 1px 3px 2px #daff53; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(218,255,83, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #daff53">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #daff53; -webkit-box-shadow: 1px 1px 3px 2px #daff53; box-shadow: 1px 1px 3px 2px #daff53;">
Div content here</div>
This div box has shadow with color #daff53
Comments
No comments written yet.
Please login to write comment.