Color spaces of #daf11d
RGB | 218 | 241 | 29 |
---|---|---|---|
HSL | 0.18 | 0.88 | 0.53 |
HSV | 67° | 88° | 95° |
CMYK | 0.10 | 0.00 | 0.88 0.05 |
XYZ | 60.5905 | 77.9047 | 13.0061 |
Yxy | 77.9047 | 0.3999 | 0.5142 |
Hunter Lab | 88.2636 | -31.9262 | 53.0479 |
CIE-Lab | 90.7364 | -29.7502 | 85.5307 |
#daf11d color RGB value is (218,241,29).
#daf11d hex color red value is 218, green value is 241 and the blue value of its RGB is 29. Cylindrical-coordinate representations (also known as HSL) of color #daf11d hue: 0.18 , saturation: 0.88 and the lightness value of daf11d is 0.53.
The process color (four color CMYK) of #daf11d color hex is 0.10, 0.00, 0.88, 0.05. Web safe color of #daf11d is #ccff33. Color #daf11d contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011010 | 11110001 | 00011101 |
Octal | 332 | 361 | 35 |
Decimal | 218 | 241 | 29 |
Hex | DA | F1 | 1D |
Shades of #daf11d
Tints of #daf11d
RGB Percentages of Color #daf11d
CMYK Percentages of Color #daf11d
Complementary Color
#daf11d | #341df1 |
#daf11d Color Preview on Black Background
Lorem ipsum dolor sit amet.
#daf11d Color Preview on White Background
Lorem ipsum dolor sit amet.
#daf11d Color CSS Codes
.mybgcolor {background-color:#daf11d; } .myforecolor {color:#daf11d; } .mybordercolor {border:3px solid #daf11d; }
#daf11d Text Font Color
<p style="color:#daf11d">Text here</p>
This sample text font color is #daf11d
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.
#daf11d Background Color
<div style="background-color:#daf11d">
Div content here</div>
This div background color is #daf11d
#daf11d Border Color
<div style="border:3px solid #daf11d">
Div here</div>
This div border color is #daf11d
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(218,241,29, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #daf11d; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #daf11d; -webkit-box-shadow: 1px 1px 3px 2px #daf11d; box-shadow: 1px 1px 3px 2px #daf11d; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(218,241,29, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #daf11d">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #daf11d; -webkit-box-shadow: 1px 1px 3px 2px #daf11d; box-shadow: 1px 1px 3px 2px #daf11d;">
Div content here</div>
This div box has shadow with color #daf11d
Comments
No comments written yet.
Please login to write comment.