Color spaces of #dac2ea
RGB | 218 | 194 | 234 |
---|---|---|---|
HSL | 0.77 | 0.49 | 0.84 |
HSV | 276° | 17° | 92° |
CMYK | 0.07 | 0.17 | 0.00 0.08 |
XYZ | 63.0565 | 59.4295 | 85.9895 |
Yxy | 59.4295 | 0.3025 | 0.2851 |
Hunter Lab | 77.0905 | 11.0963 | -12.1708 |
CIE-Lab | 81.5271 | 15.7055 | -16.7164 |
#dac2ea color RGB value is (218,194,234).
#dac2ea hex color red value is 218, green value is 194 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #dac2ea hue: 0.77 , saturation: 0.49 and the lightness value of dac2ea is 0.84.
The process color (four color CMYK) of #dac2ea color hex is 0.07, 0.17, 0.00, 0.08. Web safe color of #dac2ea is #ccccff. Color #dac2ea contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011010 | 11000010 | 11101010 |
Octal | 332 | 302 | 352 |
Decimal | 218 | 194 | 234 |
Hex | DA | C2 | EA |
Shades of #dac2ea
Tints of #dac2ea
RGB Percentages of Color #dac2ea
CMYK Percentages of Color #dac2ea
Complementary Color
#dac2ea | #d2eac2 |
#dac2ea Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dac2ea Color Preview on White Background
Lorem ipsum dolor sit amet.
#dac2ea Color CSS Codes
.mybgcolor {background-color:#dac2ea; } .myforecolor {color:#dac2ea; } .mybordercolor {border:3px solid #dac2ea; }
#dac2ea Text Font Color
<p style="color:#dac2ea">Text here</p>
This sample text font color is #dac2ea
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.
#dac2ea Background Color
<div style="background-color:#dac2ea">
Div content here</div>
This div background color is #dac2ea
#dac2ea Border Color
<div style="border:3px solid #dac2ea">
Div here</div>
This div border color is #dac2ea
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(218,194,234, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dac2ea; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dac2ea; -webkit-box-shadow: 1px 1px 3px 2px #dac2ea; box-shadow: 1px 1px 3px 2px #dac2ea; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(218,194,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 #dac2ea">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dac2ea; -webkit-box-shadow: 1px 1px 3px 2px #dac2ea; box-shadow: 1px 1px 3px 2px #dac2ea;">
Div content here</div>
This div box has shadow with color #dac2ea
Comments
No comments written yet.
Please login to write comment.