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