Color spaces of #dbfffa
RGB | 219 | 255 | 250 |
---|---|---|---|
HSL | 0.48 | 1.00 | 0.93 |
HSV | 172° | 14° | 100° |
CMYK | 0.14 | 0.00 | 0.02 0.00 |
XYZ | 82.2287 | 93.4822 | 104.1524 |
Yxy | 93.4822 | 0.2938 | 0.3340 |
Hunter Lab | 96.6862 | -17.3920 | 3.8119 |
CIE-Lab | 97.4230 | -12.4629 | -1.5037 |
#dbfffa color RGB value is (219,255,250).
#dbfffa hex color red value is 219, green value is 255 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #dbfffa hue: 0.48 , saturation: 1.00 and the lightness value of dbfffa is 0.93.
The process color (four color CMYK) of #dbfffa color hex is 0.14, 0.00, 0.02, 0.00. Web safe color of #dbfffa is #ccffff. Color #dbfffa contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011011 | 11111111 | 11111010 |
Octal | 333 | 377 | 372 |
Decimal | 219 | 255 | 250 |
Hex | DB | FF | FA |
Shades of #dbfffa
Tints of #dbfffa
RGB Percentages of Color #dbfffa
CMYK Percentages of Color #dbfffa
Complementary Color
#dbfffa | #ffdbe0 |
#dbfffa Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dbfffa Color Preview on White Background
Lorem ipsum dolor sit amet.
#dbfffa Color CSS Codes
.mybgcolor {background-color:#dbfffa; } .myforecolor {color:#dbfffa; } .mybordercolor {border:3px solid #dbfffa; }
#dbfffa Text Font Color
<p style="color:#dbfffa">Text here</p>
This sample text font color is #dbfffa
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.
#dbfffa Background Color
<div style="background-color:#dbfffa">
Div content here</div>
This div background color is #dbfffa
#dbfffa Border Color
<div style="border:3px solid #dbfffa">
Div here</div>
This div border color is #dbfffa
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(219,255,250, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dbfffa; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dbfffa; -webkit-box-shadow: 1px 1px 3px 2px #dbfffa; box-shadow: 1px 1px 3px 2px #dbfffa; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(219,255,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 #dbfffa">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dbfffa; -webkit-box-shadow: 1px 1px 3px 2px #dbfffa; box-shadow: 1px 1px 3px 2px #dbfffa;">
Div content here</div>
This div box has shadow with color #dbfffa
#dbfffa Color Palettes
Comments
No comments written yet.
Please login to write comment.