Color spaces of #dafff0
RGB | 218 | 255 | 240 |
---|---|---|---|
HSL | 0.43 | 1.00 | 0.93 |
HSV | 156° | 15° | 100° |
CMYK | 0.15 | 0.00 | 0.06 0.00 |
XYZ | 80.4016 | 92.7167 | 96.0966 |
Yxy | 92.7167 | 0.2987 | 0.3444 |
Hunter Lab | 96.2895 | -19.4594 | 8.2314 |
CIE-Lab | 97.1125 | -14.6799 | 3.1786 |
#dafff0 color RGB value is (218,255,240).
#dafff0 hex color red value is 218, green value is 255 and the blue value of its RGB is 240. Cylindrical-coordinate representations (also known as HSL) of color #dafff0 hue: 0.43 , saturation: 1.00 and the lightness value of dafff0 is 0.93.
The process color (four color CMYK) of #dafff0 color hex is 0.15, 0.00, 0.06, 0.00. Web safe color of #dafff0 is #ccffff. Color #dafff0 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011010 | 11111111 | 11110000 |
Octal | 332 | 377 | 360 |
Decimal | 218 | 255 | 240 |
Hex | DA | FF | F0 |
Shades of #dafff0
Tints of #dafff0
RGB Percentages of Color #dafff0
CMYK Percentages of Color #dafff0
Complementary Color
#dafff0 | #ffdae9 |
#dafff0 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dafff0 Color Preview on White Background
Lorem ipsum dolor sit amet.
#dafff0 Color CSS Codes
.mybgcolor {background-color:#dafff0; } .myforecolor {color:#dafff0; } .mybordercolor {border:3px solid #dafff0; }
#dafff0 Text Font Color
<p style="color:#dafff0">Text here</p>
This sample text font color is #dafff0
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.
#dafff0 Background Color
<div style="background-color:#dafff0">
Div content here</div>
This div background color is #dafff0
#dafff0 Border Color
<div style="border:3px solid #dafff0">
Div here</div>
This div border color is #dafff0
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(218,255,240, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dafff0; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dafff0; -webkit-box-shadow: 1px 1px 3px 2px #dafff0; box-shadow: 1px 1px 3px 2px #dafff0; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(218,255,240, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dafff0">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dafff0; -webkit-box-shadow: 1px 1px 3px 2px #dafff0; box-shadow: 1px 1px 3px 2px #dafff0;">
Div content here</div>
This div box has shadow with color #dafff0
#dafff0 Color Palettes
Comments
No comments written yet.
Please login to write comment.