Color spaces of #dafd8e
RGB | 218 | 253 | 142 |
---|---|---|---|
HSL | 0.22 | 0.97 | 0.77 |
HSV | 79° | 44° | 99° |
CMYK | 0.14 | 0.00 | 0.44 0.01 |
XYZ | 68.9212 | 87.1090 | 38.7724 |
Yxy | 87.1090 | 0.3538 | 0.4472 |
Hunter Lab | 93.3322 | -31.5180 | 40.7021 |
CIE-Lab | 94.7845 | -28.3176 | 49.2487 |
#dafd8e color RGB value is (218,253,142).
#dafd8e hex color red value is 218, green value is 253 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #dafd8e hue: 0.22 , saturation: 0.97 and the lightness value of dafd8e is 0.77.
The process color (four color CMYK) of #dafd8e color hex is 0.14, 0.00, 0.44, 0.01. Web safe color of #dafd8e is #ccff99. Color #dafd8e contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011010 | 11111101 | 10001110 |
Octal | 332 | 375 | 216 |
Decimal | 218 | 253 | 142 |
Hex | DA | FD | 8E |
Shades of #dafd8e
Tints of #dafd8e
RGB Percentages of Color #dafd8e
CMYK Percentages of Color #dafd8e
Complementary Color
#dafd8e | #b18efd |
#dafd8e Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dafd8e Color Preview on White Background
Lorem ipsum dolor sit amet.
#dafd8e Color CSS Codes
.mybgcolor {background-color:#dafd8e; } .myforecolor {color:#dafd8e; } .mybordercolor {border:3px solid #dafd8e; }
#dafd8e Text Font Color
<p style="color:#dafd8e">Text here</p>
This sample text font color is #dafd8e
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.
#dafd8e Background Color
<div style="background-color:#dafd8e">
Div content here</div>
This div background color is #dafd8e
#dafd8e Border Color
<div style="border:3px solid #dafd8e">
Div here</div>
This div border color is #dafd8e
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(218,253,142, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dafd8e; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dafd8e; -webkit-box-shadow: 1px 1px 3px 2px #dafd8e; box-shadow: 1px 1px 3px 2px #dafd8e; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(218,253,142, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dafd8e">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dafd8e; -webkit-box-shadow: 1px 1px 3px 2px #dafd8e; box-shadow: 1px 1px 3px 2px #dafd8e;">
Div content here</div>
This div box has shadow with color #dafd8e
Comments
No comments written yet.
Please login to write comment.