Color spaces of #dbc1ba
RGB | 219 | 193 | 186 |
---|---|---|---|
HSL | 0.04 | 0.31 | 0.79 |
HSV | 13° | 15° | 86° |
CMYK | 0.00 | 0.12 | 0.15 0.14 |
XYZ | 57.1463 | 56.7452 | 54.3954 |
Yxy | 56.7452 | 0.3396 | 0.3372 |
Hunter Lab | 75.3294 | 3.5870 | 9.9173 |
CIE-Lab | 80.0361 | 8.0587 | 6.8841 |
#dbc1ba color RGB value is (219,193,186).
#dbc1ba hex color red value is 219, green value is 193 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #dbc1ba hue: 0.04 , saturation: 0.31 and the lightness value of dbc1ba is 0.79.
The process color (four color CMYK) of #dbc1ba color hex is 0.00, 0.12, 0.15, 0.14. Web safe color of #dbc1ba is #cccccc. Color #dbc1ba contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011011 | 11000001 | 10111010 |
Octal | 333 | 301 | 272 |
Decimal | 219 | 193 | 186 |
Hex | DB | C1 | BA |
Shades of #dbc1ba
Tints of #dbc1ba
RGB Percentages of Color #dbc1ba
CMYK Percentages of Color #dbc1ba
Complementary Color
#dbc1ba | #bad4db |
#dbc1ba Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dbc1ba Color Preview on White Background
Lorem ipsum dolor sit amet.
#dbc1ba Color CSS Codes
.mybgcolor {background-color:#dbc1ba; } .myforecolor {color:#dbc1ba; } .mybordercolor {border:3px solid #dbc1ba; }
#dbc1ba Text Font Color
<p style="color:#dbc1ba">Text here</p>
This sample text font color is #dbc1ba
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.
#dbc1ba Background Color
<div style="background-color:#dbc1ba">
Div content here</div>
This div background color is #dbc1ba
#dbc1ba Border Color
<div style="border:3px solid #dbc1ba">
Div here</div>
This div border color is #dbc1ba
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(219,193,186, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dbc1ba; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dbc1ba; -webkit-box-shadow: 1px 1px 3px 2px #dbc1ba; box-shadow: 1px 1px 3px 2px #dbc1ba; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(219,193,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 #dbc1ba">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dbc1ba; -webkit-box-shadow: 1px 1px 3px 2px #dbc1ba; box-shadow: 1px 1px 3px 2px #dbc1ba;">
Div content here</div>
This div box has shadow with color #dbc1ba
Comments
No comments written yet.
Please login to write comment.