Color spaces of #fc978a
RGB | 252 | 151 | 138 |
---|---|---|---|
HSL | 0.02 | 0.95 | 0.76 |
HSV | 7° | 45° | 99° |
CMYK | 0.00 | 0.40 | 0.45 0.01 |
XYZ | 55.7989 | 44.6636 | 29.7248 |
Yxy | 44.6636 | 0.4286 | 0.3431 |
Hunter Lab | 66.8308 | 32.0806 | 20.4108 |
CIE-Lab | 72.6698 | 36.4666 | 23.1363 |
#fc978a color RGB value is (252,151,138).
#fc978a hex color red value is 252, green value is 151 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #fc978a hue: 0.02 , saturation: 0.95 and the lightness value of fc978a is 0.76.
The process color (four color CMYK) of #fc978a color hex is 0.00, 0.40, 0.45, 0.01. Web safe color of #fc978a is #ff9999. Color #fc978a contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111100 | 10010111 | 10001010 |
Octal | 374 | 227 | 212 |
Decimal | 252 | 151 | 138 |
Hex | FC | 97 | 8A |
Shades of #fc978a
Tints of #fc978a
RGB Percentages of Color #fc978a
CMYK Percentages of Color #fc978a
Complementary Color
#fc978a | #8aeffc |
#fc978a Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fc978a Color Preview on White Background
Lorem ipsum dolor sit amet.
#fc978a Color CSS Codes
.mybgcolor {background-color:#fc978a; } .myforecolor {color:#fc978a; } .mybordercolor {border:3px solid #fc978a; }
#fc978a Text Font Color
<p style="color:#fc978a">Text here</p>
This sample text font color is #fc978a
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.
#fc978a Background Color
<div style="background-color:#fc978a">
Div content here</div>
This div background color is #fc978a
#fc978a Border Color
<div style="border:3px solid #fc978a">
Div here</div>
This div border color is #fc978a
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(252,151,138, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fc978a; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fc978a; -webkit-box-shadow: 1px 1px 3px 2px #fc978a; box-shadow: 1px 1px 3px 2px #fc978a; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(252,151,138, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fc978a">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fc978a; -webkit-box-shadow: 1px 1px 3px 2px #fc978a; box-shadow: 1px 1px 3px 2px #fc978a;">
Div content here</div>
This div box has shadow with color #fc978a
Comments
No comments written yet.
Please login to write comment.