Color spaces of #dafea1
RGB | 218 | 254 | 161 |
---|---|---|---|
HSL | 0.23 | 0.98 | 0.81 |
HSV | 83° | 37° | 100° |
CMYK | 0.14 | 0.00 | 0.37 0.00 |
XYZ | 70.7883 | 88.3623 | 47.0429 |
Yxy | 88.3623 | 0.3433 | 0.4285 |
Hunter Lab | 94.0012 | -30.0814 | 36.1292 |
CIE-Lab | 95.3133 | -26.5766 | 40.7231 |
#dafea1 color RGB value is (218,254,161).
#dafea1 hex color red value is 218, green value is 254 and the blue value of its RGB is 161. Cylindrical-coordinate representations (also known as HSL) of color #dafea1 hue: 0.23 , saturation: 0.98 and the lightness value of dafea1 is 0.81.
The process color (four color CMYK) of #dafea1 color hex is 0.14, 0.00, 0.37, 0.00. Web safe color of #dafea1 is #ccff99. Color #dafea1 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011010 | 11111110 | 10100001 |
Octal | 332 | 376 | 241 |
Decimal | 218 | 254 | 161 |
Hex | DA | FE | A1 |
Shades of #dafea1
Tints of #dafea1
RGB Percentages of Color #dafea1
CMYK Percentages of Color #dafea1
Complementary Color
#dafea1 | #c5a1fe |
#dafea1 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dafea1 Color Preview on White Background
Lorem ipsum dolor sit amet.
#dafea1 Color CSS Codes
.mybgcolor {background-color:#dafea1; } .myforecolor {color:#dafea1; } .mybordercolor {border:3px solid #dafea1; }
#dafea1 Text Font Color
<p style="color:#dafea1">Text here</p>
This sample text font color is #dafea1
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.
#dafea1 Background Color
<div style="background-color:#dafea1">
Div content here</div>
This div background color is #dafea1
#dafea1 Border Color
<div style="border:3px solid #dafea1">
Div here</div>
This div border color is #dafea1
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(218,254,161, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dafea1; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dafea1; -webkit-box-shadow: 1px 1px 3px 2px #dafea1; box-shadow: 1px 1px 3px 2px #dafea1; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(218,254,161, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dafea1">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dafea1; -webkit-box-shadow: 1px 1px 3px 2px #dafea1; box-shadow: 1px 1px 3px 2px #dafea1;">
Div content here</div>
This div box has shadow with color #dafea1
Comments
No comments written yet.
Please login to write comment.