Color spaces of #fed753
RGB | 254 | 215 | 83 |
---|---|---|---|
HSL | 0.13 | 0.99 | 0.66 |
HSV | 46° | 67° | 100° |
CMYK | 0.00 | 0.15 | 0.67 0.00 |
XYZ | 66.7348 | 70.2962 | 18.2348 |
Yxy | 70.2962 | 0.4298 | 0.4527 |
Hunter Lab | 83.8428 | -4.6477 | 45.7951 |
CIE-Lab | 87.1419 | -0.1767 | 67.5898 |
#fed753 color RGB value is (254,215,83).
#fed753 hex color red value is 254, green value is 215 and the blue value of its RGB is 83. Cylindrical-coordinate representations (also known as HSL) of color #fed753 hue: 0.13 , saturation: 0.99 and the lightness value of fed753 is 0.66.
The process color (four color CMYK) of #fed753 color hex is 0.00, 0.15, 0.67, 0.00. Web safe color of #fed753 is #ffcc66. Color #fed753 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111110 | 11010111 | 01010011 |
Octal | 376 | 327 | 123 |
Decimal | 254 | 215 | 83 |
Hex | FE | D7 | 53 |
Shades of #fed753
Tints of #fed753
RGB Percentages of Color #fed753
CMYK Percentages of Color #fed753
Complementary Color
#fed753 | #537afe |
#fed753 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fed753 Color Preview on White Background
Lorem ipsum dolor sit amet.
#fed753 Color CSS Codes
.mybgcolor {background-color:#fed753; } .myforecolor {color:#fed753; } .mybordercolor {border:3px solid #fed753; }
#fed753 Text Font Color
<p style="color:#fed753">Text here</p>
This sample text font color is #fed753
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.
#fed753 Background Color
<div style="background-color:#fed753">
Div content here</div>
This div background color is #fed753
#fed753 Border Color
<div style="border:3px solid #fed753">
Div here</div>
This div border color is #fed753
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(254,215,83, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fed753; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fed753; -webkit-box-shadow: 1px 1px 3px 2px #fed753; box-shadow: 1px 1px 3px 2px #fed753; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(254,215,83, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fed753">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fed753; -webkit-box-shadow: 1px 1px 3px 2px #fed753; box-shadow: 1px 1px 3px 2px #fed753;">
Div content here</div>
This div box has shadow with color #fed753
Comments
No comments written yet.
Please login to write comment.