Color spaces of #dbfefb
RGB | 219 | 254 | 251 |
---|---|---|---|
HSL | 0.49 | 0.95 | 0.93 |
HSV | 175° | 14° | 100° |
CMYK | 0.14 | 0.00 | 0.01 0.00 |
XYZ | 82.0678 | 92.9087 | 104.8745 |
Yxy | 92.9087 | 0.2933 | 0.3320 |
Hunter Lab | 96.3892 | -16.7023 | 2.9630 |
CIE-Lab | 97.1905 | -11.7720 | -2.3588 |
#dbfefb color RGB value is (219,254,251).
#dbfefb hex color red value is 219, green value is 254 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #dbfefb hue: 0.49 , saturation: 0.95 and the lightness value of dbfefb is 0.93.
The process color (four color CMYK) of #dbfefb color hex is 0.14, 0.00, 0.01, 0.00. Web safe color of #dbfefb is #ccffff. Color #dbfefb contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011011 | 11111110 | 11111011 |
Octal | 333 | 376 | 373 |
Decimal | 219 | 254 | 251 |
Hex | DB | FE | FB |
Shades of #dbfefb
Tints of #dbfefb
RGB Percentages of Color #dbfefb
CMYK Percentages of Color #dbfefb
Complementary Color
#dbfefb | #fedbde |
#dbfefb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dbfefb Color Preview on White Background
Lorem ipsum dolor sit amet.
#dbfefb Color CSS Codes
.mybgcolor {background-color:#dbfefb; } .myforecolor {color:#dbfefb; } .mybordercolor {border:3px solid #dbfefb; }
#dbfefb Text Font Color
<p style="color:#dbfefb">Text here</p>
This sample text font color is #dbfefb
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.
#dbfefb Background Color
<div style="background-color:#dbfefb">
Div content here</div>
This div background color is #dbfefb
#dbfefb Border Color
<div style="border:3px solid #dbfefb">
Div here</div>
This div border color is #dbfefb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(219,254,251, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dbfefb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dbfefb; -webkit-box-shadow: 1px 1px 3px 2px #dbfefb; box-shadow: 1px 1px 3px 2px #dbfefb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(219,254,251, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dbfefb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dbfefb; -webkit-box-shadow: 1px 1px 3px 2px #dbfefb; box-shadow: 1px 1px 3px 2px #dbfefb;">
Div content here</div>
This div box has shadow with color #dbfefb
Related Colors
Comments
No comments written yet.
Please login to write comment.