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