Color spaces of #dfa28e
RGB | 223 | 162 | 142 |
---|---|---|---|
HSL | 0.04 | 0.56 | 0.72 |
HSV | 15° | 36° | 87° |
CMYK | 0.00 | 0.27 | 0.36 0.13 |
XYZ | 48.2342 | 43.4816 | 31.4418 |
Yxy | 43.4816 | 0.3916 | 0.3531 |
Hunter Lab | 65.9406 | 15.1731 | 17.8877 |
CIE-Lab | 71.8806 | 20.0229 | 19.3241 |
#dfa28e color RGB value is (223,162,142).
#dfa28e hex color red value is 223, green value is 162 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #dfa28e hue: 0.04 , saturation: 0.56 and the lightness value of dfa28e is 0.72.
The process color (four color CMYK) of #dfa28e color hex is 0.00, 0.27, 0.36, 0.13. Web safe color of #dfa28e is #cc9999. Color #dfa28e contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011111 | 10100010 | 10001110 |
Octal | 337 | 242 | 216 |
Decimal | 223 | 162 | 142 |
Hex | DF | A2 | 8E |
Shades of #dfa28e
Tints of #dfa28e
RGB Percentages of Color #dfa28e
CMYK Percentages of Color #dfa28e
Complementary Color
#dfa28e | #8ecbdf |
#dfa28e Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dfa28e Color Preview on White Background
Lorem ipsum dolor sit amet.
#dfa28e Color CSS Codes
.mybgcolor {background-color:#dfa28e; } .myforecolor {color:#dfa28e; } .mybordercolor {border:3px solid #dfa28e; }
#dfa28e Text Font Color
<p style="color:#dfa28e">Text here</p>
This sample text font color is #dfa28e
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.
#dfa28e Background Color
<div style="background-color:#dfa28e">
Div content here</div>
This div background color is #dfa28e
#dfa28e Border Color
<div style="border:3px solid #dfa28e">
Div here</div>
This div border color is #dfa28e
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(223,162,142, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dfa28e; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dfa28e; -webkit-box-shadow: 1px 1px 3px 2px #dfa28e; box-shadow: 1px 1px 3px 2px #dfa28e; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(223,162,142, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dfa28e">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dfa28e; -webkit-box-shadow: 1px 1px 3px 2px #dfa28e; box-shadow: 1px 1px 3px 2px #dfa28e;">
Div content here</div>
This div box has shadow with color #dfa28e
Comments
No comments written yet.
Please login to write comment.