Color spaces of #dacaef
RGB | 218 | 202 | 239 |
---|---|---|---|
HSL | 0.74 | 0.54 | 0.86 |
HSV | 266° | 15° | 94° |
CMYK | 0.09 | 0.15 | 0.00 0.06 |
XYZ | 65.6140 | 63.3785 | 90.4364 |
Yxy | 63.3785 | 0.2990 | 0.2888 |
Hunter Lab | 79.6106 | 7.7987 | -11.6251 |
CIE-Lab | 83.6411 | 12.4111 | -16.2049 |
#dacaef color RGB value is (218,202,239).
#dacaef hex color red value is 218, green value is 202 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #dacaef hue: 0.74 , saturation: 0.54 and the lightness value of dacaef is 0.86.
The process color (four color CMYK) of #dacaef color hex is 0.09, 0.15, 0.00, 0.06. Web safe color of #dacaef is #ccccff. Color #dacaef contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011010 | 11001010 | 11101111 |
Octal | 332 | 312 | 357 |
Decimal | 218 | 202 | 239 |
Hex | DA | CA | EF |
Shades of #dacaef
Tints of #dacaef
RGB Percentages of Color #dacaef
CMYK Percentages of Color #dacaef
Complementary Color
#dacaef | #dfefca |
#dacaef Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dacaef Color Preview on White Background
Lorem ipsum dolor sit amet.
#dacaef Color CSS Codes
.mybgcolor {background-color:#dacaef; } .myforecolor {color:#dacaef; } .mybordercolor {border:3px solid #dacaef; }
#dacaef Text Font Color
<p style="color:#dacaef">Text here</p>
This sample text font color is #dacaef
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.
#dacaef Background Color
<div style="background-color:#dacaef">
Div content here</div>
This div background color is #dacaef
#dacaef Border Color
<div style="border:3px solid #dacaef">
Div here</div>
This div border color is #dacaef
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(218,202,239, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dacaef; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dacaef; -webkit-box-shadow: 1px 1px 3px 2px #dacaef; box-shadow: 1px 1px 3px 2px #dacaef; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(218,202,239, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dacaef">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dacaef; -webkit-box-shadow: 1px 1px 3px 2px #dacaef; box-shadow: 1px 1px 3px 2px #dacaef;">
Div content here</div>
This div box has shadow with color #dacaef
#dacaef Color Palettes
Comments
No comments written yet.
Please login to write comment.