Color spaces of #dbdbae
RGB | 219 | 219 | 174 |
---|---|---|---|
HSL | 0.17 | 0.38 | 0.77 |
HSV | 60° | 21° | 86° |
CMYK | 0.00 | 0.00 | 0.21 0.14 |
XYZ | 62.1849 | 68.7791 | 50.0426 |
Yxy | 68.7791 | 0.3436 | 0.3800 |
Hunter Lab | 82.9332 | -11.2903 | 22.2771 |
CIE-Lab | 86.3945 | -7.2934 | 22.1983 |
#dbdbae color RGB value is (219,219,174).
#dbdbae hex color red value is 219, green value is 219 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #dbdbae hue: 0.17 , saturation: 0.38 and the lightness value of dbdbae is 0.77.
The process color (four color CMYK) of #dbdbae color hex is 0.00, 0.00, 0.21, 0.14. Web safe color of #dbdbae is #cccc99. Color #dbdbae contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011011 | 11011011 | 10101110 |
Octal | 333 | 333 | 256 |
Decimal | 219 | 219 | 174 |
Hex | DB | DB | AE |
Shades of #dbdbae
Tints of #dbdbae
RGB Percentages of Color #dbdbae
CMYK Percentages of Color #dbdbae
Complementary Color
#dbdbae | #aeaedb |
#dbdbae Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dbdbae Color Preview on White Background
Lorem ipsum dolor sit amet.
#dbdbae Color CSS Codes
.mybgcolor {background-color:#dbdbae; } .myforecolor {color:#dbdbae; } .mybordercolor {border:3px solid #dbdbae; }
#dbdbae Text Font Color
<p style="color:#dbdbae">Text here</p>
This sample text font color is #dbdbae
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.
#dbdbae Background Color
<div style="background-color:#dbdbae">
Div content here</div>
This div background color is #dbdbae
#dbdbae Border Color
<div style="border:3px solid #dbdbae">
Div here</div>
This div border color is #dbdbae
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(219,219,174, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dbdbae; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dbdbae; -webkit-box-shadow: 1px 1px 3px 2px #dbdbae; box-shadow: 1px 1px 3px 2px #dbdbae; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(219,219,174, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dbdbae">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dbdbae; -webkit-box-shadow: 1px 1px 3px 2px #dbdbae; box-shadow: 1px 1px 3px 2px #dbdbae;">
Div content here</div>
This div box has shadow with color #dbdbae
Comments
No comments written yet.
Please login to write comment.