Color spaces of #daf747
RGB | 218 | 247 | 71 |
---|---|---|---|
HSL | 0.19 | 0.92 | 0.62 |
HSV | 70° | 71° | 97° |
CMYK | 0.12 | 0.00 | 0.71 0.03 |
XYZ | 63.3115 | 81.8819 | 18.4292 |
Yxy | 81.8819 | 0.3869 | 0.5004 |
Hunter Lab | 90.4886 | -33.4653 | 51.2668 |
CIE-Lab | 92.5227 | -31.1023 | 76.4766 |
#daf747 color RGB value is (218,247,71).
#daf747 hex color red value is 218, green value is 247 and the blue value of its RGB is 71. Cylindrical-coordinate representations (also known as HSL) of color #daf747 hue: 0.19 , saturation: 0.92 and the lightness value of daf747 is 0.62.
The process color (four color CMYK) of #daf747 color hex is 0.12, 0.00, 0.71, 0.03. Web safe color of #daf747 is #ccff33. Color #daf747 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011010 | 11110111 | 01000111 |
Octal | 332 | 367 | 107 |
Decimal | 218 | 247 | 71 |
Hex | DA | F7 | 47 |
Shades of #daf747
Tints of #daf747
RGB Percentages of Color #daf747
CMYK Percentages of Color #daf747
Complementary Color
#daf747 | #6447f7 |
#daf747 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#daf747 Color Preview on White Background
Lorem ipsum dolor sit amet.
#daf747 Color CSS Codes
.mybgcolor {background-color:#daf747; } .myforecolor {color:#daf747; } .mybordercolor {border:3px solid #daf747; }
#daf747 Text Font Color
<p style="color:#daf747">Text here</p>
This sample text font color is #daf747
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.
#daf747 Background Color
<div style="background-color:#daf747">
Div content here</div>
This div background color is #daf747
#daf747 Border Color
<div style="border:3px solid #daf747">
Div here</div>
This div border color is #daf747
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(218,247,71, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #daf747; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #daf747; -webkit-box-shadow: 1px 1px 3px 2px #daf747; box-shadow: 1px 1px 3px 2px #daf747; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(218,247,71, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #daf747">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #daf747; -webkit-box-shadow: 1px 1px 3px 2px #daf747; box-shadow: 1px 1px 3px 2px #daf747;">
Div content here</div>
This div box has shadow with color #daf747
Comments
No comments written yet.
Please login to write comment.