Color spaces of #dac3eb
RGB | 218 | 195 | 235 |
---|---|---|---|
HSL | 0.76 | 0.50 | 0.84 |
HSV | 275° | 17° | 92° |
CMYK | 0.07 | 0.17 | 0.00 0.08 |
XYZ | 63.4239 | 59.9338 | 86.8228 |
Yxy | 59.9338 | 0.3018 | 0.2852 |
Hunter Lab | 77.4169 | 10.7567 | -12.3017 |
CIE-Lab | 81.8022 | 15.3651 | -16.8374 |
#dac3eb color RGB value is (218,195,235).
#dac3eb hex color red value is 218, green value is 195 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #dac3eb hue: 0.76 , saturation: 0.50 and the lightness value of dac3eb is 0.84.
The process color (four color CMYK) of #dac3eb color hex is 0.07, 0.17, 0.00, 0.08. Web safe color of #dac3eb is #ccccff. Color #dac3eb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011010 | 11000011 | 11101011 |
Octal | 332 | 303 | 353 |
Decimal | 218 | 195 | 235 |
Hex | DA | C3 | EB |
Shades of #dac3eb
Tints of #dac3eb
RGB Percentages of Color #dac3eb
CMYK Percentages of Color #dac3eb
Complementary Color
#dac3eb | #d4ebc3 |
#dac3eb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dac3eb Color Preview on White Background
Lorem ipsum dolor sit amet.
#dac3eb Color CSS Codes
.mybgcolor {background-color:#dac3eb; } .myforecolor {color:#dac3eb; } .mybordercolor {border:3px solid #dac3eb; }
#dac3eb Text Font Color
<p style="color:#dac3eb">Text here</p>
This sample text font color is #dac3eb
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.
#dac3eb Background Color
<div style="background-color:#dac3eb">
Div content here</div>
This div background color is #dac3eb
#dac3eb Border Color
<div style="border:3px solid #dac3eb">
Div here</div>
This div border color is #dac3eb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(218,195,235, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dac3eb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dac3eb; -webkit-box-shadow: 1px 1px 3px 2px #dac3eb; box-shadow: 1px 1px 3px 2px #dac3eb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(218,195,235, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dac3eb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dac3eb; -webkit-box-shadow: 1px 1px 3px 2px #dac3eb; box-shadow: 1px 1px 3px 2px #dac3eb;">
Div content here</div>
This div box has shadow with color #dac3eb
Comments
No comments written yet.
Please login to write comment.