Color spaces of #dbbcb9
RGB | 219 | 188 | 185 |
---|---|---|---|
HSL | 0.01 | 0.32 | 0.79 |
HSV | 5° | 16° | 86° |
CMYK | 0.00 | 0.14 | 0.16 0.14 |
XYZ | 55.9536 | 54.5293 | 53.4751 |
Yxy | 54.5293 | 0.3413 | 0.3326 |
Hunter Lab | 73.8440 | 6.0274 | 8.7551 |
CIE-Lab | 78.7694 | 10.5620 | 5.6002 |
#dbbcb9 color RGB value is (219,188,185).
#dbbcb9 hex color red value is 219, green value is 188 and the blue value of its RGB is 185. Cylindrical-coordinate representations (also known as HSL) of color #dbbcb9 hue: 0.01 , saturation: 0.32 and the lightness value of dbbcb9 is 0.79.
The process color (four color CMYK) of #dbbcb9 color hex is 0.00, 0.14, 0.16, 0.14. Web safe color of #dbbcb9 is #cccccc. Color #dbbcb9 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011011 | 10111100 | 10111001 |
Octal | 333 | 274 | 271 |
Decimal | 219 | 188 | 185 |
Hex | DB | BC | B9 |
Shades of #dbbcb9
Tints of #dbbcb9
RGB Percentages of Color #dbbcb9
CMYK Percentages of Color #dbbcb9
Complementary Color
#dbbcb9 | #b9d8db |
#dbbcb9 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dbbcb9 Color Preview on White Background
Lorem ipsum dolor sit amet.
#dbbcb9 Color CSS Codes
.mybgcolor {background-color:#dbbcb9; } .myforecolor {color:#dbbcb9; } .mybordercolor {border:3px solid #dbbcb9; }
#dbbcb9 Text Font Color
<p style="color:#dbbcb9">Text here</p>
This sample text font color is #dbbcb9
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.
#dbbcb9 Background Color
<div style="background-color:#dbbcb9">
Div content here</div>
This div background color is #dbbcb9
#dbbcb9 Border Color
<div style="border:3px solid #dbbcb9">
Div here</div>
This div border color is #dbbcb9
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(219,188,185, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dbbcb9; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dbbcb9; -webkit-box-shadow: 1px 1px 3px 2px #dbbcb9; box-shadow: 1px 1px 3px 2px #dbbcb9; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(219,188,185, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dbbcb9">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dbbcb9; -webkit-box-shadow: 1px 1px 3px 2px #dbbcb9; box-shadow: 1px 1px 3px 2px #dbbcb9;">
Div content here</div>
This div box has shadow with color #dbbcb9
Comments
No comments written yet.
Please login to write comment.