Color spaces of #fccc56
RGB | 252 | 204 | 86 |
---|---|---|---|
HSL | 0.12 | 0.97 | 0.66 |
HSV | 43° | 66° | 99° |
CMYK | 0.00 | 0.19 | 0.66 0.01 |
XYZ | 63.4175 | 64.5531 | 17.9216 |
Yxy | 64.5531 | 0.4347 | 0.4425 |
Hunter Lab | 80.3449 | 0.2891 | 43.0163 |
CIE-Lab | 84.2529 | 4.7869 | 63.2435 |
#fccc56 color RGB value is (252,204,86).
#fccc56 hex color red value is 252, green value is 204 and the blue value of its RGB is 86. Cylindrical-coordinate representations (also known as HSL) of color #fccc56 hue: 0.12 , saturation: 0.97 and the lightness value of fccc56 is 0.66.
The process color (four color CMYK) of #fccc56 color hex is 0.00, 0.19, 0.66, 0.01. Web safe color of #fccc56 is #ffcc66. Color #fccc56 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111100 | 11001100 | 01010110 |
Octal | 374 | 314 | 126 |
Decimal | 252 | 204 | 86 |
Hex | FC | CC | 56 |
Shades of #fccc56
Tints of #fccc56
RGB Percentages of Color #fccc56
CMYK Percentages of Color #fccc56
Complementary Color
#fccc56 | #5686fc |
#fccc56 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fccc56 Color Preview on White Background
Lorem ipsum dolor sit amet.
#fccc56 Color CSS Codes
.mybgcolor {background-color:#fccc56; } .myforecolor {color:#fccc56; } .mybordercolor {border:3px solid #fccc56; }
#fccc56 Text Font Color
<p style="color:#fccc56">Text here</p>
This sample text font color is #fccc56
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.
#fccc56 Background Color
<div style="background-color:#fccc56">
Div content here</div>
This div background color is #fccc56
#fccc56 Border Color
<div style="border:3px solid #fccc56">
Div here</div>
This div border color is #fccc56
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(252,204,86, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fccc56; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fccc56; -webkit-box-shadow: 1px 1px 3px 2px #fccc56; box-shadow: 1px 1px 3px 2px #fccc56; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(252,204,86, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fccc56">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fccc56; -webkit-box-shadow: 1px 1px 3px 2px #fccc56; box-shadow: 1px 1px 3px 2px #fccc56;">
Div content here</div>
This div box has shadow with color #fccc56
Comments
No comments written yet.
Please login to write comment.