Color spaces of #f8997f
RGB | 248 | 153 | 127 |
---|---|---|---|
HSL | 0.04 | 0.90 | 0.74 |
HSV | 13° | 49° | 97° |
CMYK | 0.00 | 0.38 | 0.49 0.03 |
XYZ | 53.9334 | 44.2712 | 25.7813 |
Yxy | 44.2712 | 0.4350 | 0.3571 |
Hunter Lab | 66.5366 | 28.2499 | 23.6022 |
CIE-Lab | 72.4094 | 32.8705 | 28.6991 |
#f8997f color RGB value is (248,153,127).
#f8997f hex color red value is 248, green value is 153 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #f8997f hue: 0.04 , saturation: 0.90 and the lightness value of f8997f is 0.74.
The process color (four color CMYK) of #f8997f color hex is 0.00, 0.38, 0.49, 0.03. Web safe color of #f8997f is #ff9966. Color #f8997f contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111000 | 10011001 | 01111111 |
Octal | 370 | 231 | 177 |
Decimal | 248 | 153 | 127 |
Hex | F8 | 99 | 7F |
Shades of #f8997f
Tints of #f8997f
RGB Percentages of Color #f8997f
CMYK Percentages of Color #f8997f
Complementary Color
#f8997f | #7fdef8 |
#f8997f Color Preview on Black Background
Lorem ipsum dolor sit amet.
#f8997f Color Preview on White Background
Lorem ipsum dolor sit amet.
#f8997f Color CSS Codes
.mybgcolor {background-color:#f8997f; } .myforecolor {color:#f8997f; } .mybordercolor {border:3px solid #f8997f; }
#f8997f Text Font Color
<p style="color:#f8997f">Text here</p>
This sample text font color is #f8997f
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.
#f8997f Background Color
<div style="background-color:#f8997f">
Div content here</div>
This div background color is #f8997f
#f8997f Border Color
<div style="border:3px solid #f8997f">
Div here</div>
This div border color is #f8997f
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(248,153,127, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #f8997f; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #f8997f; -webkit-box-shadow: 1px 1px 3px 2px #f8997f; box-shadow: 1px 1px 3px 2px #f8997f; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(248,153,127, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #f8997f">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #f8997f; -webkit-box-shadow: 1px 1px 3px 2px #f8997f; box-shadow: 1px 1px 3px 2px #f8997f;">
Div content here</div>
This div box has shadow with color #f8997f
Comments
No comments written yet.
Please login to write comment.