Color spaces of #fd885c
RGB | 253 | 136 | 92 |
---|---|---|---|
HSL | 0.05 | 0.98 | 0.68 |
HSV | 16° | 64° | 99° |
CMYK | 0.00 | 0.46 | 0.64 0.01 |
XYZ | 51.2439 | 39.2637 | 15.0030 |
Yxy | 39.2637 | 0.4857 | 0.3721 |
Hunter Lab | 62.6608 | 36.3208 | 29.6666 |
CIE-Lab | 68.9419 | 40.8184 | 43.1509 |
#fd885c color RGB value is (253,136,92).
#fd885c hex color red value is 253, green value is 136 and the blue value of its RGB is 92. Cylindrical-coordinate representations (also known as HSL) of color #fd885c hue: 0.05 , saturation: 0.98 and the lightness value of fd885c is 0.68.
The process color (four color CMYK) of #fd885c color hex is 0.00, 0.46, 0.64, 0.01. Web safe color of #fd885c is #ff9966. Color #fd885c contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111101 | 10001000 | 01011100 |
Octal | 375 | 210 | 134 |
Decimal | 253 | 136 | 92 |
Hex | FD | 88 | 5C |
Shades of #fd885c
Tints of #fd885c
RGB Percentages of Color #fd885c
CMYK Percentages of Color #fd885c
Complementary Color
#fd885c | #5cd1fd |
#fd885c Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fd885c Color Preview on White Background
Lorem ipsum dolor sit amet.
#fd885c Color CSS Codes
.mybgcolor {background-color:#fd885c; } .myforecolor {color:#fd885c; } .mybordercolor {border:3px solid #fd885c; }
#fd885c Text Font Color
<p style="color:#fd885c">Text here</p>
This sample text font color is #fd885c
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.
#fd885c Background Color
<div style="background-color:#fd885c">
Div content here</div>
This div background color is #fd885c
#fd885c Border Color
<div style="border:3px solid #fd885c">
Div here</div>
This div border color is #fd885c
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(253,136,92, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fd885c; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fd885c; -webkit-box-shadow: 1px 1px 3px 2px #fd885c; box-shadow: 1px 1px 3px 2px #fd885c; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(253,136,92, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fd885c">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fd885c; -webkit-box-shadow: 1px 1px 3px 2px #fd885c; box-shadow: 1px 1px 3px 2px #fd885c;">
Div content here</div>
This div box has shadow with color #fd885c
Comments
No comments written yet.
Please login to write comment.