Color spaces of #dbfbfa
RGB | 219 | 251 | 250 |
---|---|---|---|
HSL | 0.49 | 0.80 | 0.92 |
HSV | 178° | 13° | 98° |
CMYK | 0.13 | 0.00 | 0.00 0.02 |
XYZ | 80.9659 | 90.9566 | 103.7315 |
Yxy | 90.9566 | 0.2937 | 0.3300 |
Hunter Lab | 95.3712 | -15.3610 | 2.2724 |
CIE-Lab | 96.3922 | -10.4713 | -3.0152 |
#dbfbfa color RGB value is (219,251,250).
#dbfbfa hex color red value is 219, green value is 251 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #dbfbfa hue: 0.49 , saturation: 0.80 and the lightness value of dbfbfa is 0.92.
The process color (four color CMYK) of #dbfbfa color hex is 0.13, 0.00, 0.00, 0.02. Web safe color of #dbfbfa is #ccffff. Color #dbfbfa contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011011 | 11111011 | 11111010 |
Octal | 333 | 373 | 372 |
Decimal | 219 | 251 | 250 |
Hex | DB | FB | FA |
Shades of #dbfbfa
Tints of #dbfbfa
RGB Percentages of Color #dbfbfa
CMYK Percentages of Color #dbfbfa
Complementary Color
#dbfbfa | #fbdbdc |
#dbfbfa Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dbfbfa Color Preview on White Background
Lorem ipsum dolor sit amet.
#dbfbfa Color CSS Codes
.mybgcolor {background-color:#dbfbfa; } .myforecolor {color:#dbfbfa; } .mybordercolor {border:3px solid #dbfbfa; }
#dbfbfa Text Font Color
<p style="color:#dbfbfa">Text here</p>
This sample text font color is #dbfbfa
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.
#dbfbfa Background Color
<div style="background-color:#dbfbfa">
Div content here</div>
This div background color is #dbfbfa
#dbfbfa Border Color
<div style="border:3px solid #dbfbfa">
Div here</div>
This div border color is #dbfbfa
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(219,251,250, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dbfbfa; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dbfbfa; -webkit-box-shadow: 1px 1px 3px 2px #dbfbfa; box-shadow: 1px 1px 3px 2px #dbfbfa; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(219,251,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 #dbfbfa">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dbfbfa; -webkit-box-shadow: 1px 1px 3px 2px #dbfbfa; box-shadow: 1px 1px 3px 2px #dbfbfa;">
Div content here</div>
This div box has shadow with color #dbfbfa
Comments
No comments written yet.
Please login to write comment.