Color spaces of #daff67
RGB | 218 | 255 | 103 |
---|---|---|---|
HSL | 0.21 | 1.00 | 0.70 |
HSV | 75° | 60° | 100° |
CMYK | 0.15 | 0.00 | 0.60 0.00 |
XYZ | 67.1216 | 87.4047 | 26.1651 |
Yxy | 87.4047 | 0.3715 | 0.4837 |
Hunter Lab | 93.4905 | -35.4541 | 48.8499 |
CIE-Lab | 94.9097 | -32.8016 | 66.8818 |
#daff67 color RGB value is (218,255,103).
#daff67 hex color red value is 218, green value is 255 and the blue value of its RGB is 103. Cylindrical-coordinate representations (also known as HSL) of color #daff67 hue: 0.21 , saturation: 1.00 and the lightness value of daff67 is 0.70.
The process color (four color CMYK) of #daff67 color hex is 0.15, 0.00, 0.60, 0.00. Web safe color of #daff67 is #ccff66. Color #daff67 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011010 | 11111111 | 01100111 |
Octal | 332 | 377 | 147 |
Decimal | 218 | 255 | 103 |
Hex | DA | FF | 67 |
Shades of #daff67
Tints of #daff67
RGB Percentages of Color #daff67
CMYK Percentages of Color #daff67
Complementary Color
#daff67 | #8c67ff |
#daff67 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#daff67 Color Preview on White Background
Lorem ipsum dolor sit amet.
#daff67 Color CSS Codes
.mybgcolor {background-color:#daff67; } .myforecolor {color:#daff67; } .mybordercolor {border:3px solid #daff67; }
#daff67 Text Font Color
<p style="color:#daff67">Text here</p>
This sample text font color is #daff67
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.
#daff67 Background Color
<div style="background-color:#daff67">
Div content here</div>
This div background color is #daff67
#daff67 Border Color
<div style="border:3px solid #daff67">
Div here</div>
This div border color is #daff67
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(218,255,103, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #daff67; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #daff67; -webkit-box-shadow: 1px 1px 3px 2px #daff67; box-shadow: 1px 1px 3px 2px #daff67; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(218,255,103, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #daff67">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #daff67; -webkit-box-shadow: 1px 1px 3px 2px #daff67; box-shadow: 1px 1px 3px 2px #daff67;">
Div content here</div>
This div box has shadow with color #daff67
Comments
No comments written yet.
Please login to write comment.