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