Color spaces of #dffafb
RGB | 223 | 250 | 251 |
---|---|---|---|
HSL | 0.51 | 0.78 | 0.93 |
HSV | 182° | 11° | 98° |
CMYK | 0.11 | 0.00 | 0.00 0.02 |
XYZ | 82.0296 | 91.0242 | 104.5128 |
Yxy | 91.0242 | 0.2955 | 0.3279 |
Hunter Lab | 95.4066 | -13.4891 | 1.8356 |
CIE-Lab | 96.4200 | -8.5247 | -3.4600 |
#dffafb color RGB value is (223,250,251).
#dffafb hex color red value is 223, green value is 250 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #dffafb hue: 0.51 , saturation: 0.78 and the lightness value of dffafb is 0.93.
The process color (four color CMYK) of #dffafb color hex is 0.11, 0.00, 0.00, 0.02. Web safe color of #dffafb is #ccffff. Color #dffafb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011111 | 11111010 | 11111011 |
Octal | 337 | 372 | 373 |
Decimal | 223 | 250 | 251 |
Hex | DF | FA | FB |
Shades of #dffafb
Tints of #dffafb
RGB Percentages of Color #dffafb
CMYK Percentages of Color #dffafb
Complementary Color
#dffafb | #fbe0df |
#dffafb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dffafb Color Preview on White Background
Lorem ipsum dolor sit amet.
#dffafb Color CSS Codes
.mybgcolor {background-color:#dffafb; } .myforecolor {color:#dffafb; } .mybordercolor {border:3px solid #dffafb; }
#dffafb Text Font Color
<p style="color:#dffafb">Text here</p>
This sample text font color is #dffafb
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.
#dffafb Background Color
<div style="background-color:#dffafb">
Div content here</div>
This div background color is #dffafb
#dffafb Border Color
<div style="border:3px solid #dffafb">
Div here</div>
This div border color is #dffafb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(223,250,251, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dffafb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dffafb; -webkit-box-shadow: 1px 1px 3px 2px #dffafb; box-shadow: 1px 1px 3px 2px #dffafb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(223,250,251, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dffafb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dffafb; -webkit-box-shadow: 1px 1px 3px 2px #dffafb; box-shadow: 1px 1px 3px 2px #dffafb;">
Div content here</div>
This div box has shadow with color #dffafb
Related Colors
Comments
No comments written yet.
Please login to write comment.