Color spaces of #dacade
RGB | 218 | 202 | 222 |
---|---|---|---|
HSL | 0.80 | 0.23 | 0.83 |
HSV | 288° | 9° | 87° |
CMYK | 0.02 | 0.09 | 0.00 0.13 |
XYZ | 63.2188 | 62.4204 | 77.8236 |
Yxy | 62.4204 | 0.3107 | 0.3068 |
Hunter Lab | 79.0066 | 4.5691 | -3.0976 |
CIE-Lab | 83.1365 | 9.1424 | -7.8941 |
#dacade color RGB value is (218,202,222).
#dacade hex color red value is 218, green value is 202 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #dacade hue: 0.80 , saturation: 0.23 and the lightness value of dacade is 0.83.
The process color (four color CMYK) of #dacade color hex is 0.02, 0.09, 0.00, 0.13. Web safe color of #dacade is #cccccc. Color #dacade contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011010 | 11001010 | 11011110 |
Octal | 332 | 312 | 336 |
Decimal | 218 | 202 | 222 |
Hex | DA | CA | DE |
Shades of #dacade
Tints of #dacade
RGB Percentages of Color #dacade
CMYK Percentages of Color #dacade
Complementary Color
#dacade | #cedeca |
#dacade Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dacade Color Preview on White Background
Lorem ipsum dolor sit amet.
#dacade Color CSS Codes
.mybgcolor {background-color:#dacade; } .myforecolor {color:#dacade; } .mybordercolor {border:3px solid #dacade; }
#dacade Text Font Color
<p style="color:#dacade">Text here</p>
This sample text font color is #dacade
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.
#dacade Background Color
<div style="background-color:#dacade">
Div content here</div>
This div background color is #dacade
#dacade Border Color
<div style="border:3px solid #dacade">
Div here</div>
This div border color is #dacade
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(218,202,222, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dacade; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dacade; -webkit-box-shadow: 1px 1px 3px 2px #dacade; box-shadow: 1px 1px 3px 2px #dacade; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(218,202,222, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dacade">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dacade; -webkit-box-shadow: 1px 1px 3px 2px #dacade; box-shadow: 1px 1px 3px 2px #dacade;">
Div content here</div>
This div box has shadow with color #dacade
Comments
No comments written yet.
Please login to write comment.