Color spaces of #dad2ec
RGB | 218 | 210 | 236 |
---|---|---|---|
HSL | 0.72 | 0.41 | 0.87 |
HSV | 258° | 11° | 93° |
CMYK | 0.08 | 0.11 | 0.00 0.07 |
XYZ | 67.1004 | 67.0547 | 88.7632 |
Yxy | 67.0547 | 0.3010 | 0.3008 |
Hunter Lab | 81.8869 | 2.9657 | -6.9479 |
CIE-Lab | 85.5316 | 7.5746 | -11.7789 |
#dad2ec color RGB value is (218,210,236).
#dad2ec hex color red value is 218, green value is 210 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #dad2ec hue: 0.72 , saturation: 0.41 and the lightness value of dad2ec is 0.87.
The process color (four color CMYK) of #dad2ec color hex is 0.08, 0.11, 0.00, 0.07. Web safe color of #dad2ec is #ccccff. Color #dad2ec contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011010 | 11010010 | 11101100 |
Octal | 332 | 322 | 354 |
Decimal | 218 | 210 | 236 |
Hex | DA | D2 | EC |
Shades of #dad2ec
Tints of #dad2ec
RGB Percentages of Color #dad2ec
CMYK Percentages of Color #dad2ec
Complementary Color
#dad2ec | #e4ecd2 |
#dad2ec Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dad2ec Color Preview on White Background
Lorem ipsum dolor sit amet.
#dad2ec Color CSS Codes
.mybgcolor {background-color:#dad2ec; } .myforecolor {color:#dad2ec; } .mybordercolor {border:3px solid #dad2ec; }
#dad2ec Text Font Color
<p style="color:#dad2ec">Text here</p>
This sample text font color is #dad2ec
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.
#dad2ec Background Color
<div style="background-color:#dad2ec">
Div content here</div>
This div background color is #dad2ec
#dad2ec Border Color
<div style="border:3px solid #dad2ec">
Div here</div>
This div border color is #dad2ec
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(218,210,236, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dad2ec; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dad2ec; -webkit-box-shadow: 1px 1px 3px 2px #dad2ec; box-shadow: 1px 1px 3px 2px #dad2ec; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(218,210,236, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dad2ec">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dad2ec; -webkit-box-shadow: 1px 1px 3px 2px #dad2ec; box-shadow: 1px 1px 3px 2px #dad2ec;">
Div content here</div>
This div box has shadow with color #dad2ec
Comments
No comments written yet.
Please login to write comment.