Color spaces of #fccc07
RGB | 252 | 204 | 7 |
---|---|---|---|
HSL | 0.13 | 0.98 | 0.51 |
HSV | 48° | 97° | 99° |
CMYK | 0.00 | 0.19 | 0.97 0.01 |
XYZ | 61.7761 | 63.8965 | 9.2783 |
Yxy | 63.8965 | 0.4578 | 0.4735 |
Hunter Lab | 79.9353 | -1.9372 | 49.0728 |
CIE-Lab | 83.9119 | 2.4546 | 84.2517 |
#fccc07 color RGB value is (252,204,7).
#fccc07 hex color red value is 252, green value is 204 and the blue value of its RGB is 7. Cylindrical-coordinate representations (also known as HSL) of color #fccc07 hue: 0.13 , saturation: 0.98 and the lightness value of fccc07 is 0.51.
The process color (four color CMYK) of #fccc07 color hex is 0.00, 0.19, 0.97, 0.01. Web safe color of #fccc07 is #ffcc00. Color #fccc07 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111100 | 11001100 | 00000111 |
Octal | 374 | 314 | 7 |
Decimal | 252 | 204 | 7 |
Hex | FC | CC | 7 |
Shades of #fccc07
Tints of #fccc07
RGB Percentages of Color #fccc07
CMYK Percentages of Color #fccc07
Complementary Color
#fccc07 | #0737fc |
#fccc07 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fccc07 Color Preview on White Background
Lorem ipsum dolor sit amet.
#fccc07 Color CSS Codes
.mybgcolor {background-color:#fccc07; } .myforecolor {color:#fccc07; } .mybordercolor {border:3px solid #fccc07; }
#fccc07 Text Font Color
<p style="color:#fccc07">Text here</p>
This sample text font color is #fccc07
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.
#fccc07 Background Color
<div style="background-color:#fccc07">
Div content here</div>
This div background color is #fccc07
#fccc07 Border Color
<div style="border:3px solid #fccc07">
Div here</div>
This div border color is #fccc07
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(252,204,7, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fccc07; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fccc07; -webkit-box-shadow: 1px 1px 3px 2px #fccc07; box-shadow: 1px 1px 3px 2px #fccc07; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(252,204,7, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fccc07">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fccc07; -webkit-box-shadow: 1px 1px 3px 2px #fccc07; box-shadow: 1px 1px 3px 2px #fccc07;">
Div content here</div>
This div box has shadow with color #fccc07
Comments
No comments written yet.
Please login to write comment.