Color spaces of #d9fdff
RGB | 217 | 253 | 255 |
---|---|---|---|
HSL | 0.51 | 1.00 | 0.93 |
HSV | 183° | 15° | 100° |
CMYK | 0.15 | 0.01 | 0.00 0.00 |
XYZ | 81.7906 | 92.2223 | 108.0976 |
Yxy | 92.2223 | 0.2899 | 0.3269 |
Hunter Lab | 96.0324 | -16.0288 | 0.4837 |
CIE-Lab | 96.9111 | -11.1042 | -4.8436 |
#d9fdff color RGB value is (217,253,255).
#d9fdff hex color red value is 217, green value is 253 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #d9fdff hue: 0.51 , saturation: 1.00 and the lightness value of d9fdff is 0.93.
The process color (four color CMYK) of #d9fdff color hex is 0.15, 0.01, 0.00, 0.00. Web safe color of #d9fdff is #ccffff. Color #d9fdff contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011001 | 11111101 | 11111111 |
Octal | 331 | 375 | 377 |
Decimal | 217 | 253 | 255 |
Hex | D9 | FD | FF |
Shades of #d9fdff
Tints of #d9fdff
RGB Percentages of Color #d9fdff
CMYK Percentages of Color #d9fdff
Complementary Color
#d9fdff | #ffdbd9 |
#d9fdff Color Preview on Black Background
Lorem ipsum dolor sit amet.
#d9fdff Color Preview on White Background
Lorem ipsum dolor sit amet.
#d9fdff Color CSS Codes
.mybgcolor {background-color:#d9fdff; } .myforecolor {color:#d9fdff; } .mybordercolor {border:3px solid #d9fdff; }
#d9fdff Text Font Color
<p style="color:#d9fdff">Text here</p>
This sample text font color is #d9fdff
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.
#d9fdff Background Color
<div style="background-color:#d9fdff">
Div content here</div>
This div background color is #d9fdff
#d9fdff Border Color
<div style="border:3px solid #d9fdff">
Div here</div>
This div border color is #d9fdff
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(217,253,255, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #d9fdff; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #d9fdff; -webkit-box-shadow: 1px 1px 3px 2px #d9fdff; box-shadow: 1px 1px 3px 2px #d9fdff; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(217,253,255, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #d9fdff">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #d9fdff; -webkit-box-shadow: 1px 1px 3px 2px #d9fdff; box-shadow: 1px 1px 3px 2px #d9fdff;">
Div content here</div>
This div box has shadow with color #d9fdff
Comments
No comments written yet.
Please login to write comment.