Color spaces of #fdca65
RGB | 253 | 202 | 101 |
---|---|---|---|
HSL | 0.11 | 0.97 | 0.69 |
HSV | 40° | 60° | 99° |
CMYK | 0.00 | 0.20 | 0.60 0.01 |
XYZ | 63.9775 | 64.0633 | 21.3054 |
Yxy | 64.0633 | 0.4284 | 0.4290 |
Hunter Lab | 80.0396 | 2.6100 | 40.2455 |
CIE-Lab | 83.9987 | 7.1649 | 56.3006 |
#fdca65 color RGB value is (253,202,101).
#fdca65 hex color red value is 253, green value is 202 and the blue value of its RGB is 101. Cylindrical-coordinate representations (also known as HSL) of color #fdca65 hue: 0.11 , saturation: 0.97 and the lightness value of fdca65 is 0.69.
The process color (four color CMYK) of #fdca65 color hex is 0.00, 0.20, 0.60, 0.01. Web safe color of #fdca65 is #ffcc66. Color #fdca65 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111101 | 11001010 | 01100101 |
Octal | 375 | 312 | 145 |
Decimal | 253 | 202 | 101 |
Hex | FD | CA | 65 |
Shades of #fdca65
Tints of #fdca65
RGB Percentages of Color #fdca65
CMYK Percentages of Color #fdca65
Complementary Color
#fdca65 | #6598fd |
#fdca65 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fdca65 Color Preview on White Background
Lorem ipsum dolor sit amet.
#fdca65 Color CSS Codes
.mybgcolor {background-color:#fdca65; } .myforecolor {color:#fdca65; } .mybordercolor {border:3px solid #fdca65; }
#fdca65 Text Font Color
<p style="color:#fdca65">Text here</p>
This sample text font color is #fdca65
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.
#fdca65 Background Color
<div style="background-color:#fdca65">
Div content here</div>
This div background color is #fdca65
#fdca65 Border Color
<div style="border:3px solid #fdca65">
Div here</div>
This div border color is #fdca65
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(253,202,101, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fdca65; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fdca65; -webkit-box-shadow: 1px 1px 3px 2px #fdca65; box-shadow: 1px 1px 3px 2px #fdca65; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(253,202,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 #fdca65">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fdca65; -webkit-box-shadow: 1px 1px 3px 2px #fdca65; box-shadow: 1px 1px 3px 2px #fdca65;">
Div content here</div>
This div box has shadow with color #fdca65
Comments
No comments written yet.
Please login to write comment.