Color spaces of #f7dfc9
RGB | 247 | 223 | 201 |
---|---|---|---|
HSL | 0.08 | 0.74 | 0.88 |
HSV | 29° | 19° | 97° |
CMYK | 0.00 | 0.10 | 0.19 0.03 |
XYZ | 75.2881 | 76.7666 | 66.1077 |
Yxy | 76.7666 | 0.3451 | 0.3519 |
Hunter Lab | 87.6166 | 0.0545 | 16.5966 |
CIE-Lab | 90.2141 | 4.8095 | 13.7743 |
#f7dfc9 color RGB value is (247,223,201).
#f7dfc9 hex color red value is 247, green value is 223 and the blue value of its RGB is 201. Cylindrical-coordinate representations (also known as HSL) of color #f7dfc9 hue: 0.08 , saturation: 0.74 and the lightness value of f7dfc9 is 0.88.
The process color (four color CMYK) of #f7dfc9 color hex is 0.00, 0.10, 0.19, 0.03. Web safe color of #f7dfc9 is #ffcccc. Color #f7dfc9 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11110111 | 11011111 | 11001001 |
Octal | 367 | 337 | 311 |
Decimal | 247 | 223 | 201 |
Hex | F7 | DF | C9 |
Shades of #f7dfc9
Tints of #f7dfc9
RGB Percentages of Color #f7dfc9
CMYK Percentages of Color #f7dfc9
Complementary Color
#f7dfc9 | #c9e1f7 |
#f7dfc9 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#f7dfc9 Color Preview on White Background
Lorem ipsum dolor sit amet.
#f7dfc9 Color CSS Codes
.mybgcolor {background-color:#f7dfc9; } .myforecolor {color:#f7dfc9; } .mybordercolor {border:3px solid #f7dfc9; }
#f7dfc9 Text Font Color
<p style="color:#f7dfc9">Text here</p>
This sample text font color is #f7dfc9
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.
#f7dfc9 Background Color
<div style="background-color:#f7dfc9">
Div content here</div>
This div background color is #f7dfc9
#f7dfc9 Border Color
<div style="border:3px solid #f7dfc9">
Div here</div>
This div border color is #f7dfc9
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(247,223,201, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #f7dfc9; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #f7dfc9; -webkit-box-shadow: 1px 1px 3px 2px #f7dfc9; box-shadow: 1px 1px 3px 2px #f7dfc9; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(247,223,201, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #f7dfc9">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #f7dfc9; -webkit-box-shadow: 1px 1px 3px 2px #f7dfc9; box-shadow: 1px 1px 3px 2px #f7dfc9;">
Div content here</div>
This div box has shadow with color #f7dfc9
Comments
No comments written yet.
Please login to write comment.