Color spaces of #daf17f
RGB | 218 | 241 | 127 |
---|---|---|---|
HSL | 0.20 | 0.80 | 0.72 |
HSV | 72° | 47° | 95° |
CMYK | 0.10 | 0.00 | 0.47 0.05 |
XYZ | 64.1995 | 79.3483 | 32.0108 |
Yxy | 79.3483 | 0.3657 | 0.4520 |
Hunter Lab | 89.0777 | -27.2385 | 41.0480 |
CIE-Lab | 91.3917 | -24.1949 | 52.1711 |
#daf17f color RGB value is (218,241,127).
#daf17f hex color red value is 218, green value is 241 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #daf17f hue: 0.20 , saturation: 0.80 and the lightness value of daf17f is 0.72.
The process color (four color CMYK) of #daf17f color hex is 0.10, 0.00, 0.47, 0.05. Web safe color of #daf17f is #ccff66. Color #daf17f contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011010 | 11110001 | 01111111 |
Octal | 332 | 361 | 177 |
Decimal | 218 | 241 | 127 |
Hex | DA | F1 | 7F |
Shades of #daf17f
Tints of #daf17f
RGB Percentages of Color #daf17f
CMYK Percentages of Color #daf17f
Complementary Color
#daf17f | #967ff1 |
#daf17f Color Preview on Black Background
Lorem ipsum dolor sit amet.
#daf17f Color Preview on White Background
Lorem ipsum dolor sit amet.
#daf17f Color CSS Codes
.mybgcolor {background-color:#daf17f; } .myforecolor {color:#daf17f; } .mybordercolor {border:3px solid #daf17f; }
#daf17f Text Font Color
<p style="color:#daf17f">Text here</p>
This sample text font color is #daf17f
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.
#daf17f Background Color
<div style="background-color:#daf17f">
Div content here</div>
This div background color is #daf17f
#daf17f Border Color
<div style="border:3px solid #daf17f">
Div here</div>
This div border color is #daf17f
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(218,241,127, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #daf17f; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #daf17f; -webkit-box-shadow: 1px 1px 3px 2px #daf17f; box-shadow: 1px 1px 3px 2px #daf17f; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(218,241,127, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #daf17f">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #daf17f; -webkit-box-shadow: 1px 1px 3px 2px #daf17f; box-shadow: 1px 1px 3px 2px #daf17f;">
Div content here</div>
This div box has shadow with color #daf17f
Comments
No comments written yet.
Please login to write comment.