Color spaces of #fdb758
RGB | 253 | 183 | 88 |
---|---|---|---|
HSL | 0.10 | 0.98 | 0.67 |
HSV | 35° | 65° | 99° |
CMYK | 0.00 | 0.28 | 0.65 0.01 |
XYZ | 59.2030 | 55.4542 | 16.8159 |
Yxy | 55.4542 | 0.4503 | 0.4218 |
Hunter Lab | 74.4676 | 11.5923 | 38.7387 |
CIE-Lab | 79.3022 | 16.2252 | 57.0099 |
#fdb758 color RGB value is (253,183,88).
#fdb758 hex color red value is 253, green value is 183 and the blue value of its RGB is 88. Cylindrical-coordinate representations (also known as HSL) of color #fdb758 hue: 0.10 , saturation: 0.98 and the lightness value of fdb758 is 0.67.
The process color (four color CMYK) of #fdb758 color hex is 0.00, 0.28, 0.65, 0.01. Web safe color of #fdb758 is #ffcc66. Color #fdb758 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111101 | 10110111 | 01011000 |
Octal | 375 | 267 | 130 |
Decimal | 253 | 183 | 88 |
Hex | FD | B7 | 58 |
Shades of #fdb758
Tints of #fdb758
RGB Percentages of Color #fdb758
CMYK Percentages of Color #fdb758
Complementary Color
#fdb758 | #589efd |
#fdb758 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fdb758 Color Preview on White Background
Lorem ipsum dolor sit amet.
#fdb758 Color CSS Codes
.mybgcolor {background-color:#fdb758; } .myforecolor {color:#fdb758; } .mybordercolor {border:3px solid #fdb758; }
#fdb758 Text Font Color
<p style="color:#fdb758">Text here</p>
This sample text font color is #fdb758
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.
#fdb758 Background Color
<div style="background-color:#fdb758">
Div content here</div>
This div background color is #fdb758
#fdb758 Border Color
<div style="border:3px solid #fdb758">
Div here</div>
This div border color is #fdb758
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(253,183,88, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fdb758; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fdb758; -webkit-box-shadow: 1px 1px 3px 2px #fdb758; box-shadow: 1px 1px 3px 2px #fdb758; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(253,183,88, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fdb758">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fdb758; -webkit-box-shadow: 1px 1px 3px 2px #fdb758; box-shadow: 1px 1px 3px 2px #fdb758;">
Div content here</div>
This div box has shadow with color #fdb758
Related Colors
Comments
No comments written yet.
Please login to write comment.