Color spaces of #dfacaa
RGB | 223 | 172 | 170 |
---|---|---|---|
HSL | 0.01 | 0.45 | 0.77 |
HSV | 2° | 24° | 87° |
CMYK | 0.00 | 0.23 | 0.24 0.13 |
XYZ | 52.4396 | 48.0953 | 44.5497 |
Yxy | 48.0953 | 0.3614 | 0.3315 |
Hunter Lab | 69.3508 | 13.6089 | 10.4587 |
CIE-Lab | 74.8850 | 18.3423 | 8.2216 |
#dfacaa color RGB value is (223,172,170).
#dfacaa hex color red value is 223, green value is 172 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #dfacaa hue: 0.01 , saturation: 0.45 and the lightness value of dfacaa is 0.77.
The process color (four color CMYK) of #dfacaa color hex is 0.00, 0.23, 0.24, 0.13. Web safe color of #dfacaa is #cc9999. Color #dfacaa contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011111 | 10101100 | 10101010 |
Octal | 337 | 254 | 252 |
Decimal | 223 | 172 | 170 |
Hex | DF | AC | AA |
Shades of #dfacaa
Tints of #dfacaa
RGB Percentages of Color #dfacaa
CMYK Percentages of Color #dfacaa
Complementary Color
#dfacaa | #aadddf |
#dfacaa Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dfacaa Color Preview on White Background
Lorem ipsum dolor sit amet.
#dfacaa Color CSS Codes
.mybgcolor {background-color:#dfacaa; } .myforecolor {color:#dfacaa; } .mybordercolor {border:3px solid #dfacaa; }
#dfacaa Text Font Color
<p style="color:#dfacaa">Text here</p>
This sample text font color is #dfacaa
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.
#dfacaa Background Color
<div style="background-color:#dfacaa">
Div content here</div>
This div background color is #dfacaa
#dfacaa Border Color
<div style="border:3px solid #dfacaa">
Div here</div>
This div border color is #dfacaa
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(223,172,170, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dfacaa; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dfacaa; -webkit-box-shadow: 1px 1px 3px 2px #dfacaa; box-shadow: 1px 1px 3px 2px #dfacaa; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(223,172,170, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dfacaa">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dfacaa; -webkit-box-shadow: 1px 1px 3px 2px #dfacaa; box-shadow: 1px 1px 3px 2px #dfacaa;">
Div content here</div>
This div box has shadow with color #dfacaa
Comments
No comments written yet.
Please login to write comment.