Color spaces of #dbdada
RGB | 219 | 218 | 218 |
---|---|---|---|
HSL | 0.00 | 0.01 | 0.86 |
HSV | 0° | 0° | 86° |
CMYK | 0.00 | 0.00 | 0.00 0.14 |
XYZ | 66.9397 | 70.2648 | 76.3640 |
Yxy | 70.2648 | 0.3134 | 0.3290 |
Hunter Lab | 83.8241 | -4.1468 | 4.6635 |
CIE-Lab | 87.1266 | 0.3439 | 0.1104 |
#dbdada color RGB value is (219,218,218).
#dbdada hex color red value is 219, green value is 218 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #dbdada hue: 0.00 , saturation: 0.01 and the lightness value of dbdada is 0.86.
The process color (four color CMYK) of #dbdada color hex is 0.00, 0.00, 0.00, 0.14. Web safe color of #dbdada is #cccccc. Color #dbdada contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011011 | 11011010 | 11011010 |
Octal | 333 | 332 | 332 |
Decimal | 219 | 218 | 218 |
Hex | DB | DA | DA |
Shades of #dbdada
Tints of #dbdada
RGB Percentages of Color #dbdada
CMYK Percentages of Color #dbdada
Complementary Color
#dbdada | #dadbdb |
#dbdada Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dbdada Color Preview on White Background
Lorem ipsum dolor sit amet.
#dbdada Color CSS Codes
.mybgcolor {background-color:#dbdada; } .myforecolor {color:#dbdada; } .mybordercolor {border:3px solid #dbdada; }
#dbdada Text Font Color
<p style="color:#dbdada">Text here</p>
This sample text font color is #dbdada
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.
#dbdada Background Color
<div style="background-color:#dbdada">
Div content here</div>
This div background color is #dbdada
#dbdada Border Color
<div style="border:3px solid #dbdada">
Div here</div>
This div border color is #dbdada
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(219,218,218, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dbdada; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dbdada; -webkit-box-shadow: 1px 1px 3px 2px #dbdada; box-shadow: 1px 1px 3px 2px #dbdada; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(219,218,218, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dbdada">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dbdada; -webkit-box-shadow: 1px 1px 3px 2px #dbdada; box-shadow: 1px 1px 3px 2px #dbdada;">
Div content here</div>
This div box has shadow with color #dbdada
#dbdada Color Palettes
Comments
No comments written yet.
Please login to write comment.