Color spaces of #dacffc
RGB | 218 | 207 | 252 |
---|---|---|---|
HSL | 0.71 | 0.88 | 0.90 |
HSV | 255° | 18° | 99° |
CMYK | 0.13 | 0.18 | 0.00 0.01 |
XYZ | 68.7970 | 66.5593 | 101.3167 |
Yxy | 66.5593 | 0.2907 | 0.2812 |
Hunter Lab | 81.5839 | 7.7514 | -16.5218 |
CIE-Lab | 85.2809 | 12.3762 | -20.6334 |
#dacffc color RGB value is (218,207,252).
#dacffc hex color red value is 218, green value is 207 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #dacffc hue: 0.71 , saturation: 0.88 and the lightness value of dacffc is 0.90.
The process color (four color CMYK) of #dacffc color hex is 0.13, 0.18, 0.00, 0.01. Web safe color of #dacffc is #ccccff. Color #dacffc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011010 | 11001111 | 11111100 |
Octal | 332 | 317 | 374 |
Decimal | 218 | 207 | 252 |
Hex | DA | CF | FC |
Shades of #dacffc
Tints of #dacffc
RGB Percentages of Color #dacffc
CMYK Percentages of Color #dacffc
Complementary Color
#dacffc | #f1fccf |
#dacffc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dacffc Color Preview on White Background
Lorem ipsum dolor sit amet.
#dacffc Color CSS Codes
.mybgcolor {background-color:#dacffc; } .myforecolor {color:#dacffc; } .mybordercolor {border:3px solid #dacffc; }
#dacffc Text Font Color
<p style="color:#dacffc">Text here</p>
This sample text font color is #dacffc
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.
#dacffc Background Color
<div style="background-color:#dacffc">
Div content here</div>
This div background color is #dacffc
#dacffc Border Color
<div style="border:3px solid #dacffc">
Div here</div>
This div border color is #dacffc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(218,207,252, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dacffc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dacffc; -webkit-box-shadow: 1px 1px 3px 2px #dacffc; box-shadow: 1px 1px 3px 2px #dacffc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(218,207,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 #dacffc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dacffc; -webkit-box-shadow: 1px 1px 3px 2px #dacffc; box-shadow: 1px 1px 3px 2px #dacffc;">
Div content here</div>
This div box has shadow with color #dacffc
Comments
No comments written yet.
Please login to write comment.