Color spaces of #daf6fb
RGB | 218 | 246 | 251 |
---|---|---|---|
HSL | 0.53 | 0.80 | 0.92 |
HSV | 189° | 13° | 98° |
CMYK | 0.13 | 0.02 | 0.00 0.02 |
XYZ | 79.2818 | 87.7820 | 104.0318 |
Yxy | 87.7820 | 0.2924 | 0.3238 |
Hunter Lab | 93.6920 | -12.9152 | -0.2487 |
CIE-Lab | 95.0691 | -8.0776 | -5.4861 |
#daf6fb color RGB value is (218,246,251).
#daf6fb hex color red value is 218, green value is 246 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #daf6fb hue: 0.53 , saturation: 0.80 and the lightness value of daf6fb is 0.92.
The process color (four color CMYK) of #daf6fb color hex is 0.13, 0.02, 0.00, 0.02. Web safe color of #daf6fb is #ccffff. Color #daf6fb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011010 | 11110110 | 11111011 |
Octal | 332 | 366 | 373 |
Decimal | 218 | 246 | 251 |
Hex | DA | F6 | FB |
Shades of #daf6fb
Tints of #daf6fb
RGB Percentages of Color #daf6fb
CMYK Percentages of Color #daf6fb
Complementary Color
#daf6fb | #fbdfda |
#daf6fb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#daf6fb Color Preview on White Background
Lorem ipsum dolor sit amet.
#daf6fb Color CSS Codes
.mybgcolor {background-color:#daf6fb; } .myforecolor {color:#daf6fb; } .mybordercolor {border:3px solid #daf6fb; }
#daf6fb Text Font Color
<p style="color:#daf6fb">Text here</p>
This sample text font color is #daf6fb
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.
#daf6fb Background Color
<div style="background-color:#daf6fb">
Div content here</div>
This div background color is #daf6fb
#daf6fb Border Color
<div style="border:3px solid #daf6fb">
Div here</div>
This div border color is #daf6fb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(218,246,251, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #daf6fb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #daf6fb; -webkit-box-shadow: 1px 1px 3px 2px #daf6fb; box-shadow: 1px 1px 3px 2px #daf6fb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(218,246,251, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #daf6fb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #daf6fb; -webkit-box-shadow: 1px 1px 3px 2px #daf6fb; box-shadow: 1px 1px 3px 2px #daf6fb;">
Div content here</div>
This div box has shadow with color #daf6fb
Related Colors
Comments
No comments written yet.
Please login to write comment.