Color spaces of #daff8a
RGB | 218 | 255 | 138 |
---|---|---|---|
HSL | 0.22 | 1.00 | 0.77 |
HSV | 79° | 46° | 100° |
CMYK | 0.15 | 0.00 | 0.46 0.00 |
XYZ | 69.2609 | 88.2604 | 37.4303 |
Yxy | 88.2604 | 0.3553 | 0.4527 |
Hunter Lab | 93.9470 | -32.8110 | 42.1406 |
CIE-Lab | 95.2705 | -29.6755 | 51.7415 |
#daff8a color RGB value is (218,255,138).
#daff8a hex color red value is 218, green value is 255 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #daff8a hue: 0.22 , saturation: 1.00 and the lightness value of daff8a is 0.77.
The process color (four color CMYK) of #daff8a color hex is 0.15, 0.00, 0.46, 0.00. Web safe color of #daff8a is #ccff99. Color #daff8a contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011010 | 11111111 | 10001010 |
Octal | 332 | 377 | 212 |
Decimal | 218 | 255 | 138 |
Hex | DA | FF | 8A |
Shades of #daff8a
Tints of #daff8a
RGB Percentages of Color #daff8a
CMYK Percentages of Color #daff8a
Complementary Color
#daff8a | #af8aff |
#daff8a Color Preview on Black Background
Lorem ipsum dolor sit amet.
#daff8a Color Preview on White Background
Lorem ipsum dolor sit amet.
#daff8a Color CSS Codes
.mybgcolor {background-color:#daff8a; } .myforecolor {color:#daff8a; } .mybordercolor {border:3px solid #daff8a; }
#daff8a Text Font Color
<p style="color:#daff8a">Text here</p>
This sample text font color is #daff8a
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.
#daff8a Background Color
<div style="background-color:#daff8a">
Div content here</div>
This div background color is #daff8a
#daff8a Border Color
<div style="border:3px solid #daff8a">
Div here</div>
This div border color is #daff8a
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(218,255,138, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #daff8a; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #daff8a; -webkit-box-shadow: 1px 1px 3px 2px #daff8a; box-shadow: 1px 1px 3px 2px #daff8a; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(218,255,138, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #daff8a">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #daff8a; -webkit-box-shadow: 1px 1px 3px 2px #daff8a; box-shadow: 1px 1px 3px 2px #daff8a;">
Div content here</div>
This div box has shadow with color #daff8a
#daff8a Color Palettes
Comments
No comments written yet.
Please login to write comment.