Color spaces of #dbbcb3
RGB | 219 | 188 | 179 |
---|---|---|---|
HSL | 0.04 | 0.36 | 0.78 |
HSV | 14° | 18° | 86° |
CMYK | 0.00 | 0.14 | 0.18 0.14 |
XYZ | 55.3333 | 54.2812 | 50.2088 |
Yxy | 54.2812 | 0.3462 | 0.3396 |
Hunter Lab | 73.6758 | 5.1277 | 11.1679 |
CIE-Lab | 78.6254 | 9.6282 | 8.6325 |
#dbbcb3 color RGB value is (219,188,179).
#dbbcb3 hex color red value is 219, green value is 188 and the blue value of its RGB is 179. Cylindrical-coordinate representations (also known as HSL) of color #dbbcb3 hue: 0.04 , saturation: 0.36 and the lightness value of dbbcb3 is 0.78.
The process color (four color CMYK) of #dbbcb3 color hex is 0.00, 0.14, 0.18, 0.14. Web safe color of #dbbcb3 is #cccccc. Color #dbbcb3 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011011 | 10111100 | 10110011 |
Octal | 333 | 274 | 263 |
Decimal | 219 | 188 | 179 |
Hex | DB | BC | B3 |
Shades of #dbbcb3
Tints of #dbbcb3
RGB Percentages of Color #dbbcb3
CMYK Percentages of Color #dbbcb3
Complementary Color
#dbbcb3 | #b3d2db |
#dbbcb3 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dbbcb3 Color Preview on White Background
Lorem ipsum dolor sit amet.
#dbbcb3 Color CSS Codes
.mybgcolor {background-color:#dbbcb3; } .myforecolor {color:#dbbcb3; } .mybordercolor {border:3px solid #dbbcb3; }
#dbbcb3 Text Font Color
<p style="color:#dbbcb3">Text here</p>
This sample text font color is #dbbcb3
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.
#dbbcb3 Background Color
<div style="background-color:#dbbcb3">
Div content here</div>
This div background color is #dbbcb3
#dbbcb3 Border Color
<div style="border:3px solid #dbbcb3">
Div here</div>
This div border color is #dbbcb3
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(219,188,179, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dbbcb3; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dbbcb3; -webkit-box-shadow: 1px 1px 3px 2px #dbbcb3; box-shadow: 1px 1px 3px 2px #dbbcb3; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(219,188,179, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dbbcb3">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dbbcb3; -webkit-box-shadow: 1px 1px 3px 2px #dbbcb3; box-shadow: 1px 1px 3px 2px #dbbcb3;">
Div content here</div>
This div box has shadow with color #dbbcb3
Comments
No comments written yet.
Please login to write comment.