Color spaces of #dffafd
RGB | 223 | 250 | 253 |
---|---|---|---|
HSL | 0.52 | 0.88 | 0.93 |
HSV | 186° | 12° | 99° |
CMYK | 0.12 | 0.01 | 0.00 0.01 |
XYZ | 82.3467 | 91.1510 | 106.1823 |
Yxy | 91.1510 | 0.2944 | 0.3259 |
Hunter Lab | 95.4730 | -13.1193 | 0.8905 |
CIE-Lab | 96.4722 | -8.1370 | -4.4150 |
#dffafd color RGB value is (223,250,253).
#dffafd hex color red value is 223, green value is 250 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #dffafd hue: 0.52 , saturation: 0.88 and the lightness value of dffafd is 0.93.
The process color (four color CMYK) of #dffafd color hex is 0.12, 0.01, 0.00, 0.01. Web safe color of #dffafd is #ccffff. Color #dffafd contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011111 | 11111010 | 11111101 |
Octal | 337 | 372 | 375 |
Decimal | 223 | 250 | 253 |
Hex | DF | FA | FD |
Shades of #dffafd
Tints of #dffafd
RGB Percentages of Color #dffafd
CMYK Percentages of Color #dffafd
Complementary Color
#dffafd | #fde2df |
#dffafd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dffafd Color Preview on White Background
Lorem ipsum dolor sit amet.
#dffafd Color CSS Codes
.mybgcolor {background-color:#dffafd; } .myforecolor {color:#dffafd; } .mybordercolor {border:3px solid #dffafd; }
#dffafd Text Font Color
<p style="color:#dffafd">Text here</p>
This sample text font color is #dffafd
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.
#dffafd Background Color
<div style="background-color:#dffafd">
Div content here</div>
This div background color is #dffafd
#dffafd Border Color
<div style="border:3px solid #dffafd">
Div here</div>
This div border color is #dffafd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(223,250,253, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dffafd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dffafd; -webkit-box-shadow: 1px 1px 3px 2px #dffafd; box-shadow: 1px 1px 3px 2px #dffafd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(223,250,253, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dffafd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dffafd; -webkit-box-shadow: 1px 1px 3px 2px #dffafd; box-shadow: 1px 1px 3px 2px #dffafd;">
Div content here</div>
This div box has shadow with color #dffafd
Comments
No comments written yet.
Please login to write comment.