Color spaces of #dfbfa8
RGB | 223 | 191 | 168 |
---|---|---|---|
HSL | 0.07 | 0.46 | 0.77 |
HSV | 25° | 25° | 87° |
CMYK | 0.00 | 0.14 | 0.25 0.13 |
XYZ | 56.1301 | 55.7767 | 44.8534 |
Yxy | 55.7767 | 0.3581 | 0.3558 |
Hunter Lab | 74.6838 | 3.4586 | 16.6704 |
CIE-Lab | 79.4866 | 7.9108 | 15.8187 |
#dfbfa8 color RGB value is (223,191,168).
#dfbfa8 hex color red value is 223, green value is 191 and the blue value of its RGB is 168. Cylindrical-coordinate representations (also known as HSL) of color #dfbfa8 hue: 0.07 , saturation: 0.46 and the lightness value of dfbfa8 is 0.77.
The process color (four color CMYK) of #dfbfa8 color hex is 0.00, 0.14, 0.25, 0.13. Web safe color of #dfbfa8 is #cccc99. Color #dfbfa8 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011111 | 10111111 | 10101000 |
Octal | 337 | 277 | 250 |
Decimal | 223 | 191 | 168 |
Hex | DF | BF | A8 |
Shades of #dfbfa8
Tints of #dfbfa8
RGB Percentages of Color #dfbfa8
CMYK Percentages of Color #dfbfa8
Complementary Color
#dfbfa8 | #a8c8df |
#dfbfa8 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dfbfa8 Color Preview on White Background
Lorem ipsum dolor sit amet.
#dfbfa8 Color CSS Codes
.mybgcolor {background-color:#dfbfa8; } .myforecolor {color:#dfbfa8; } .mybordercolor {border:3px solid #dfbfa8; }
#dfbfa8 Text Font Color
<p style="color:#dfbfa8">Text here</p>
This sample text font color is #dfbfa8
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.
#dfbfa8 Background Color
<div style="background-color:#dfbfa8">
Div content here</div>
This div background color is #dfbfa8
#dfbfa8 Border Color
<div style="border:3px solid #dfbfa8">
Div here</div>
This div border color is #dfbfa8
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(223,191,168, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dfbfa8; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dfbfa8; -webkit-box-shadow: 1px 1px 3px 2px #dfbfa8; box-shadow: 1px 1px 3px 2px #dfbfa8; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(223,191,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 #dfbfa8">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dfbfa8; -webkit-box-shadow: 1px 1px 3px 2px #dfbfa8; box-shadow: 1px 1px 3px 2px #dfbfa8;">
Div content here</div>
This div box has shadow with color #dfbfa8
#dfbfa8 Color Palettes
Comments
No comments written yet.
Please login to write comment.