Color spaces of #fcfc73
RGB | 252 | 252 | 115 |
---|---|---|---|
HSL | 0.17 | 0.96 | 0.72 |
HSV | 60° | 54° | 99° |
CMYK | 0.00 | 0.00 | 0.54 0.01 |
XYZ | 78.0498 | 91.5541 | 29.7777 |
Yxy | 91.5541 | 0.3915 | 0.4592 |
Hunter Lab | 95.6839 | -21.8436 | 48.5271 |
CIE-Lab | 96.6377 | -17.2898 | 64.3834 |
#fcfc73 color RGB value is (252,252,115).
#fcfc73 hex color red value is 252, green value is 252 and the blue value of its RGB is 115. Cylindrical-coordinate representations (also known as HSL) of color #fcfc73 hue: 0.17 , saturation: 0.96 and the lightness value of fcfc73 is 0.72.
The process color (four color CMYK) of #fcfc73 color hex is 0.00, 0.00, 0.54, 0.01. Web safe color of #fcfc73 is #ffff66. Color #fcfc73 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111100 | 11111100 | 01110011 |
Octal | 374 | 374 | 163 |
Decimal | 252 | 252 | 115 |
Hex | FC | FC | 73 |
Shades of #fcfc73
Tints of #fcfc73
RGB Percentages of Color #fcfc73
CMYK Percentages of Color #fcfc73
Complementary Color
#fcfc73 | #7373fc |
#fcfc73 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fcfc73 Color Preview on White Background
Lorem ipsum dolor sit amet.
#fcfc73 Color CSS Codes
.mybgcolor {background-color:#fcfc73; } .myforecolor {color:#fcfc73; } .mybordercolor {border:3px solid #fcfc73; }
#fcfc73 Text Font Color
<p style="color:#fcfc73">Text here</p>
This sample text font color is #fcfc73
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.
#fcfc73 Background Color
<div style="background-color:#fcfc73">
Div content here</div>
This div background color is #fcfc73
#fcfc73 Border Color
<div style="border:3px solid #fcfc73">
Div here</div>
This div border color is #fcfc73
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(252,252,115, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fcfc73; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fcfc73; -webkit-box-shadow: 1px 1px 3px 2px #fcfc73; box-shadow: 1px 1px 3px 2px #fcfc73; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(252,252,115, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fcfc73">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fcfc73; -webkit-box-shadow: 1px 1px 3px 2px #fcfc73; box-shadow: 1px 1px 3px 2px #fcfc73;">
Div content here</div>
This div box has shadow with color #fcfc73
Comments
No comments written yet.
Please login to write comment.