Color spaces of #dbeff5
RGB | 219 | 239 | 245 |
---|---|---|---|
HSL | 0.54 | 0.57 | 0.91 |
HSV | 194° | 11° | 96° |
CMYK | 0.11 | 0.02 | 0.00 0.04 |
XYZ | 76.5613 | 83.3856 | 98.4460 |
Yxy | 83.3856 | 0.2963 | 0.3227 |
Hunter Lab | 91.3157 | -10.1438 | 0.0014 |
CIE-Lab | 93.1830 | -5.3943 | -5.1473 |
#dbeff5 color RGB value is (219,239,245).
#dbeff5 hex color red value is 219, green value is 239 and the blue value of its RGB is 245. Cylindrical-coordinate representations (also known as HSL) of color #dbeff5 hue: 0.54 , saturation: 0.57 and the lightness value of dbeff5 is 0.91.
The process color (four color CMYK) of #dbeff5 color hex is 0.11, 0.02, 0.00, 0.04. Web safe color of #dbeff5 is #ccffff. Color #dbeff5 contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011011 | 11101111 | 11110101 |
Octal | 333 | 357 | 365 |
Decimal | 219 | 239 | 245 |
Hex | DB | EF | F5 |
Shades of #dbeff5
Tints of #dbeff5
RGB Percentages of Color #dbeff5
CMYK Percentages of Color #dbeff5
Complementary Color
#dbeff5 | #f5e1db |
#dbeff5 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dbeff5 Color Preview on White Background
Lorem ipsum dolor sit amet.
#dbeff5 Color CSS Codes
.mybgcolor {background-color:#dbeff5; } .myforecolor {color:#dbeff5; } .mybordercolor {border:3px solid #dbeff5; }
#dbeff5 Text Font Color
<p style="color:#dbeff5">Text here</p>
This sample text font color is #dbeff5
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.
#dbeff5 Background Color
<div style="background-color:#dbeff5">
Div content here</div>
This div background color is #dbeff5
#dbeff5 Border Color
<div style="border:3px solid #dbeff5">
Div here</div>
This div border color is #dbeff5
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(219,239,245, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dbeff5; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dbeff5; -webkit-box-shadow: 1px 1px 3px 2px #dbeff5; box-shadow: 1px 1px 3px 2px #dbeff5; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(219,239,245, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dbeff5">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dbeff5; -webkit-box-shadow: 1px 1px 3px 2px #dbeff5; box-shadow: 1px 1px 3px 2px #dbeff5;">
Div content here</div>
This div box has shadow with color #dbeff5
Comments
No comments written yet.
Please login to write comment.