Color spaces of #dff8ff
RGB | 223 | 248 | 255 |
---|---|---|---|
HSL | 0.54 | 1.00 | 0.94 |
HSV | 193° | 13° | 100° |
CMYK | 0.13 | 0.03 | 0.00 0.00 |
XYZ | 82.0488 | 90.0428 | 107.6633 |
Yxy | 90.0428 | 0.2933 | 0.3219 |
Hunter Lab | 94.8909 | -11.7164 | -0.8469 |
CIE-Lab | 96.0145 | -6.7397 | -6.1219 |
#dff8ff color RGB value is (223,248,255).
#dff8ff hex color red value is 223, green value is 248 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #dff8ff hue: 0.54 , saturation: 1.00 and the lightness value of dff8ff is 0.94.
The process color (four color CMYK) of #dff8ff color hex is 0.13, 0.03, 0.00, 0.00. Web safe color of #dff8ff is #ccffff. Color #dff8ff contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011111 | 11111000 | 11111111 |
Octal | 337 | 370 | 377 |
Decimal | 223 | 248 | 255 |
Hex | DF | F8 | FF |
Shades of #dff8ff
Tints of #dff8ff
RGB Percentages of Color #dff8ff
CMYK Percentages of Color #dff8ff
Complementary Color
#dff8ff | #ffe6df |
#dff8ff Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dff8ff Color Preview on White Background
Lorem ipsum dolor sit amet.
#dff8ff Color CSS Codes
.mybgcolor {background-color:#dff8ff; } .myforecolor {color:#dff8ff; } .mybordercolor {border:3px solid #dff8ff; }
#dff8ff Text Font Color
<p style="color:#dff8ff">Text here</p>
This sample text font color is #dff8ff
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.
#dff8ff Background Color
<div style="background-color:#dff8ff">
Div content here</div>
This div background color is #dff8ff
#dff8ff Border Color
<div style="border:3px solid #dff8ff">
Div here</div>
This div border color is #dff8ff
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(223,248,255, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dff8ff; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dff8ff; -webkit-box-shadow: 1px 1px 3px 2px #dff8ff; box-shadow: 1px 1px 3px 2px #dff8ff; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(223,248,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 #dff8ff">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dff8ff; -webkit-box-shadow: 1px 1px 3px 2px #dff8ff; box-shadow: 1px 1px 3px 2px #dff8ff;">
Div content here</div>
This div box has shadow with color #dff8ff
#dff8ff Color Palettes
Comments
No comments written yet.
Please login to write comment.