Color spaces of #d0bace
RGB | 208 | 186 | 206 |
---|---|---|---|
HSL | 0.85 | 0.19 | 0.77 |
HSV | 305° | 11° | 82° |
CMYK | 0.00 | 0.11 | 0.01 0.18 |
XYZ | 54.7119 | 52.9839 | 65.7358 |
Yxy | 52.9839 | 0.3155 | 0.3055 |
Hunter Lab | 72.7900 | 6.7852 | -2.5910 |
CIE-Lab | 77.8655 | 11.3350 | -7.1982 |
#d0bace color RGB value is (208,186,206).
#d0bace hex color red value is 208, green value is 186 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #d0bace hue: 0.85 , saturation: 0.19 and the lightness value of d0bace is 0.77.
The process color (four color CMYK) of #d0bace color hex is 0.00, 0.11, 0.01, 0.18. Web safe color of #d0bace is #cccccc. Color #d0bace contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11010000 | 10111010 | 11001110 |
Octal | 320 | 272 | 316 |
Decimal | 208 | 186 | 206 |
Hex | D0 | BA | CE |
Shades of #d0bace
Tints of #d0bace
RGB Percentages of Color #d0bace
CMYK Percentages of Color #d0bace
Complementary Color
#d0bace | #bad0bc |
#d0bace Color Preview on Black Background
Lorem ipsum dolor sit amet.
#d0bace Color Preview on White Background
Lorem ipsum dolor sit amet.
#d0bace Color CSS Codes
.mybgcolor {background-color:#d0bace; } .myforecolor {color:#d0bace; } .mybordercolor {border:3px solid #d0bace; }
#d0bace Text Font Color
<p style="color:#d0bace">Text here</p>
This sample text font color is #d0bace
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.
#d0bace Background Color
<div style="background-color:#d0bace">
Div content here</div>
This div background color is #d0bace
#d0bace Border Color
<div style="border:3px solid #d0bace">
Div here</div>
This div border color is #d0bace
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(208,186,206, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #d0bace; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #d0bace; -webkit-box-shadow: 1px 1px 3px 2px #d0bace; box-shadow: 1px 1px 3px 2px #d0bace; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(208,186,206, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #d0bace">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #d0bace; -webkit-box-shadow: 1px 1px 3px 2px #d0bace; box-shadow: 1px 1px 3px 2px #d0bace;">
Div content here</div>
This div box has shadow with color #d0bace
Comments
No comments written yet.
Please login to write comment.