Color spaces of #dfa4af
RGB | 223 | 164 | 175 |
---|---|---|---|
HSL | 0.97 | 0.48 | 0.76 |
HSV | 349° | 26° | 87° |
CMYK | 0.00 | 0.26 | 0.22 0.13 |
XYZ | 51.4447 | 45.3340 | 46.5964 |
Yxy | 45.3340 | 0.3588 | 0.3162 |
Hunter Lab | 67.3305 | 18.5566 | 6.0995 |
CIE-Lab | 73.1113 | 23.3776 | 2.9236 |
#dfa4af color RGB value is (223,164,175).
#dfa4af hex color red value is 223, green value is 164 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #dfa4af hue: 0.97 , saturation: 0.48 and the lightness value of dfa4af is 0.76.
The process color (four color CMYK) of #dfa4af color hex is 0.00, 0.26, 0.22, 0.13. Web safe color of #dfa4af is #cc9999. Color #dfa4af contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011111 | 10100100 | 10101111 |
Octal | 337 | 244 | 257 |
Decimal | 223 | 164 | 175 |
Hex | DF | A4 | AF |
Shades of #dfa4af
Tints of #dfa4af
RGB Percentages of Color #dfa4af
CMYK Percentages of Color #dfa4af
Complementary Color
#dfa4af | #a4dfd4 |
#dfa4af Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dfa4af Color Preview on White Background
Lorem ipsum dolor sit amet.
#dfa4af Color CSS Codes
.mybgcolor {background-color:#dfa4af; } .myforecolor {color:#dfa4af; } .mybordercolor {border:3px solid #dfa4af; }
#dfa4af Text Font Color
<p style="color:#dfa4af">Text here</p>
This sample text font color is #dfa4af
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.
#dfa4af Background Color
<div style="background-color:#dfa4af">
Div content here</div>
This div background color is #dfa4af
#dfa4af Border Color
<div style="border:3px solid #dfa4af">
Div here</div>
This div border color is #dfa4af
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(223,164,175, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dfa4af; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dfa4af; -webkit-box-shadow: 1px 1px 3px 2px #dfa4af; box-shadow: 1px 1px 3px 2px #dfa4af; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(223,164,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 #dfa4af">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dfa4af; -webkit-box-shadow: 1px 1px 3px 2px #dfa4af; box-shadow: 1px 1px 3px 2px #dfa4af;">
Div content here</div>
This div box has shadow with color #dfa4af
Comments
No comments written yet.
Please login to write comment.