Color spaces of #fcde67
RGB | 252 | 222 | 103 |
---|---|---|---|
HSL | 0.13 | 0.96 | 0.70 |
HSV | 48° | 59° | 99° |
CMYK | 0.00 | 0.12 | 0.59 0.01 |
XYZ | 68.7143 | 73.9173 | 23.4778 |
Yxy | 73.9173 | 0.4137 | 0.4450 |
Hunter Lab | 85.9752 | -7.7932 | 43.9919 |
CIE-Lab | 88.8834 | -3.3317 | 60.9031 |
#fcde67 color RGB value is (252,222,103).
#fcde67 hex color red value is 252, green value is 222 and the blue value of its RGB is 103. Cylindrical-coordinate representations (also known as HSL) of color #fcde67 hue: 0.13 , saturation: 0.96 and the lightness value of fcde67 is 0.70.
The process color (four color CMYK) of #fcde67 color hex is 0.00, 0.12, 0.59, 0.01. Web safe color of #fcde67 is #ffcc66. Color #fcde67 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111100 | 11011110 | 01100111 |
Octal | 374 | 336 | 147 |
Decimal | 252 | 222 | 103 |
Hex | FC | DE | 67 |
Shades of #fcde67
Tints of #fcde67
RGB Percentages of Color #fcde67
CMYK Percentages of Color #fcde67
Complementary Color
#fcde67 | #6785fc |
#fcde67 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fcde67 Color Preview on White Background
Lorem ipsum dolor sit amet.
#fcde67 Color CSS Codes
.mybgcolor {background-color:#fcde67; } .myforecolor {color:#fcde67; } .mybordercolor {border:3px solid #fcde67; }
#fcde67 Text Font Color
<p style="color:#fcde67">Text here</p>
This sample text font color is #fcde67
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.
#fcde67 Background Color
<div style="background-color:#fcde67">
Div content here</div>
This div background color is #fcde67
#fcde67 Border Color
<div style="border:3px solid #fcde67">
Div here</div>
This div border color is #fcde67
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(252,222,103, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fcde67; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fcde67; -webkit-box-shadow: 1px 1px 3px 2px #fcde67; box-shadow: 1px 1px 3px 2px #fcde67; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(252,222,103, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fcde67">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fcde67; -webkit-box-shadow: 1px 1px 3px 2px #fcde67; box-shadow: 1px 1px 3px 2px #fcde67;">
Div content here</div>
This div box has shadow with color #fcde67
Comments
No comments written yet.
Please login to write comment.