Color spaces of #f7fcaa
RGB | 247 | 252 | 170 |
---|---|---|---|
HSL | 0.18 | 0.93 | 0.83 |
HSV | 64° | 33° | 99° |
CMYK | 0.02 | 0.00 | 0.33 0.01 |
XYZ | 80.4239 | 92.2972 | 51.6066 |
Yxy | 92.2972 | 0.3585 | 0.4114 |
Hunter Lab | 96.0714 | -18.6980 | 35.4012 |
CIE-Lab | 96.9417 | -13.8998 | 38.7915 |
#f7fcaa color RGB value is (247,252,170).
#f7fcaa hex color red value is 247, green value is 252 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #f7fcaa hue: 0.18 , saturation: 0.93 and the lightness value of f7fcaa is 0.83.
The process color (four color CMYK) of #f7fcaa color hex is 0.02, 0.00, 0.33, 0.01. Web safe color of #f7fcaa is #ffff99. Color #f7fcaa contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11110111 | 11111100 | 10101010 |
Octal | 367 | 374 | 252 |
Decimal | 247 | 252 | 170 |
Hex | F7 | FC | AA |
Shades of #f7fcaa
Tints of #f7fcaa
RGB Percentages of Color #f7fcaa
CMYK Percentages of Color #f7fcaa
Complementary Color
#f7fcaa | #afaafc |
#f7fcaa Color Preview on Black Background
Lorem ipsum dolor sit amet.
#f7fcaa Color Preview on White Background
Lorem ipsum dolor sit amet.
#f7fcaa Color CSS Codes
.mybgcolor {background-color:#f7fcaa; } .myforecolor {color:#f7fcaa; } .mybordercolor {border:3px solid #f7fcaa; }
#f7fcaa Text Font Color
<p style="color:#f7fcaa">Text here</p>
This sample text font color is #f7fcaa
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.
#f7fcaa Background Color
<div style="background-color:#f7fcaa">
Div content here</div>
This div background color is #f7fcaa
#f7fcaa Border Color
<div style="border:3px solid #f7fcaa">
Div here</div>
This div border color is #f7fcaa
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(247,252,170, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #f7fcaa; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #f7fcaa; -webkit-box-shadow: 1px 1px 3px 2px #f7fcaa; box-shadow: 1px 1px 3px 2px #f7fcaa; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(247,252,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 #f7fcaa">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #f7fcaa; -webkit-box-shadow: 1px 1px 3px 2px #f7fcaa; box-shadow: 1px 1px 3px 2px #f7fcaa;">
Div content here</div>
This div box has shadow with color #f7fcaa
Comments
No comments written yet.
Please login to write comment.