Color spaces of #fed96d
RGB | 254 | 217 | 109 |
---|---|---|---|
HSL | 0.12 | 0.99 | 0.71 |
HSV | 45° | 57° | 100° |
CMYK | 0.00 | 0.15 | 0.57 0.00 |
XYZ | 68.4462 | 71.8007 | 24.7194 |
Yxy | 71.8007 | 0.4149 | 0.4352 |
Hunter Lab | 84.7353 | -4.1007 | 42.0183 |
CIE-Lab | 87.8726 | 0.4409 | 57.0824 |
#fed96d color RGB value is (254,217,109).
#fed96d hex color red value is 254, green value is 217 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #fed96d hue: 0.12 , saturation: 0.99 and the lightness value of fed96d is 0.71.
The process color (four color CMYK) of #fed96d color hex is 0.00, 0.15, 0.57, 0.00. Web safe color of #fed96d is #ffcc66. Color #fed96d contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111110 | 11011001 | 01101101 |
Octal | 376 | 331 | 155 |
Decimal | 254 | 217 | 109 |
Hex | FE | D9 | 6D |
Shades of #fed96d
Tints of #fed96d
RGB Percentages of Color #fed96d
CMYK Percentages of Color #fed96d
Complementary Color
#fed96d | #6d92fe |
#fed96d Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fed96d Color Preview on White Background
Lorem ipsum dolor sit amet.
#fed96d Color CSS Codes
.mybgcolor {background-color:#fed96d; } .myforecolor {color:#fed96d; } .mybordercolor {border:3px solid #fed96d; }
#fed96d Text Font Color
<p style="color:#fed96d">Text here</p>
This sample text font color is #fed96d
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.
#fed96d Background Color
<div style="background-color:#fed96d">
Div content here</div>
This div background color is #fed96d
#fed96d Border Color
<div style="border:3px solid #fed96d">
Div here</div>
This div border color is #fed96d
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(254,217,109, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fed96d; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fed96d; -webkit-box-shadow: 1px 1px 3px 2px #fed96d; box-shadow: 1px 1px 3px 2px #fed96d; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(254,217,109, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fed96d">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fed96d; -webkit-box-shadow: 1px 1px 3px 2px #fed96d; box-shadow: 1px 1px 3px 2px #fed96d;">
Div content here</div>
This div box has shadow with color #fed96d
Comments
No comments written yet.
Please login to write comment.