Color spaces of #dacdf2
RGB | 218 | 205 | 242 |
---|---|---|---|
HSL | 0.73 | 0.59 | 0.88 |
HSV | 261° | 15° | 95° |
CMYK | 0.10 | 0.15 | 0.00 0.05 |
XYZ | 66.7718 | 64.9789 | 93.0273 |
Yxy | 64.9789 | 0.2971 | 0.2891 |
Hunter Lab | 80.6095 | 6.7915 | -11.9969 |
CIE-Lab | 84.4729 | 11.4101 | -16.5493 |
#dacdf2 color RGB value is (218,205,242).
#dacdf2 hex color red value is 218, green value is 205 and the blue value of its RGB is 242. Cylindrical-coordinate representations (also known as HSL) of color #dacdf2 hue: 0.73 , saturation: 0.59 and the lightness value of dacdf2 is 0.88.
The process color (four color CMYK) of #dacdf2 color hex is 0.10, 0.15, 0.00, 0.05. Web safe color of #dacdf2 is #ccccff. Color #dacdf2 contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011010 | 11001101 | 11110010 |
Octal | 332 | 315 | 362 |
Decimal | 218 | 205 | 242 |
Hex | DA | CD | F2 |
Shades of #dacdf2
Tints of #dacdf2
RGB Percentages of Color #dacdf2
CMYK Percentages of Color #dacdf2
Complementary Color
#dacdf2 | #e5f2cd |
#dacdf2 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dacdf2 Color Preview on White Background
Lorem ipsum dolor sit amet.
#dacdf2 Color CSS Codes
.mybgcolor {background-color:#dacdf2; } .myforecolor {color:#dacdf2; } .mybordercolor {border:3px solid #dacdf2; }
#dacdf2 Text Font Color
<p style="color:#dacdf2">Text here</p>
This sample text font color is #dacdf2
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.
#dacdf2 Background Color
<div style="background-color:#dacdf2">
Div content here</div>
This div background color is #dacdf2
#dacdf2 Border Color
<div style="border:3px solid #dacdf2">
Div here</div>
This div border color is #dacdf2
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(218,205,242, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dacdf2; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dacdf2; -webkit-box-shadow: 1px 1px 3px 2px #dacdf2; box-shadow: 1px 1px 3px 2px #dacdf2; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(218,205,242, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dacdf2">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dacdf2; -webkit-box-shadow: 1px 1px 3px 2px #dacdf2; box-shadow: 1px 1px 3px 2px #dacdf2;">
Div content here</div>
This div box has shadow with color #dacdf2
Comments
No comments written yet.
Please login to write comment.