Color spaces of #dacaea
RGB | 218 | 202 | 234 |
---|---|---|---|
HSL | 0.75 | 0.43 | 0.85 |
HSV | 270° | 14° | 92° |
CMYK | 0.07 | 0.14 | 0.00 0.08 |
XYZ | 64.8853 | 63.0870 | 86.5991 |
Yxy | 63.0870 | 0.3024 | 0.2940 |
Hunter Lab | 79.4273 | 6.8213 | -9.0444 |
CIE-Lab | 83.4881 | 11.4285 | -13.7712 |
#dacaea color RGB value is (218,202,234).
#dacaea hex color red value is 218, green value is 202 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #dacaea hue: 0.75 , saturation: 0.43 and the lightness value of dacaea is 0.85.
The process color (four color CMYK) of #dacaea color hex is 0.07, 0.14, 0.00, 0.08. Web safe color of #dacaea is #ccccff. Color #dacaea contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011010 | 11001010 | 11101010 |
Octal | 332 | 312 | 352 |
Decimal | 218 | 202 | 234 |
Hex | DA | CA | EA |
Shades of #dacaea
Tints of #dacaea
RGB Percentages of Color #dacaea
CMYK Percentages of Color #dacaea
Complementary Color
#dacaea | #daeaca |
#dacaea Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dacaea Color Preview on White Background
Lorem ipsum dolor sit amet.
#dacaea Color CSS Codes
.mybgcolor {background-color:#dacaea; } .myforecolor {color:#dacaea; } .mybordercolor {border:3px solid #dacaea; }
#dacaea Text Font Color
<p style="color:#dacaea">Text here</p>
This sample text font color is #dacaea
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.
#dacaea Background Color
<div style="background-color:#dacaea">
Div content here</div>
This div background color is #dacaea
#dacaea Border Color
<div style="border:3px solid #dacaea">
Div here</div>
This div border color is #dacaea
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(218,202,234, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dacaea; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dacaea; -webkit-box-shadow: 1px 1px 3px 2px #dacaea; box-shadow: 1px 1px 3px 2px #dacaea; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(218,202,234, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dacaea">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dacaea; -webkit-box-shadow: 1px 1px 3px 2px #dacaea; box-shadow: 1px 1px 3px 2px #dacaea;">
Div content here</div>
This div box has shadow with color #dacaea
Comments
No comments written yet.
Please login to write comment.