Color spaces of #dafbfc
RGB | 218 | 251 | 252 |
---|---|---|---|
HSL | 0.50 | 0.85 | 0.92 |
HSV | 182° | 13° | 99° |
CMYK | 0.13 | 0.00 | 0.00 0.01 |
XYZ | 80.9813 | 90.9281 | 105.3782 |
Yxy | 90.9281 | 0.2920 | 0.3279 |
Hunter Lab | 95.3562 | -15.2822 | 1.2280 |
CIE-Lab | 96.3804 | -10.3907 | -4.0713 |
#dafbfc color RGB value is (218,251,252).
#dafbfc hex color red value is 218, green value is 251 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #dafbfc hue: 0.50 , saturation: 0.85 and the lightness value of dafbfc is 0.92.
The process color (four color CMYK) of #dafbfc color hex is 0.13, 0.00, 0.00, 0.01. Web safe color of #dafbfc is #ccffff. Color #dafbfc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011010 | 11111011 | 11111100 |
Octal | 332 | 373 | 374 |
Decimal | 218 | 251 | 252 |
Hex | DA | FB | FC |
Shades of #dafbfc
Tints of #dafbfc
RGB Percentages of Color #dafbfc
CMYK Percentages of Color #dafbfc
Complementary Color
#dafbfc | #fcdbda |
#dafbfc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dafbfc Color Preview on White Background
Lorem ipsum dolor sit amet.
#dafbfc Color CSS Codes
.mybgcolor {background-color:#dafbfc; } .myforecolor {color:#dafbfc; } .mybordercolor {border:3px solid #dafbfc; }
#dafbfc Text Font Color
<p style="color:#dafbfc">Text here</p>
This sample text font color is #dafbfc
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.
#dafbfc Background Color
<div style="background-color:#dafbfc">
Div content here</div>
This div background color is #dafbfc
#dafbfc Border Color
<div style="border:3px solid #dafbfc">
Div here</div>
This div border color is #dafbfc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(218,251,252, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dafbfc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dafbfc; -webkit-box-shadow: 1px 1px 3px 2px #dafbfc; box-shadow: 1px 1px 3px 2px #dafbfc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(218,251,252, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dafbfc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dafbfc; -webkit-box-shadow: 1px 1px 3px 2px #dafbfc; box-shadow: 1px 1px 3px 2px #dafbfc;">
Div content here</div>
This div box has shadow with color #dafbfc
Comments
No comments written yet.
Please login to write comment.