Color spaces of #fcce54
RGB | 252 | 206 | 84 |
---|---|---|---|
HSL | 0.12 | 0.97 | 0.66 |
HSV | 44° | 67° | 99° |
CMYK | 0.00 | 0.18 | 0.67 0.01 |
XYZ | 63.8164 | 65.4782 | 17.6626 |
Yxy | 65.4782 | 0.4343 | 0.4456 |
Hunter Lab | 80.9186 | -0.8336 | 43.7014 |
CIE-Lab | 84.7296 | 3.6466 | 64.5959 |
#fcce54 color RGB value is (252,206,84).
#fcce54 hex color red value is 252, green value is 206 and the blue value of its RGB is 84. Cylindrical-coordinate representations (also known as HSL) of color #fcce54 hue: 0.12 , saturation: 0.97 and the lightness value of fcce54 is 0.66.
The process color (four color CMYK) of #fcce54 color hex is 0.00, 0.18, 0.67, 0.01. Web safe color of #fcce54 is #ffcc66. Color #fcce54 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111100 | 11001110 | 01010100 |
Octal | 374 | 316 | 124 |
Decimal | 252 | 206 | 84 |
Hex | FC | CE | 54 |
Shades of #fcce54
Tints of #fcce54
RGB Percentages of Color #fcce54
CMYK Percentages of Color #fcce54
Complementary Color
#fcce54 | #5482fc |
#fcce54 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fcce54 Color Preview on White Background
Lorem ipsum dolor sit amet.
#fcce54 Color CSS Codes
.mybgcolor {background-color:#fcce54; } .myforecolor {color:#fcce54; } .mybordercolor {border:3px solid #fcce54; }
#fcce54 Text Font Color
<p style="color:#fcce54">Text here</p>
This sample text font color is #fcce54
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.
#fcce54 Background Color
<div style="background-color:#fcce54">
Div content here</div>
This div background color is #fcce54
#fcce54 Border Color
<div style="border:3px solid #fcce54">
Div here</div>
This div border color is #fcce54
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(252,206,84, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fcce54; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fcce54; -webkit-box-shadow: 1px 1px 3px 2px #fcce54; box-shadow: 1px 1px 3px 2px #fcce54; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(252,206,84, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fcce54">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fcce54; -webkit-box-shadow: 1px 1px 3px 2px #fcce54; box-shadow: 1px 1px 3px 2px #fcce54;">
Div content here</div>
This div box has shadow with color #fcce54
Comments
No comments written yet.
Please login to write comment.