Color spaces of #dbeef0
RGB | 219 | 238 | 240 |
---|---|---|---|
HSL | 0.52 | 0.41 | 0.90 |
HSV | 186° | 9° | 94° |
CMYK | 0.09 | 0.01 | 0.00 0.06 |
XYZ | 75.5161 | 82.5004 | 94.3821 |
Yxy | 82.5004 | 0.2992 | 0.3269 |
Hunter Lab | 90.8297 | -10.5466 | 1.9720 |
CIE-Lab | 92.7953 | -5.8498 | -3.1172 |
#dbeef0 color RGB value is (219,238,240).
#dbeef0 hex color red value is 219, green value is 238 and the blue value of its RGB is 240. Cylindrical-coordinate representations (also known as HSL) of color #dbeef0 hue: 0.52 , saturation: 0.41 and the lightness value of dbeef0 is 0.90.
The process color (four color CMYK) of #dbeef0 color hex is 0.09, 0.01, 0.00, 0.06. Web safe color of #dbeef0 is #ccffff. Color #dbeef0 contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011011 | 11101110 | 11110000 |
Octal | 333 | 356 | 360 |
Decimal | 219 | 238 | 240 |
Hex | DB | EE | F0 |
Shades of #dbeef0
Tints of #dbeef0
RGB Percentages of Color #dbeef0
CMYK Percentages of Color #dbeef0
Complementary Color
#dbeef0 | #f0dddb |
#dbeef0 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dbeef0 Color Preview on White Background
Lorem ipsum dolor sit amet.
#dbeef0 Color CSS Codes
.mybgcolor {background-color:#dbeef0; } .myforecolor {color:#dbeef0; } .mybordercolor {border:3px solid #dbeef0; }
#dbeef0 Text Font Color
<p style="color:#dbeef0">Text here</p>
This sample text font color is #dbeef0
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.
#dbeef0 Background Color
<div style="background-color:#dbeef0">
Div content here</div>
This div background color is #dbeef0
#dbeef0 Border Color
<div style="border:3px solid #dbeef0">
Div here</div>
This div border color is #dbeef0
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(219,238,240, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dbeef0; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dbeef0; -webkit-box-shadow: 1px 1px 3px 2px #dbeef0; box-shadow: 1px 1px 3px 2px #dbeef0; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(219,238,240, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dbeef0">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dbeef0; -webkit-box-shadow: 1px 1px 3px 2px #dbeef0; box-shadow: 1px 1px 3px 2px #dbeef0;">
Div content here</div>
This div box has shadow with color #dbeef0
#dbeef0 Color Palettes
Comments
No comments written yet.
Please login to write comment.