Color spaces of #dacced
RGB | 218 | 204 | 237 |
---|---|---|---|
HSL | 0.74 | 0.48 | 0.86 |
HSV | 265° | 14° | 93° |
CMYK | 0.08 | 0.14 | 0.00 0.07 |
XYZ | 65.7924 | 64.2056 | 89.0460 |
Yxy | 64.2056 | 0.3004 | 0.2931 |
Hunter Lab | 80.1284 | 6.3394 | -9.7986 |
CIE-Lab | 84.0727 | 10.9510 | -14.4924 |
#dacced color RGB value is (218,204,237).
#dacced hex color red value is 218, green value is 204 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #dacced hue: 0.74 , saturation: 0.48 and the lightness value of dacced is 0.86.
The process color (four color CMYK) of #dacced color hex is 0.08, 0.14, 0.00, 0.07. Web safe color of #dacced is #ccccff. Color #dacced contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011010 | 11001100 | 11101101 |
Octal | 332 | 314 | 355 |
Decimal | 218 | 204 | 237 |
Hex | DA | CC | ED |
Shades of #dacced
Tints of #dacced
RGB Percentages of Color #dacced
CMYK Percentages of Color #dacced
Complementary Color
#dacced | #dfedcc |
#dacced Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dacced Color Preview on White Background
Lorem ipsum dolor sit amet.
#dacced Color CSS Codes
.mybgcolor {background-color:#dacced; } .myforecolor {color:#dacced; } .mybordercolor {border:3px solid #dacced; }
#dacced Text Font Color
<p style="color:#dacced">Text here</p>
This sample text font color is #dacced
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.
#dacced Background Color
<div style="background-color:#dacced">
Div content here</div>
This div background color is #dacced
#dacced Border Color
<div style="border:3px solid #dacced">
Div here</div>
This div border color is #dacced
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(218,204,237, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dacced; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dacced; -webkit-box-shadow: 1px 1px 3px 2px #dacced; box-shadow: 1px 1px 3px 2px #dacced; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(218,204,237, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dacced">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dacced; -webkit-box-shadow: 1px 1px 3px 2px #dacced; box-shadow: 1px 1px 3px 2px #dacced;">
Div content here</div>
This div box has shadow with color #dacced
Comments
No comments written yet.
Please login to write comment.