Color spaces of #fdcd61
RGB | 253 | 205 | 97 |
---|---|---|---|
HSL | 0.12 | 0.98 | 0.69 |
HSV | 42° | 62° | 99° |
CMYK | 0.00 | 0.19 | 0.62 0.01 |
XYZ | 64.4970 | 65.4084 | 20.5350 |
Yxy | 65.4084 | 0.4287 | 0.4348 |
Hunter Lab | 80.8755 | 0.8191 | 41.5586 |
CIE-Lab | 84.6937 | 5.3519 | 58.9157 |
#fdcd61 color RGB value is (253,205,97).
#fdcd61 hex color red value is 253, green value is 205 and the blue value of its RGB is 97. Cylindrical-coordinate representations (also known as HSL) of color #fdcd61 hue: 0.12 , saturation: 0.98 and the lightness value of fdcd61 is 0.69.
The process color (four color CMYK) of #fdcd61 color hex is 0.00, 0.19, 0.62, 0.01. Web safe color of #fdcd61 is #ffcc66. Color #fdcd61 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111101 | 11001101 | 01100001 |
Octal | 375 | 315 | 141 |
Decimal | 253 | 205 | 97 |
Hex | FD | CD | 61 |
Shades of #fdcd61
Tints of #fdcd61
RGB Percentages of Color #fdcd61
CMYK Percentages of Color #fdcd61
Complementary Color
#fdcd61 | #6191fd |
#fdcd61 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fdcd61 Color Preview on White Background
Lorem ipsum dolor sit amet.
#fdcd61 Color CSS Codes
.mybgcolor {background-color:#fdcd61; } .myforecolor {color:#fdcd61; } .mybordercolor {border:3px solid #fdcd61; }
#fdcd61 Text Font Color
<p style="color:#fdcd61">Text here</p>
This sample text font color is #fdcd61
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.
#fdcd61 Background Color
<div style="background-color:#fdcd61">
Div content here</div>
This div background color is #fdcd61
#fdcd61 Border Color
<div style="border:3px solid #fdcd61">
Div here</div>
This div border color is #fdcd61
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(253,205,97, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fdcd61; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fdcd61; -webkit-box-shadow: 1px 1px 3px 2px #fdcd61; box-shadow: 1px 1px 3px 2px #fdcd61; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(253,205,97, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fdcd61">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fdcd61; -webkit-box-shadow: 1px 1px 3px 2px #fdcd61; box-shadow: 1px 1px 3px 2px #fdcd61;">
Div content here</div>
This div box has shadow with color #fdcd61
Comments
No comments written yet.
Please login to write comment.