Color spaces of #dfc5bf
RGB | 223 | 197 | 191 |
---|---|---|---|
HSL | 0.03 | 0.33 | 0.81 |
HSV | 11° | 14° | 87° |
CMYK | 0.00 | 0.12 | 0.14 0.13 |
XYZ | 59.8016 | 59.3821 | 57.6002 |
Yxy | 59.3821 | 0.3383 | 0.3359 |
Hunter Lab | 77.0598 | 3.6688 | 9.6241 |
CIE-Lab | 81.5012 | 8.1810 | 6.3529 |
#dfc5bf color RGB value is (223,197,191).
#dfc5bf hex color red value is 223, green value is 197 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #dfc5bf hue: 0.03 , saturation: 0.33 and the lightness value of dfc5bf is 0.81.
The process color (four color CMYK) of #dfc5bf color hex is 0.00, 0.12, 0.14, 0.13. Web safe color of #dfc5bf is #cccccc. Color #dfc5bf contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011111 | 11000101 | 10111111 |
Octal | 337 | 305 | 277 |
Decimal | 223 | 197 | 191 |
Hex | DF | C5 | BF |
Shades of #dfc5bf
Tints of #dfc5bf
RGB Percentages of Color #dfc5bf
CMYK Percentages of Color #dfc5bf
Complementary Color
#dfc5bf | #bfd9df |
#dfc5bf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dfc5bf Color Preview on White Background
Lorem ipsum dolor sit amet.
#dfc5bf Color CSS Codes
.mybgcolor {background-color:#dfc5bf; } .myforecolor {color:#dfc5bf; } .mybordercolor {border:3px solid #dfc5bf; }
#dfc5bf Text Font Color
<p style="color:#dfc5bf">Text here</p>
This sample text font color is #dfc5bf
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.
#dfc5bf Background Color
<div style="background-color:#dfc5bf">
Div content here</div>
This div background color is #dfc5bf
#dfc5bf Border Color
<div style="border:3px solid #dfc5bf">
Div here</div>
This div border color is #dfc5bf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(223,197,191, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dfc5bf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dfc5bf; -webkit-box-shadow: 1px 1px 3px 2px #dfc5bf; box-shadow: 1px 1px 3px 2px #dfc5bf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(223,197,191, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dfc5bf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dfc5bf; -webkit-box-shadow: 1px 1px 3px 2px #dfc5bf; box-shadow: 1px 1px 3px 2px #dfc5bf;">
Div content here</div>
This div box has shadow with color #dfc5bf
Comments
No comments written yet.
Please login to write comment.