Color spaces of #dff3fa
RGB | 223 | 243 | 250 |
---|---|---|---|
HSL | 0.54 | 0.73 | 0.93 |
HSV | 196° | 11° | 98° |
CMYK | 0.11 | 0.03 | 0.00 0.02 |
XYZ | 79.7373 | 86.6913 | 102.9730 |
Yxy | 86.6913 | 0.2960 | 0.3218 |
Hunter Lab | 93.1082 | -10.0729 | -0.3961 |
CIE-Lab | 94.6071 | -5.1869 | -5.6120 |
#dff3fa color RGB value is (223,243,250).
#dff3fa hex color red value is 223, green value is 243 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #dff3fa hue: 0.54 , saturation: 0.73 and the lightness value of dff3fa is 0.93.
The process color (four color CMYK) of #dff3fa color hex is 0.11, 0.03, 0.00, 0.02. Web safe color of #dff3fa is #ccffff. Color #dff3fa contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011111 | 11110011 | 11111010 |
Octal | 337 | 363 | 372 |
Decimal | 223 | 243 | 250 |
Hex | DF | F3 | FA |
Shades of #dff3fa
Tints of #dff3fa
RGB Percentages of Color #dff3fa
CMYK Percentages of Color #dff3fa
Complementary Color
#dff3fa | #fae6df |
#dff3fa Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dff3fa Color Preview on White Background
Lorem ipsum dolor sit amet.
#dff3fa Color CSS Codes
.mybgcolor {background-color:#dff3fa; } .myforecolor {color:#dff3fa; } .mybordercolor {border:3px solid #dff3fa; }
#dff3fa Text Font Color
<p style="color:#dff3fa">Text here</p>
This sample text font color is #dff3fa
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.
#dff3fa Background Color
<div style="background-color:#dff3fa">
Div content here</div>
This div background color is #dff3fa
#dff3fa Border Color
<div style="border:3px solid #dff3fa">
Div here</div>
This div border color is #dff3fa
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(223,243,250, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dff3fa; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dff3fa; -webkit-box-shadow: 1px 1px 3px 2px #dff3fa; box-shadow: 1px 1px 3px 2px #dff3fa; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(223,243,250, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dff3fa">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dff3fa; -webkit-box-shadow: 1px 1px 3px 2px #dff3fa; box-shadow: 1px 1px 3px 2px #dff3fa;">
Div content here</div>
This div box has shadow with color #dff3fa
Comments
No comments written yet.
Please login to write comment.