Color spaces of #daf648
RGB | 218 | 246 | 72 |
---|---|---|---|
HSL | 0.19 | 0.91 | 0.62 |
HSV | 70° | 71° | 96° |
CMYK | 0.11 | 0.00 | 0.71 0.04 |
XYZ | 63.0389 | 81.2848 | 18.4979 |
Yxy | 81.2848 | 0.3872 | 0.4992 |
Hunter Lab | 90.1581 | -32.9687 | 50.9460 |
CIE-Lab | 92.2583 | -30.5901 | 75.8834 |
#daf648 color RGB value is (218,246,72).
#daf648 hex color red value is 218, green value is 246 and the blue value of its RGB is 72. Cylindrical-coordinate representations (also known as HSL) of color #daf648 hue: 0.19 , saturation: 0.91 and the lightness value of daf648 is 0.62.
The process color (four color CMYK) of #daf648 color hex is 0.11, 0.00, 0.71, 0.04. Web safe color of #daf648 is #ccff33. Color #daf648 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011010 | 11110110 | 01001000 |
Octal | 332 | 366 | 110 |
Decimal | 218 | 246 | 72 |
Hex | DA | F6 | 48 |
Shades of #daf648
Tints of #daf648
RGB Percentages of Color #daf648
CMYK Percentages of Color #daf648
Complementary Color
#daf648 | #6448f6 |
#daf648 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#daf648 Color Preview on White Background
Lorem ipsum dolor sit amet.
#daf648 Color CSS Codes
.mybgcolor {background-color:#daf648; } .myforecolor {color:#daf648; } .mybordercolor {border:3px solid #daf648; }
#daf648 Text Font Color
<p style="color:#daf648">Text here</p>
This sample text font color is #daf648
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.
#daf648 Background Color
<div style="background-color:#daf648">
Div content here</div>
This div background color is #daf648
#daf648 Border Color
<div style="border:3px solid #daf648">
Div here</div>
This div border color is #daf648
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(218,246,72, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #daf648; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #daf648; -webkit-box-shadow: 1px 1px 3px 2px #daf648; box-shadow: 1px 1px 3px 2px #daf648; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(218,246,72, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #daf648">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #daf648; -webkit-box-shadow: 1px 1px 3px 2px #daf648; box-shadow: 1px 1px 3px 2px #daf648;">
Div content here</div>
This div box has shadow with color #daf648
Comments
No comments written yet.
Please login to write comment.