Color spaces of #d5bbaf
RGB | 213 | 187 | 175 |
---|---|---|---|
HSL | 0.05 | 0.31 | 0.76 |
HSV | 19° | 18° | 84° |
CMYK | 0.00 | 0.12 | 0.18 0.16 |
XYZ | 52.9488 | 52.7819 | 47.9547 |
Yxy | 52.7819 | 0.3445 | 0.3434 |
Hunter Lab | 72.6512 | 2.9529 | 11.7204 |
CIE-Lab | 77.7461 | 7.3332 | 9.4642 |
#d5bbaf color RGB value is (213,187,175).
#d5bbaf hex color red value is 213, green value is 187 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #d5bbaf hue: 0.05 , saturation: 0.31 and the lightness value of d5bbaf is 0.76.
The process color (four color CMYK) of #d5bbaf color hex is 0.00, 0.12, 0.18, 0.16. Web safe color of #d5bbaf is #cccc99. Color #d5bbaf contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11010101 | 10111011 | 10101111 |
Octal | 325 | 273 | 257 |
Decimal | 213 | 187 | 175 |
Hex | D5 | BB | AF |
Shades of #d5bbaf
Tints of #d5bbaf
RGB Percentages of Color #d5bbaf
CMYK Percentages of Color #d5bbaf
Complementary Color
#d5bbaf | #afc9d5 |
#d5bbaf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#d5bbaf Color Preview on White Background
Lorem ipsum dolor sit amet.
#d5bbaf Color CSS Codes
.mybgcolor {background-color:#d5bbaf; } .myforecolor {color:#d5bbaf; } .mybordercolor {border:3px solid #d5bbaf; }
#d5bbaf Text Font Color
<p style="color:#d5bbaf">Text here</p>
This sample text font color is #d5bbaf
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.
#d5bbaf Background Color
<div style="background-color:#d5bbaf">
Div content here</div>
This div background color is #d5bbaf
#d5bbaf Border Color
<div style="border:3px solid #d5bbaf">
Div here</div>
This div border color is #d5bbaf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(213,187,175, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #d5bbaf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #d5bbaf; -webkit-box-shadow: 1px 1px 3px 2px #d5bbaf; box-shadow: 1px 1px 3px 2px #d5bbaf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(213,187,175, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #d5bbaf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #d5bbaf; -webkit-box-shadow: 1px 1px 3px 2px #d5bbaf; box-shadow: 1px 1px 3px 2px #d5bbaf;">
Div content here</div>
This div box has shadow with color #d5bbaf
Comments
No comments written yet.
Please login to write comment.