Color spaces of #d2bfaf
RGB | 210 | 191 | 175 |
---|---|---|---|
HSL | 0.08 | 0.28 | 0.75 |
HSV | 27° | 17° | 82° |
CMYK | 0.00 | 0.09 | 0.17 0.18 |
XYZ | 52.9470 | 54.0584 | 48.2011 |
Yxy | 54.0584 | 0.3411 | 0.3483 |
Hunter Lab | 73.5244 | -0.1249 | 12.5978 |
CIE-Lab | 78.4958 | 4.0970 | 10.4966 |
#d2bfaf color RGB value is (210,191,175).
#d2bfaf hex color red value is 210, green value is 191 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #d2bfaf hue: 0.08 , saturation: 0.28 and the lightness value of d2bfaf is 0.75.
The process color (four color CMYK) of #d2bfaf color hex is 0.00, 0.09, 0.17, 0.18. Web safe color of #d2bfaf is #cccc99. Color #d2bfaf contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11010010 | 10111111 | 10101111 |
Octal | 322 | 277 | 257 |
Decimal | 210 | 191 | 175 |
Hex | D2 | BF | AF |
Shades of #d2bfaf
Tints of #d2bfaf
RGB Percentages of Color #d2bfaf
CMYK Percentages of Color #d2bfaf
Complementary Color
#d2bfaf | #afc2d2 |
#d2bfaf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#d2bfaf Color Preview on White Background
Lorem ipsum dolor sit amet.
#d2bfaf Color CSS Codes
.mybgcolor {background-color:#d2bfaf; } .myforecolor {color:#d2bfaf; } .mybordercolor {border:3px solid #d2bfaf; }
#d2bfaf Text Font Color
<p style="color:#d2bfaf">Text here</p>
This sample text font color is #d2bfaf
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.
#d2bfaf Background Color
<div style="background-color:#d2bfaf">
Div content here</div>
This div background color is #d2bfaf
#d2bfaf Border Color
<div style="border:3px solid #d2bfaf">
Div here</div>
This div border color is #d2bfaf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(210,191,175, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #d2bfaf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #d2bfaf; -webkit-box-shadow: 1px 1px 3px 2px #d2bfaf; box-shadow: 1px 1px 3px 2px #d2bfaf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(210,191,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 #d2bfaf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #d2bfaf; -webkit-box-shadow: 1px 1px 3px 2px #d2bfaf; box-shadow: 1px 1px 3px 2px #d2bfaf;">
Div content here</div>
This div box has shadow with color #d2bfaf
Comments
No comments written yet.
Please login to write comment.