Color spaces of #dbfcfa
RGB | 219 | 252 | 250 |
---|---|---|---|
HSL | 0.49 | 0.85 | 0.92 |
HSV | 176° | 13° | 99° |
CMYK | 0.13 | 0.00 | 0.01 0.01 |
XYZ | 81.2791 | 91.5830 | 103.8359 |
Yxy | 91.5830 | 0.2937 | 0.3310 |
Hunter Lab | 95.6990 | -15.8696 | 2.6581 |
CIE-Lab | 96.6496 | -10.9705 | -2.6373 |
#dbfcfa color RGB value is (219,252,250).
#dbfcfa hex color red value is 219, green value is 252 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #dbfcfa hue: 0.49 , saturation: 0.85 and the lightness value of dbfcfa is 0.92.
The process color (four color CMYK) of #dbfcfa color hex is 0.13, 0.00, 0.01, 0.01. Web safe color of #dbfcfa is #ccffff. Color #dbfcfa contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011011 | 11111100 | 11111010 |
Octal | 333 | 374 | 372 |
Decimal | 219 | 252 | 250 |
Hex | DB | FC | FA |
Shades of #dbfcfa
Tints of #dbfcfa
RGB Percentages of Color #dbfcfa
CMYK Percentages of Color #dbfcfa
Complementary Color
#dbfcfa | #fcdbdd |
#dbfcfa Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dbfcfa Color Preview on White Background
Lorem ipsum dolor sit amet.
#dbfcfa Color CSS Codes
.mybgcolor {background-color:#dbfcfa; } .myforecolor {color:#dbfcfa; } .mybordercolor {border:3px solid #dbfcfa; }
#dbfcfa Text Font Color
<p style="color:#dbfcfa">Text here</p>
This sample text font color is #dbfcfa
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.
#dbfcfa Background Color
<div style="background-color:#dbfcfa">
Div content here</div>
This div background color is #dbfcfa
#dbfcfa Border Color
<div style="border:3px solid #dbfcfa">
Div here</div>
This div border color is #dbfcfa
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(219,252,250, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dbfcfa; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dbfcfa; -webkit-box-shadow: 1px 1px 3px 2px #dbfcfa; box-shadow: 1px 1px 3px 2px #dbfcfa; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(219,252,250, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dbfcfa">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dbfcfa; -webkit-box-shadow: 1px 1px 3px 2px #dbfcfa; box-shadow: 1px 1px 3px 2px #dbfcfa;">
Div content here</div>
This div box has shadow with color #dbfcfa
Comments
No comments written yet.
Please login to write comment.