Color spaces of #dbfeff
RGB | 219 | 254 | 255 |
---|---|---|---|
HSL | 0.50 | 1.00 | 0.93 |
HSV | 182° | 14° | 100° |
CMYK | 0.14 | 0.00 | 0.00 0.00 |
XYZ | 82.7052 | 93.1637 | 108.2311 |
Yxy | 93.1637 | 0.2911 | 0.3279 |
Hunter Lab | 96.5213 | -15.9630 | 1.0820 |
CIE-Lab | 97.2940 | -10.9885 | -4.2656 |
#dbfeff color RGB value is (219,254,255).
#dbfeff hex color red value is 219, green value is 254 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #dbfeff hue: 0.50 , saturation: 1.00 and the lightness value of dbfeff is 0.93.
The process color (four color CMYK) of #dbfeff color hex is 0.14, 0.00, 0.00, 0.00. Web safe color of #dbfeff is #ccffff. Color #dbfeff contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011011 | 11111110 | 11111111 |
Octal | 333 | 376 | 377 |
Decimal | 219 | 254 | 255 |
Hex | DB | FE | FF |
Shades of #dbfeff
Tints of #dbfeff
RGB Percentages of Color #dbfeff
CMYK Percentages of Color #dbfeff
Complementary Color
#dbfeff | #ffdcdb |
#dbfeff Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dbfeff Color Preview on White Background
Lorem ipsum dolor sit amet.
#dbfeff Color CSS Codes
.mybgcolor {background-color:#dbfeff; } .myforecolor {color:#dbfeff; } .mybordercolor {border:3px solid #dbfeff; }
#dbfeff Text Font Color
<p style="color:#dbfeff">Text here</p>
This sample text font color is #dbfeff
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.
#dbfeff Background Color
<div style="background-color:#dbfeff">
Div content here</div>
This div background color is #dbfeff
#dbfeff Border Color
<div style="border:3px solid #dbfeff">
Div here</div>
This div border color is #dbfeff
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(219,254,255, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dbfeff; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dbfeff; -webkit-box-shadow: 1px 1px 3px 2px #dbfeff; box-shadow: 1px 1px 3px 2px #dbfeff; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(219,254,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 #dbfeff">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dbfeff; -webkit-box-shadow: 1px 1px 3px 2px #dbfeff; box-shadow: 1px 1px 3px 2px #dbfeff;">
Div content here</div>
This div box has shadow with color #dbfeff
Comments
No comments written yet.
Please login to write comment.