Color spaces of #dafcfe
RGB | 218 | 252 | 254 |
---|---|---|---|
HSL | 0.51 | 0.95 | 0.93 |
HSV | 183° | 14° | 100° |
CMYK | 0.14 | 0.01 | 0.00 0.00 |
XYZ | 81.6132 | 91.6820 | 107.1608 |
Yxy | 91.6820 | 0.2910 | 0.3269 |
Hunter Lab | 95.7507 | -15.4191 | 0.6702 |
CIE-Lab | 96.6902 | -10.4960 | -4.6465 |
#dafcfe color RGB value is (218,252,254).
#dafcfe hex color red value is 218, green value is 252 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #dafcfe hue: 0.51 , saturation: 0.95 and the lightness value of dafcfe is 0.93.
The process color (four color CMYK) of #dafcfe color hex is 0.14, 0.01, 0.00, 0.00. Web safe color of #dafcfe is #ccffff. Color #dafcfe contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011010 | 11111100 | 11111110 |
Octal | 332 | 374 | 376 |
Decimal | 218 | 252 | 254 |
Hex | DA | FC | FE |
Shades of #dafcfe
Tints of #dafcfe
RGB Percentages of Color #dafcfe
CMYK Percentages of Color #dafcfe
Complementary Color
#dafcfe | #fedcda |
#dafcfe Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dafcfe Color Preview on White Background
Lorem ipsum dolor sit amet.
#dafcfe Color CSS Codes
.mybgcolor {background-color:#dafcfe; } .myforecolor {color:#dafcfe; } .mybordercolor {border:3px solid #dafcfe; }
#dafcfe Text Font Color
<p style="color:#dafcfe">Text here</p>
This sample text font color is #dafcfe
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.
#dafcfe Background Color
<div style="background-color:#dafcfe">
Div content here</div>
This div background color is #dafcfe
#dafcfe Border Color
<div style="border:3px solid #dafcfe">
Div here</div>
This div border color is #dafcfe
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(218,252,254, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dafcfe; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dafcfe; -webkit-box-shadow: 1px 1px 3px 2px #dafcfe; box-shadow: 1px 1px 3px 2px #dafcfe; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(218,252,254, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dafcfe">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dafcfe; -webkit-box-shadow: 1px 1px 3px 2px #dafcfe; box-shadow: 1px 1px 3px 2px #dafcfe;">
Div content here</div>
This div box has shadow with color #dafcfe
Comments
No comments written yet.
Please login to write comment.