Color spaces of #dbfcff
RGB | 219 | 252 | 255 |
---|---|---|---|
HSL | 0.51 | 1.00 | 0.93 |
HSV | 185° | 14° | 100° |
CMYK | 0.14 | 0.01 | 0.00 0.00 |
XYZ | 82.0738 | 91.9009 | 108.0206 |
Yxy | 91.9009 | 0.2910 | 0.3259 |
Hunter Lab | 95.8650 | -14.9427 | 0.2975 |
CIE-Lab | 96.7798 | -9.9899 | -5.0227 |
#dbfcff color RGB value is (219,252,255).
#dbfcff hex color red value is 219, green value is 252 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #dbfcff hue: 0.51 , saturation: 1.00 and the lightness value of dbfcff is 0.93.
The process color (four color CMYK) of #dbfcff color hex is 0.14, 0.01, 0.00, 0.00. Web safe color of #dbfcff is #ccffff. Color #dbfcff contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011011 | 11111100 | 11111111 |
Octal | 333 | 374 | 377 |
Decimal | 219 | 252 | 255 |
Hex | DB | FC | FF |
Shades of #dbfcff
Tints of #dbfcff
RGB Percentages of Color #dbfcff
CMYK Percentages of Color #dbfcff
Complementary Color
#dbfcff | #ffdedb |
#dbfcff Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dbfcff Color Preview on White Background
Lorem ipsum dolor sit amet.
#dbfcff Color CSS Codes
.mybgcolor {background-color:#dbfcff; } .myforecolor {color:#dbfcff; } .mybordercolor {border:3px solid #dbfcff; }
#dbfcff Text Font Color
<p style="color:#dbfcff">Text here</p>
This sample text font color is #dbfcff
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.
#dbfcff Background Color
<div style="background-color:#dbfcff">
Div content here</div>
This div background color is #dbfcff
#dbfcff Border Color
<div style="border:3px solid #dbfcff">
Div here</div>
This div border color is #dbfcff
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(219,252,255, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dbfcff; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dbfcff; -webkit-box-shadow: 1px 1px 3px 2px #dbfcff; box-shadow: 1px 1px 3px 2px #dbfcff; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(219,252,255, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dbfcff">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dbfcff; -webkit-box-shadow: 1px 1px 3px 2px #dbfcff; box-shadow: 1px 1px 3px 2px #dbfcff;">
Div content here</div>
This div box has shadow with color #dbfcff
#dbfcff Color Palettes
Comments
No comments written yet.
Please login to write comment.