Color spaces of #dacfed
RGB | 218 | 207 | 237 |
---|---|---|---|
HSL | 0.73 | 0.45 | 0.87 |
HSV | 262° | 13° | 93° |
CMYK | 0.08 | 0.13 | 0.00 0.07 |
XYZ | 66.5123 | 65.6455 | 89.2860 |
Yxy | 65.6455 | 0.3004 | 0.2964 |
Hunter Lab | 81.0219 | 4.7454 | -8.6221 |
CIE-Lab | 84.8153 | 9.3576 | -13.3800 |
#dacfed color RGB value is (218,207,237).
#dacfed hex color red value is 218, green value is 207 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #dacfed hue: 0.73 , saturation: 0.45 and the lightness value of dacfed is 0.87.
The process color (four color CMYK) of #dacfed color hex is 0.08, 0.13, 0.00, 0.07. Web safe color of #dacfed is #ccccff. Color #dacfed contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011010 | 11001111 | 11101101 |
Octal | 332 | 317 | 355 |
Decimal | 218 | 207 | 237 |
Hex | DA | CF | ED |
Shades of #dacfed
Tints of #dacfed
RGB Percentages of Color #dacfed
CMYK Percentages of Color #dacfed
Complementary Color
#dacfed | #e2edcf |
#dacfed Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dacfed Color Preview on White Background
Lorem ipsum dolor sit amet.
#dacfed Color CSS Codes
.mybgcolor {background-color:#dacfed; } .myforecolor {color:#dacfed; } .mybordercolor {border:3px solid #dacfed; }
#dacfed Text Font Color
<p style="color:#dacfed">Text here</p>
This sample text font color is #dacfed
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.
#dacfed Background Color
<div style="background-color:#dacfed">
Div content here</div>
This div background color is #dacfed
#dacfed Border Color
<div style="border:3px solid #dacfed">
Div here</div>
This div border color is #dacfed
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(218,207,237, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dacfed; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dacfed; -webkit-box-shadow: 1px 1px 3px 2px #dacfed; box-shadow: 1px 1px 3px 2px #dacfed; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(218,207,237, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dacfed">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dacfed; -webkit-box-shadow: 1px 1px 3px 2px #dacfed; box-shadow: 1px 1px 3px 2px #dacfed;">
Div content here</div>
This div box has shadow with color #dacfed
Comments
No comments written yet.
Please login to write comment.