Color spaces of #fcad70
RGB | 252 | 173 | 112 |
---|---|---|---|
HSL | 0.07 | 0.96 | 0.71 |
HSV | 26° | 56° | 99° |
CMYK | 0.00 | 0.31 | 0.56 0.01 |
XYZ | 58.0131 | 51.7524 | 22.2608 |
Yxy | 51.7524 | 0.4394 | 0.3920 |
Hunter Lab | 71.9391 | 18.0523 | 32.0107 |
CIE-Lab | 77.1325 | 22.6968 | 42.7521 |
#fcad70 color RGB value is (252,173,112).
#fcad70 hex color red value is 252, green value is 173 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #fcad70 hue: 0.07 , saturation: 0.96 and the lightness value of fcad70 is 0.71.
The process color (four color CMYK) of #fcad70 color hex is 0.00, 0.31, 0.56, 0.01. Web safe color of #fcad70 is #ff9966. Color #fcad70 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111100 | 10101101 | 01110000 |
Octal | 374 | 255 | 160 |
Decimal | 252 | 173 | 112 |
Hex | FC | AD | 70 |
Shades of #fcad70
Tints of #fcad70
RGB Percentages of Color #fcad70
CMYK Percentages of Color #fcad70
Complementary Color
#fcad70 | #70bffc |
#fcad70 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fcad70 Color Preview on White Background
Lorem ipsum dolor sit amet.
#fcad70 Color CSS Codes
.mybgcolor {background-color:#fcad70; } .myforecolor {color:#fcad70; } .mybordercolor {border:3px solid #fcad70; }
#fcad70 Text Font Color
<p style="color:#fcad70">Text here</p>
This sample text font color is #fcad70
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.
#fcad70 Background Color
<div style="background-color:#fcad70">
Div content here</div>
This div background color is #fcad70
#fcad70 Border Color
<div style="border:3px solid #fcad70">
Div here</div>
This div border color is #fcad70
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(252,173,112, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fcad70; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fcad70; -webkit-box-shadow: 1px 1px 3px 2px #fcad70; box-shadow: 1px 1px 3px 2px #fcad70; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(252,173,112, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fcad70">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fcad70; -webkit-box-shadow: 1px 1px 3px 2px #fcad70; box-shadow: 1px 1px 3px 2px #fcad70;">
Div content here</div>
This div box has shadow with color #fcad70
Comments
No comments written yet.
Please login to write comment.