Color spaces of #dbdafe
RGB | 219 | 218 | 254 |
---|---|---|---|
HSL | 0.67 | 0.95 | 0.93 |
HSV | 242° | 14° | 100° |
CMYK | 0.14 | 0.14 | 0.00 0.00 |
XYZ | 72.1742 | 72.3586 | 103.9286 |
Yxy | 72.3586 | 0.2905 | 0.2912 |
Hunter Lab | 85.0639 | 2.5903 | -12.8941 |
CIE-Lab | 88.1409 | 7.2775 | -17.3660 |
#dbdafe color RGB value is (219,218,254).
#dbdafe hex color red value is 219, green value is 218 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #dbdafe hue: 0.67 , saturation: 0.95 and the lightness value of dbdafe is 0.93.
The process color (four color CMYK) of #dbdafe color hex is 0.14, 0.14, 0.00, 0.00. Web safe color of #dbdafe is #ccccff. Color #dbdafe contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011011 | 11011010 | 11111110 |
Octal | 333 | 332 | 376 |
Decimal | 219 | 218 | 254 |
Hex | DB | DA | FE |
Shades of #dbdafe
Tints of #dbdafe
RGB Percentages of Color #dbdafe
CMYK Percentages of Color #dbdafe
Complementary Color
#dbdafe | #fdfeda |
#dbdafe Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dbdafe Color Preview on White Background
Lorem ipsum dolor sit amet.
#dbdafe Color CSS Codes
.mybgcolor {background-color:#dbdafe; } .myforecolor {color:#dbdafe; } .mybordercolor {border:3px solid #dbdafe; }
#dbdafe Text Font Color
<p style="color:#dbdafe">Text here</p>
This sample text font color is #dbdafe
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.
#dbdafe Background Color
<div style="background-color:#dbdafe">
Div content here</div>
This div background color is #dbdafe
#dbdafe Border Color
<div style="border:3px solid #dbdafe">
Div here</div>
This div border color is #dbdafe
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(219,218,254, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dbdafe; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dbdafe; -webkit-box-shadow: 1px 1px 3px 2px #dbdafe; box-shadow: 1px 1px 3px 2px #dbdafe; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(219,218,254, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dbdafe">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dbdafe; -webkit-box-shadow: 1px 1px 3px 2px #dbdafe; box-shadow: 1px 1px 3px 2px #dbdafe;">
Div content here</div>
This div box has shadow with color #dbdafe
Comments
No comments written yet.
Please login to write comment.