Color spaces of #dfb8af
RGB | 223 | 184 | 175 |
---|---|---|---|
HSL | 0.03 | 0.43 | 0.78 |
HSV | 11° | 22° | 87° |
CMYK | 0.00 | 0.17 | 0.22 0.13 |
XYZ | 55.3098 | 53.0641 | 47.8847 |
Yxy | 53.0641 | 0.3540 | 0.3396 |
Hunter Lab | 72.8451 | 8.0525 | 12.0173 |
CIE-Lab | 77.9128 | 12.6406 | 9.8258 |
#dfb8af color RGB value is (223,184,175).
#dfb8af hex color red value is 223, green value is 184 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #dfb8af hue: 0.03 , saturation: 0.43 and the lightness value of dfb8af is 0.78.
The process color (four color CMYK) of #dfb8af color hex is 0.00, 0.17, 0.22, 0.13. Web safe color of #dfb8af is #cccc99. Color #dfb8af contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011111 | 10111000 | 10101111 |
Octal | 337 | 270 | 257 |
Decimal | 223 | 184 | 175 |
Hex | DF | B8 | AF |
Shades of #dfb8af
Tints of #dfb8af
RGB Percentages of Color #dfb8af
CMYK Percentages of Color #dfb8af
Complementary Color
#dfb8af | #afd6df |
#dfb8af Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dfb8af Color Preview on White Background
Lorem ipsum dolor sit amet.
#dfb8af Color CSS Codes
.mybgcolor {background-color:#dfb8af; } .myforecolor {color:#dfb8af; } .mybordercolor {border:3px solid #dfb8af; }
#dfb8af Text Font Color
<p style="color:#dfb8af">Text here</p>
This sample text font color is #dfb8af
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.
#dfb8af Background Color
<div style="background-color:#dfb8af">
Div content here</div>
This div background color is #dfb8af
#dfb8af Border Color
<div style="border:3px solid #dfb8af">
Div here</div>
This div border color is #dfb8af
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(223,184,175, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dfb8af; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dfb8af; -webkit-box-shadow: 1px 1px 3px 2px #dfb8af; box-shadow: 1px 1px 3px 2px #dfb8af; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(223,184,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 #dfb8af">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dfb8af; -webkit-box-shadow: 1px 1px 3px 2px #dfb8af; box-shadow: 1px 1px 3px 2px #dfb8af;">
Div content here</div>
This div box has shadow with color #dfb8af
Comments
No comments written yet.
Please login to write comment.