Color spaces of #dbfcef
RGB | 219 | 252 | 239 |
---|---|---|---|
HSL | 0.43 | 0.85 | 0.92 |
HSV | 156° | 13° | 99° |
CMYK | 0.13 | 0.00 | 0.05 0.01 |
XYZ | 79.6038 | 90.9129 | 95.0137 |
Yxy | 90.9129 | 0.2998 | 0.3424 |
Hunter Lab | 95.3483 | -17.8344 | 7.6618 |
CIE-Lab | 96.3742 | -13.0667 | 2.6289 |
#dbfcef color RGB value is (219,252,239).
#dbfcef hex color red value is 219, green value is 252 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #dbfcef hue: 0.43 , saturation: 0.85 and the lightness value of dbfcef is 0.92.
The process color (four color CMYK) of #dbfcef color hex is 0.13, 0.00, 0.05, 0.01. Web safe color of #dbfcef is #ccffff. Color #dbfcef contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011011 | 11111100 | 11101111 |
Octal | 333 | 374 | 357 |
Decimal | 219 | 252 | 239 |
Hex | DB | FC | EF |
Shades of #dbfcef
Tints of #dbfcef
RGB Percentages of Color #dbfcef
CMYK Percentages of Color #dbfcef
Complementary Color
#dbfcef | #fcdbe8 |
#dbfcef Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dbfcef Color Preview on White Background
Lorem ipsum dolor sit amet.
#dbfcef Color CSS Codes
.mybgcolor {background-color:#dbfcef; } .myforecolor {color:#dbfcef; } .mybordercolor {border:3px solid #dbfcef; }
#dbfcef Text Font Color
<p style="color:#dbfcef">Text here</p>
This sample text font color is #dbfcef
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.
#dbfcef Background Color
<div style="background-color:#dbfcef">
Div content here</div>
This div background color is #dbfcef
#dbfcef Border Color
<div style="border:3px solid #dbfcef">
Div here</div>
This div border color is #dbfcef
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(219,252,239, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dbfcef; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dbfcef; -webkit-box-shadow: 1px 1px 3px 2px #dbfcef; box-shadow: 1px 1px 3px 2px #dbfcef; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(219,252,239, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dbfcef">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dbfcef; -webkit-box-shadow: 1px 1px 3px 2px #dbfcef; box-shadow: 1px 1px 3px 2px #dbfcef;">
Div content here</div>
This div box has shadow with color #dbfcef
Comments
No comments written yet.
Please login to write comment.