Color spaces of #fcdc65
RGB | 252 | 220 | 101 |
---|---|---|---|
HSL | 0.13 | 0.96 | 0.69 |
HSV | 47° | 60° | 99° |
CMYK | 0.00 | 0.13 | 0.60 0.01 |
XYZ | 68.0870 | 72.8214 | 22.7793 |
Yxy | 72.8214 | 0.4160 | 0.4449 |
Hunter Lab | 85.3355 | -6.9164 | 43.9080 |
CIE-Lab | 88.3625 | -2.4561 | 61.2063 |
#fcdc65 color RGB value is (252,220,101).
#fcdc65 hex color red value is 252, green value is 220 and the blue value of its RGB is 101. Cylindrical-coordinate representations (also known as HSL) of color #fcdc65 hue: 0.13 , saturation: 0.96 and the lightness value of fcdc65 is 0.69.
The process color (four color CMYK) of #fcdc65 color hex is 0.00, 0.13, 0.60, 0.01. Web safe color of #fcdc65 is #ffcc66. Color #fcdc65 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111100 | 11011100 | 01100101 |
Octal | 374 | 334 | 145 |
Decimal | 252 | 220 | 101 |
Hex | FC | DC | 65 |
Shades of #fcdc65
Tints of #fcdc65
RGB Percentages of Color #fcdc65
CMYK Percentages of Color #fcdc65
Complementary Color
#fcdc65 | #6585fc |
#fcdc65 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fcdc65 Color Preview on White Background
Lorem ipsum dolor sit amet.
#fcdc65 Color CSS Codes
.mybgcolor {background-color:#fcdc65; } .myforecolor {color:#fcdc65; } .mybordercolor {border:3px solid #fcdc65; }
#fcdc65 Text Font Color
<p style="color:#fcdc65">Text here</p>
This sample text font color is #fcdc65
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.
#fcdc65 Background Color
<div style="background-color:#fcdc65">
Div content here</div>
This div background color is #fcdc65
#fcdc65 Border Color
<div style="border:3px solid #fcdc65">
Div here</div>
This div border color is #fcdc65
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(252,220,101, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fcdc65; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fcdc65; -webkit-box-shadow: 1px 1px 3px 2px #fcdc65; box-shadow: 1px 1px 3px 2px #fcdc65; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(252,220,101, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fcdc65">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fcdc65; -webkit-box-shadow: 1px 1px 3px 2px #fcdc65; box-shadow: 1px 1px 3px 2px #fcdc65;">
Div content here</div>
This div box has shadow with color #fcdc65
Comments
No comments written yet.
Please login to write comment.