Color spaces of #f7dcaa
RGB | 247 | 220 | 170 |
---|---|---|---|
HSL | 0.11 | 0.83 | 0.82 |
HSV | 39° | 31° | 97° |
CMYK | 0.00 | 0.11 | 0.31 0.03 |
XYZ | 71.2067 | 73.8628 | 48.5342 |
Yxy | 73.8628 | 0.3678 | 0.3815 |
Hunter Lab | 85.9435 | -2.5086 | 26.6780 |
CIE-Lab | 88.8576 | 2.1408 | 28.0115 |
#f7dcaa color RGB value is (247,220,170).
#f7dcaa hex color red value is 247, green value is 220 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #f7dcaa hue: 0.11 , saturation: 0.83 and the lightness value of f7dcaa is 0.82.
The process color (four color CMYK) of #f7dcaa color hex is 0.00, 0.11, 0.31, 0.03. Web safe color of #f7dcaa is #ffcc99. Color #f7dcaa contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11110111 | 11011100 | 10101010 |
Octal | 367 | 334 | 252 |
Decimal | 247 | 220 | 170 |
Hex | F7 | DC | AA |
Shades of #f7dcaa
Tints of #f7dcaa
RGB Percentages of Color #f7dcaa
CMYK Percentages of Color #f7dcaa
Complementary Color
#f7dcaa | #aac5f7 |
#f7dcaa Color Preview on Black Background
Lorem ipsum dolor sit amet.
#f7dcaa Color Preview on White Background
Lorem ipsum dolor sit amet.
#f7dcaa Color CSS Codes
.mybgcolor {background-color:#f7dcaa; } .myforecolor {color:#f7dcaa; } .mybordercolor {border:3px solid #f7dcaa; }
#f7dcaa Text Font Color
<p style="color:#f7dcaa">Text here</p>
This sample text font color is #f7dcaa
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.
#f7dcaa Background Color
<div style="background-color:#f7dcaa">
Div content here</div>
This div background color is #f7dcaa
#f7dcaa Border Color
<div style="border:3px solid #f7dcaa">
Div here</div>
This div border color is #f7dcaa
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(247,220,170, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #f7dcaa; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #f7dcaa; -webkit-box-shadow: 1px 1px 3px 2px #f7dcaa; box-shadow: 1px 1px 3px 2px #f7dcaa; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(247,220,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 #f7dcaa">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #f7dcaa; -webkit-box-shadow: 1px 1px 3px 2px #f7dcaa; box-shadow: 1px 1px 3px 2px #f7dcaa;">
Div content here</div>
This div box has shadow with color #f7dcaa
Comments
No comments written yet.
Please login to write comment.