Color spaces of #d6bfac
RGB | 214 | 191 | 172 |
---|---|---|---|
HSL | 0.08 | 0.34 | 0.76 |
HSV | 27° | 20° | 84° |
CMYK | 0.00 | 0.11 | 0.20 0.16 |
XYZ | 53.8088 | 54.5363 | 46.7203 |
Yxy | 54.5363 | 0.3470 | 0.3517 |
Hunter Lab | 73.8487 | 0.8263 | 14.1843 |
CIE-Lab | 78.7734 | 5.1203 | 12.5525 |
#d6bfac color RGB value is (214,191,172).
#d6bfac hex color red value is 214, green value is 191 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #d6bfac hue: 0.08 , saturation: 0.34 and the lightness value of d6bfac is 0.76.
The process color (four color CMYK) of #d6bfac color hex is 0.00, 0.11, 0.20, 0.16. Web safe color of #d6bfac is #cccc99. Color #d6bfac contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11010110 | 10111111 | 10101100 |
Octal | 326 | 277 | 254 |
Decimal | 214 | 191 | 172 |
Hex | D6 | BF | AC |
Shades of #d6bfac
Tints of #d6bfac
RGB Percentages of Color #d6bfac
CMYK Percentages of Color #d6bfac
Complementary Color
#d6bfac | #acc3d6 |
#d6bfac Color Preview on Black Background
Lorem ipsum dolor sit amet.
#d6bfac Color Preview on White Background
Lorem ipsum dolor sit amet.
#d6bfac Color CSS Codes
.mybgcolor {background-color:#d6bfac; } .myforecolor {color:#d6bfac; } .mybordercolor {border:3px solid #d6bfac; }
#d6bfac Text Font Color
<p style="color:#d6bfac">Text here</p>
This sample text font color is #d6bfac
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.
#d6bfac Background Color
<div style="background-color:#d6bfac">
Div content here</div>
This div background color is #d6bfac
#d6bfac Border Color
<div style="border:3px solid #d6bfac">
Div here</div>
This div border color is #d6bfac
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(214,191,172, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #d6bfac; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #d6bfac; -webkit-box-shadow: 1px 1px 3px 2px #d6bfac; box-shadow: 1px 1px 3px 2px #d6bfac; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(214,191,172, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #d6bfac">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #d6bfac; -webkit-box-shadow: 1px 1px 3px 2px #d6bfac; box-shadow: 1px 1px 3px 2px #d6bfac;">
Div content here</div>
This div box has shadow with color #d6bfac
Comments
No comments written yet.
Please login to write comment.