Color spaces of #dacadf
RGB | 218 | 202 | 223 |
---|---|---|---|
HSL | 0.79 | 0.25 | 0.83 |
HSV | 286° | 9° | 87° |
CMYK | 0.02 | 0.09 | 0.00 0.13 |
XYZ | 63.3533 | 62.4742 | 78.5317 |
Yxy | 62.4742 | 0.3100 | 0.3057 |
Hunter Lab | 79.0406 | 4.7517 | -3.5798 |
CIE-Lab | 83.1650 | 9.3290 | -8.3857 |
#dacadf color RGB value is (218,202,223).
#dacadf hex color red value is 218, green value is 202 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #dacadf hue: 0.79 , saturation: 0.25 and the lightness value of dacadf is 0.83.
The process color (four color CMYK) of #dacadf color hex is 0.02, 0.09, 0.00, 0.13. Web safe color of #dacadf is #cccccc. Color #dacadf contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011010 | 11001010 | 11011111 |
Octal | 332 | 312 | 337 |
Decimal | 218 | 202 | 223 |
Hex | DA | CA | DF |
Shades of #dacadf
Tints of #dacadf
RGB Percentages of Color #dacadf
CMYK Percentages of Color #dacadf
Complementary Color
#dacadf | #cfdfca |
#dacadf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dacadf Color Preview on White Background
Lorem ipsum dolor sit amet.
#dacadf Color CSS Codes
.mybgcolor {background-color:#dacadf; } .myforecolor {color:#dacadf; } .mybordercolor {border:3px solid #dacadf; }
#dacadf Text Font Color
<p style="color:#dacadf">Text here</p>
This sample text font color is #dacadf
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.
#dacadf Background Color
<div style="background-color:#dacadf">
Div content here</div>
This div background color is #dacadf
#dacadf Border Color
<div style="border:3px solid #dacadf">
Div here</div>
This div border color is #dacadf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(218,202,223, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dacadf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dacadf; -webkit-box-shadow: 1px 1px 3px 2px #dacadf; box-shadow: 1px 1px 3px 2px #dacadf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(218,202,223, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dacadf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dacadf; -webkit-box-shadow: 1px 1px 3px 2px #dacadf; box-shadow: 1px 1px 3px 2px #dacadf;">
Div content here</div>
This div box has shadow with color #dacadf
Comments
No comments written yet.
Please login to write comment.