Color spaces of #dbdcba
RGB | 219 | 220 | 186 |
---|---|---|---|
HSL | 0.17 | 0.33 | 0.80 |
HSV | 62° | 15° | 86° |
CMYK | 0.00 | 0.00 | 0.15 0.14 |
XYZ | 63.6695 | 69.7916 | 56.5698 |
Yxy | 69.7916 | 0.3350 | 0.3673 |
Hunter Lab | 83.5414 | -10.1569 | 18.3309 |
CIE-Lab | 86.8946 | -6.0214 | 16.6221 |
#dbdcba color RGB value is (219,220,186).
#dbdcba hex color red value is 219, green value is 220 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #dbdcba hue: 0.17 , saturation: 0.33 and the lightness value of dbdcba is 0.80.
The process color (four color CMYK) of #dbdcba color hex is 0.00, 0.00, 0.15, 0.14. Web safe color of #dbdcba is #cccccc. Color #dbdcba contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011011 | 11011100 | 10111010 |
Octal | 333 | 334 | 272 |
Decimal | 219 | 220 | 186 |
Hex | DB | DC | BA |
Shades of #dbdcba
Tints of #dbdcba
RGB Percentages of Color #dbdcba
CMYK Percentages of Color #dbdcba
Complementary Color
#dbdcba | #bbbadc |
#dbdcba Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dbdcba Color Preview on White Background
Lorem ipsum dolor sit amet.
#dbdcba Color CSS Codes
.mybgcolor {background-color:#dbdcba; } .myforecolor {color:#dbdcba; } .mybordercolor {border:3px solid #dbdcba; }
#dbdcba Text Font Color
<p style="color:#dbdcba">Text here</p>
This sample text font color is #dbdcba
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.
#dbdcba Background Color
<div style="background-color:#dbdcba">
Div content here</div>
This div background color is #dbdcba
#dbdcba Border Color
<div style="border:3px solid #dbdcba">
Div here</div>
This div border color is #dbdcba
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(219,220,186, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dbdcba; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dbdcba; -webkit-box-shadow: 1px 1px 3px 2px #dbdcba; box-shadow: 1px 1px 3px 2px #dbdcba; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(219,220,186, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dbdcba">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dbdcba; -webkit-box-shadow: 1px 1px 3px 2px #dbdcba; box-shadow: 1px 1px 3px 2px #dbdcba;">
Div content here</div>
This div box has shadow with color #dbdcba
Comments
No comments written yet.
Please login to write comment.