Color spaces of #fcb47c
RGB | 252 | 180 | 124 |
---|---|---|---|
HSL | 0.07 | 0.96 | 0.74 |
HSV | 26° | 51° | 99° |
CMYK | 0.00 | 0.29 | 0.51 0.01 |
XYZ | 60.1042 | 54.7932 | 26.4771 |
Yxy | 54.7932 | 0.4251 | 0.3876 |
Hunter Lab | 74.0224 | 15.3979 | 30.6082 |
CIE-Lab | 78.9220 | 20.0196 | 38.8245 |
#fcb47c color RGB value is (252,180,124).
#fcb47c hex color red value is 252, green value is 180 and the blue value of its RGB is 124. Cylindrical-coordinate representations (also known as HSL) of color #fcb47c hue: 0.07 , saturation: 0.96 and the lightness value of fcb47c is 0.74.
The process color (four color CMYK) of #fcb47c color hex is 0.00, 0.29, 0.51, 0.01. Web safe color of #fcb47c is #ffcc66. Color #fcb47c contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111100 | 10110100 | 01111100 |
Octal | 374 | 264 | 174 |
Decimal | 252 | 180 | 124 |
Hex | FC | B4 | 7C |
Shades of #fcb47c
Tints of #fcb47c
RGB Percentages of Color #fcb47c
CMYK Percentages of Color #fcb47c
Complementary Color
#fcb47c | #7cc4fc |
#fcb47c Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fcb47c Color Preview on White Background
Lorem ipsum dolor sit amet.
#fcb47c Color CSS Codes
.mybgcolor {background-color:#fcb47c; } .myforecolor {color:#fcb47c; } .mybordercolor {border:3px solid #fcb47c; }
#fcb47c Text Font Color
<p style="color:#fcb47c">Text here</p>
This sample text font color is #fcb47c
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.
#fcb47c Background Color
<div style="background-color:#fcb47c">
Div content here</div>
This div background color is #fcb47c
#fcb47c Border Color
<div style="border:3px solid #fcb47c">
Div here</div>
This div border color is #fcb47c
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(252,180,124, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fcb47c; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fcb47c; -webkit-box-shadow: 1px 1px 3px 2px #fcb47c; box-shadow: 1px 1px 3px 2px #fcb47c; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(252,180,124, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fcb47c">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fcb47c; -webkit-box-shadow: 1px 1px 3px 2px #fcb47c; box-shadow: 1px 1px 3px 2px #fcb47c;">
Div content here</div>
This div box has shadow with color #fcb47c
Comments
No comments written yet.
Please login to write comment.