Color spaces of #dfcbaf
RGB | 223 | 203 | 175 |
---|---|---|---|
HSL | 0.10 | 0.43 | 0.78 |
HSV | 35° | 22° | 87° |
CMYK | 0.00 | 0.09 | 0.22 0.13 |
XYZ | 59.5252 | 61.4950 | 49.2898 |
Yxy | 61.4950 | 0.3495 | 0.3611 |
Hunter Lab | 78.4187 | -1.7391 | 17.6266 |
CIE-Lab | 82.6441 | 2.5934 | 16.5099 |
#dfcbaf color RGB value is (223,203,175).
#dfcbaf hex color red value is 223, green value is 203 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #dfcbaf hue: 0.10 , saturation: 0.43 and the lightness value of dfcbaf is 0.78.
The process color (four color CMYK) of #dfcbaf color hex is 0.00, 0.09, 0.22, 0.13. Web safe color of #dfcbaf is #cccc99. Color #dfcbaf contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011111 | 11001011 | 10101111 |
Octal | 337 | 313 | 257 |
Decimal | 223 | 203 | 175 |
Hex | DF | CB | AF |
Shades of #dfcbaf
Tints of #dfcbaf
RGB Percentages of Color #dfcbaf
CMYK Percentages of Color #dfcbaf
Complementary Color
#dfcbaf | #afc3df |
#dfcbaf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dfcbaf Color Preview on White Background
Lorem ipsum dolor sit amet.
#dfcbaf Color CSS Codes
.mybgcolor {background-color:#dfcbaf; } .myforecolor {color:#dfcbaf; } .mybordercolor {border:3px solid #dfcbaf; }
#dfcbaf Text Font Color
<p style="color:#dfcbaf">Text here</p>
This sample text font color is #dfcbaf
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.
#dfcbaf Background Color
<div style="background-color:#dfcbaf">
Div content here</div>
This div background color is #dfcbaf
#dfcbaf Border Color
<div style="border:3px solid #dfcbaf">
Div here</div>
This div border color is #dfcbaf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(223,203,175, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dfcbaf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dfcbaf; -webkit-box-shadow: 1px 1px 3px 2px #dfcbaf; box-shadow: 1px 1px 3px 2px #dfcbaf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(223,203,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 #dfcbaf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dfcbaf; -webkit-box-shadow: 1px 1px 3px 2px #dfcbaf; box-shadow: 1px 1px 3px 2px #dfcbaf;">
Div content here</div>
This div box has shadow with color #dfcbaf
Comments
No comments written yet.
Please login to write comment.