Color spaces of #dac0ba
RGB | 218 | 192 | 186 |
---|---|---|---|
HSL | 0.03 | 0.30 | 0.79 |
HSV | 11° | 15° | 85° |
CMYK | 0.00 | 0.12 | 0.15 0.15 |
XYZ | 56.6260 | 56.1499 | 54.3079 |
Yxy | 56.1499 | 0.3389 | 0.3361 |
Hunter Lab | 74.9332 | 3.7568 | 9.4828 |
CIE-Lab | 79.6991 | 8.2267 | 6.3882 |
#dac0ba color RGB value is (218,192,186).
#dac0ba hex color red value is 218, green value is 192 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #dac0ba hue: 0.03 , saturation: 0.30 and the lightness value of dac0ba is 0.79.
The process color (four color CMYK) of #dac0ba color hex is 0.00, 0.12, 0.15, 0.15. Web safe color of #dac0ba is #cccccc. Color #dac0ba contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011010 | 11000000 | 10111010 |
Octal | 332 | 300 | 272 |
Decimal | 218 | 192 | 186 |
Hex | DA | C0 | BA |
Shades of #dac0ba
Tints of #dac0ba
RGB Percentages of Color #dac0ba
CMYK Percentages of Color #dac0ba
Complementary Color
#dac0ba | #bad4da |
#dac0ba Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dac0ba Color Preview on White Background
Lorem ipsum dolor sit amet.
#dac0ba Color CSS Codes
.mybgcolor {background-color:#dac0ba; } .myforecolor {color:#dac0ba; } .mybordercolor {border:3px solid #dac0ba; }
#dac0ba Text Font Color
<p style="color:#dac0ba">Text here</p>
This sample text font color is #dac0ba
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.
#dac0ba Background Color
<div style="background-color:#dac0ba">
Div content here</div>
This div background color is #dac0ba
#dac0ba Border Color
<div style="border:3px solid #dac0ba">
Div here</div>
This div border color is #dac0ba
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(218,192,186, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dac0ba; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dac0ba; -webkit-box-shadow: 1px 1px 3px 2px #dac0ba; box-shadow: 1px 1px 3px 2px #dac0ba; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(218,192,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 #dac0ba">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dac0ba; -webkit-box-shadow: 1px 1px 3px 2px #dac0ba; box-shadow: 1px 1px 3px 2px #dac0ba;">
Div content here</div>
This div box has shadow with color #dac0ba
Comments
No comments written yet.
Please login to write comment.