Color spaces of #dacef1
RGB | 218 | 206 | 241 |
---|---|---|---|
HSL | 0.72 | 0.56 | 0.88 |
HSV | 261° | 15° | 95° |
CMYK | 0.10 | 0.15 | 0.00 0.05 |
XYZ | 66.8619 | 65.3989 | 92.3183 |
Yxy | 65.3989 | 0.2977 | 0.2912 |
Hunter Lab | 80.8696 | 6.0597 | -11.0750 |
CIE-Lab | 84.6889 | 10.6788 | -15.6935 |
#dacef1 color RGB value is (218,206,241).
#dacef1 hex color red value is 218, green value is 206 and the blue value of its RGB is 241. Cylindrical-coordinate representations (also known as HSL) of color #dacef1 hue: 0.72 , saturation: 0.56 and the lightness value of dacef1 is 0.88.
The process color (four color CMYK) of #dacef1 color hex is 0.10, 0.15, 0.00, 0.05. Web safe color of #dacef1 is #ccccff. Color #dacef1 contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011010 | 11001110 | 11110001 |
Octal | 332 | 316 | 361 |
Decimal | 218 | 206 | 241 |
Hex | DA | CE | F1 |
Shades of #dacef1
Tints of #dacef1
RGB Percentages of Color #dacef1
CMYK Percentages of Color #dacef1
Complementary Color
#dacef1 | #e5f1ce |
#dacef1 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dacef1 Color Preview on White Background
Lorem ipsum dolor sit amet.
#dacef1 Color CSS Codes
.mybgcolor {background-color:#dacef1; } .myforecolor {color:#dacef1; } .mybordercolor {border:3px solid #dacef1; }
#dacef1 Text Font Color
<p style="color:#dacef1">Text here</p>
This sample text font color is #dacef1
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.
#dacef1 Background Color
<div style="background-color:#dacef1">
Div content here</div>
This div background color is #dacef1
#dacef1 Border Color
<div style="border:3px solid #dacef1">
Div here</div>
This div border color is #dacef1
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(218,206,241, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dacef1; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dacef1; -webkit-box-shadow: 1px 1px 3px 2px #dacef1; box-shadow: 1px 1px 3px 2px #dacef1; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(218,206,241, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dacef1">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dacef1; -webkit-box-shadow: 1px 1px 3px 2px #dacef1; box-shadow: 1px 1px 3px 2px #dacef1;">
Div content here</div>
This div box has shadow with color #dacef1
Comments
No comments written yet.
Please login to write comment.