Color spaces of #dfbbad
RGB | 223 | 187 | 173 |
---|---|---|---|
HSL | 0.05 | 0.44 | 0.78 |
HSV | 17° | 22° | 87° |
CMYK | 0.00 | 0.16 | 0.22 0.13 |
XYZ | 55.7446 | 54.2458 | 47.0676 |
Yxy | 54.2458 | 0.3549 | 0.3454 |
Hunter Lab | 73.6517 | 6.2103 | 13.6666 |
CIE-Lab | 78.6048 | 10.7488 | 11.8890 |
#dfbbad color RGB value is (223,187,173).
#dfbbad hex color red value is 223, green value is 187 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #dfbbad hue: 0.05 , saturation: 0.44 and the lightness value of dfbbad is 0.78.
The process color (four color CMYK) of #dfbbad color hex is 0.00, 0.16, 0.22, 0.13. Web safe color of #dfbbad is #cccc99. Color #dfbbad contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011111 | 10111011 | 10101101 |
Octal | 337 | 273 | 255 |
Decimal | 223 | 187 | 173 |
Hex | DF | BB | AD |
Shades of #dfbbad
Tints of #dfbbad
RGB Percentages of Color #dfbbad
CMYK Percentages of Color #dfbbad
Complementary Color
#dfbbad | #add1df |
#dfbbad Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dfbbad Color Preview on White Background
Lorem ipsum dolor sit amet.
#dfbbad Color CSS Codes
.mybgcolor {background-color:#dfbbad; } .myforecolor {color:#dfbbad; } .mybordercolor {border:3px solid #dfbbad; }
#dfbbad Text Font Color
<p style="color:#dfbbad">Text here</p>
This sample text font color is #dfbbad
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.
#dfbbad Background Color
<div style="background-color:#dfbbad">
Div content here</div>
This div background color is #dfbbad
#dfbbad Border Color
<div style="border:3px solid #dfbbad">
Div here</div>
This div border color is #dfbbad
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(223,187,173, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dfbbad; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dfbbad; -webkit-box-shadow: 1px 1px 3px 2px #dfbbad; box-shadow: 1px 1px 3px 2px #dfbbad; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(223,187,173, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dfbbad">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dfbbad; -webkit-box-shadow: 1px 1px 3px 2px #dfbbad; box-shadow: 1px 1px 3px 2px #dfbbad;">
Div content here</div>
This div box has shadow with color #dfbbad
Comments
No comments written yet.
Please login to write comment.