Color spaces of #dacafc
RGB | 218 | 202 | 252 |
---|---|---|---|
HSL | 0.72 | 0.89 | 0.89 |
HSV | 259° | 20° | 99° |
CMYK | 0.13 | 0.20 | 0.00 0.01 |
XYZ | 67.6047 | 64.1748 | 100.9193 |
Yxy | 64.1748 | 0.2905 | 0.2758 |
Hunter Lab | 80.1092 | 10.4464 | -18.6155 |
CIE-Lab | 84.0567 | 15.0444 | -22.4885 |
#dacafc color RGB value is (218,202,252).
#dacafc hex color red value is 218, green value is 202 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #dacafc hue: 0.72 , saturation: 0.89 and the lightness value of dacafc is 0.89.
The process color (four color CMYK) of #dacafc color hex is 0.13, 0.20, 0.00, 0.01. Web safe color of #dacafc is #ccccff. Color #dacafc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011010 | 11001010 | 11111100 |
Octal | 332 | 312 | 374 |
Decimal | 218 | 202 | 252 |
Hex | DA | CA | FC |
Shades of #dacafc
Tints of #dacafc
RGB Percentages of Color #dacafc
CMYK Percentages of Color #dacafc
Complementary Color
#dacafc | #ecfcca |
#dacafc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dacafc Color Preview on White Background
Lorem ipsum dolor sit amet.
#dacafc Color CSS Codes
.mybgcolor {background-color:#dacafc; } .myforecolor {color:#dacafc; } .mybordercolor {border:3px solid #dacafc; }
#dacafc Text Font Color
<p style="color:#dacafc">Text here</p>
This sample text font color is #dacafc
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.
#dacafc Background Color
<div style="background-color:#dacafc">
Div content here</div>
This div background color is #dacafc
#dacafc Border Color
<div style="border:3px solid #dacafc">
Div here</div>
This div border color is #dacafc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(218,202,252, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dacafc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dacafc; -webkit-box-shadow: 1px 1px 3px 2px #dacafc; box-shadow: 1px 1px 3px 2px #dacafc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(218,202,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 #dacafc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dacafc; -webkit-box-shadow: 1px 1px 3px 2px #dacafc; box-shadow: 1px 1px 3px 2px #dacafc;">
Div content here</div>
This div box has shadow with color #dacafc
Comments
No comments written yet.
Please login to write comment.