Color spaces of #dfbda8
RGB | 223 | 189 | 168 |
---|---|---|---|
HSL | 0.06 | 0.46 | 0.77 |
HSV | 23° | 25° | 87° |
CMYK | 0.00 | 0.15 | 0.25 0.13 |
XYZ | 55.6969 | 54.9103 | 44.7090 |
Yxy | 54.9103 | 0.3586 | 0.3535 |
Hunter Lab | 74.1015 | 4.4884 | 16.0985 |
CIE-Lab | 78.9896 | 8.9711 | 15.1217 |
#dfbda8 color RGB value is (223,189,168).
#dfbda8 hex color red value is 223, green value is 189 and the blue value of its RGB is 168. Cylindrical-coordinate representations (also known as HSL) of color #dfbda8 hue: 0.06 , saturation: 0.46 and the lightness value of dfbda8 is 0.77.
The process color (four color CMYK) of #dfbda8 color hex is 0.00, 0.15, 0.25, 0.13. Web safe color of #dfbda8 is #cccc99. Color #dfbda8 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011111 | 10111101 | 10101000 |
Octal | 337 | 275 | 250 |
Decimal | 223 | 189 | 168 |
Hex | DF | BD | A8 |
Shades of #dfbda8
Tints of #dfbda8
RGB Percentages of Color #dfbda8
CMYK Percentages of Color #dfbda8
Complementary Color
#dfbda8 | #a8cadf |
#dfbda8 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dfbda8 Color Preview on White Background
Lorem ipsum dolor sit amet.
#dfbda8 Color CSS Codes
.mybgcolor {background-color:#dfbda8; } .myforecolor {color:#dfbda8; } .mybordercolor {border:3px solid #dfbda8; }
#dfbda8 Text Font Color
<p style="color:#dfbda8">Text here</p>
This sample text font color is #dfbda8
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.
#dfbda8 Background Color
<div style="background-color:#dfbda8">
Div content here</div>
This div background color is #dfbda8
#dfbda8 Border Color
<div style="border:3px solid #dfbda8">
Div here</div>
This div border color is #dfbda8
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(223,189,168, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dfbda8; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dfbda8; -webkit-box-shadow: 1px 1px 3px 2px #dfbda8; box-shadow: 1px 1px 3px 2px #dfbda8; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(223,189,168, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dfbda8">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dfbda8; -webkit-box-shadow: 1px 1px 3px 2px #dfbda8; box-shadow: 1px 1px 3px 2px #dfbda8;">
Div content here</div>
This div box has shadow with color #dfbda8
Comments
No comments written yet.
Please login to write comment.