Color spaces of #d6bace
RGB | 214 | 186 | 206 |
---|---|---|---|
HSL | 0.88 | 0.25 | 0.78 |
HSV | 317° | 13° | 84° |
CMYK | 0.00 | 0.13 | 0.04 0.16 |
XYZ | 56.4310 | 53.8702 | 65.8163 |
Yxy | 53.8702 | 0.3204 | 0.3059 |
Hunter Lab | 73.3963 | 8.7967 | -1.7894 |
CIE-Lab | 78.3860 | 13.4029 | -6.3698 |
#d6bace color RGB value is (214,186,206).
#d6bace hex color red value is 214, green value is 186 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #d6bace hue: 0.88 , saturation: 0.25 and the lightness value of d6bace is 0.78.
The process color (four color CMYK) of #d6bace color hex is 0.00, 0.13, 0.04, 0.16. Web safe color of #d6bace is #cccccc. Color #d6bace contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11010110 | 10111010 | 11001110 |
Octal | 326 | 272 | 316 |
Decimal | 214 | 186 | 206 |
Hex | D6 | BA | CE |
Shades of #d6bace
Tints of #d6bace
RGB Percentages of Color #d6bace
CMYK Percentages of Color #d6bace
Complementary Color
#d6bace | #bad6c2 |
#d6bace Color Preview on Black Background
Lorem ipsum dolor sit amet.
#d6bace Color Preview on White Background
Lorem ipsum dolor sit amet.
#d6bace Color CSS Codes
.mybgcolor {background-color:#d6bace; } .myforecolor {color:#d6bace; } .mybordercolor {border:3px solid #d6bace; }
#d6bace Text Font Color
<p style="color:#d6bace">Text here</p>
This sample text font color is #d6bace
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.
#d6bace Background Color
<div style="background-color:#d6bace">
Div content here</div>
This div background color is #d6bace
#d6bace Border Color
<div style="border:3px solid #d6bace">
Div here</div>
This div border color is #d6bace
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(214,186,206, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #d6bace; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #d6bace; -webkit-box-shadow: 1px 1px 3px 2px #d6bace; box-shadow: 1px 1px 3px 2px #d6bace; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(214,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 #d6bace">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #d6bace; -webkit-box-shadow: 1px 1px 3px 2px #d6bace; box-shadow: 1px 1px 3px 2px #d6bace;">
Div content here</div>
This div box has shadow with color #d6bace
Comments
No comments written yet.
Please login to write comment.