Color spaces of #ddfafc
RGB | 221 | 250 | 252 |
---|---|---|---|
HSL | 0.51 | 0.84 | 0.93 |
HSV | 184° | 12° | 99° |
CMYK | 0.12 | 0.01 | 0.00 0.01 |
XYZ | 81.5751 | 90.7716 | 105.3167 |
Yxy | 90.7716 | 0.2938 | 0.3269 |
Hunter Lab | 95.2741 | -13.8954 | 1.1523 |
CIE-Lab | 96.3159 | -8.9568 | -4.1440 |
#ddfafc color RGB value is (221,250,252).
#ddfafc hex color red value is 221, green value is 250 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #ddfafc hue: 0.51 , saturation: 0.84 and the lightness value of ddfafc is 0.93.
The process color (four color CMYK) of #ddfafc color hex is 0.12, 0.01, 0.00, 0.01. Web safe color of #ddfafc is #ccffff. Color #ddfafc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011101 | 11111010 | 11111100 |
Octal | 335 | 372 | 374 |
Decimal | 221 | 250 | 252 |
Hex | DD | FA | FC |
Shades of #ddfafc
Tints of #ddfafc
RGB Percentages of Color #ddfafc
CMYK Percentages of Color #ddfafc
Complementary Color
#ddfafc | #fcdfdd |
#ddfafc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ddfafc Color Preview on White Background
Lorem ipsum dolor sit amet.
#ddfafc Color CSS Codes
.mybgcolor {background-color:#ddfafc; } .myforecolor {color:#ddfafc; } .mybordercolor {border:3px solid #ddfafc; }
#ddfafc Text Font Color
<p style="color:#ddfafc">Text here</p>
This sample text font color is #ddfafc
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.
#ddfafc Background Color
<div style="background-color:#ddfafc">
Div content here</div>
This div background color is #ddfafc
#ddfafc Border Color
<div style="border:3px solid #ddfafc">
Div here</div>
This div border color is #ddfafc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(221,250,252, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ddfafc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ddfafc; -webkit-box-shadow: 1px 1px 3px 2px #ddfafc; box-shadow: 1px 1px 3px 2px #ddfafc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(221,250,252, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ddfafc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ddfafc; -webkit-box-shadow: 1px 1px 3px 2px #ddfafc; box-shadow: 1px 1px 3px 2px #ddfafc;">
Div content here</div>
This div box has shadow with color #ddfafc
Comments
No comments written yet.
Please login to write comment.