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