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