Color spaces of #fed596
RGB | 254 | 213 | 150 |
---|---|---|---|
HSL | 0.10 | 0.98 | 0.79 |
HSV | 36° | 41° | 100° |
CMYK | 0.00 | 0.16 | 0.41 0.00 |
XYZ | 70.1723 | 70.8613 | 38.8333 |
Yxy | 70.8613 | 0.3901 | 0.3940 |
Hunter Lab | 84.1792 | 1.4853 | 31.5739 |
CIE-Lab | 87.4176 | 6.1381 | 36.4729 |
#fed596 color RGB value is (254,213,150).
#fed596 hex color red value is 254, green value is 213 and the blue value of its RGB is 150. Cylindrical-coordinate representations (also known as HSL) of color #fed596 hue: 0.10 , saturation: 0.98 and the lightness value of fed596 is 0.79.
The process color (four color CMYK) of #fed596 color hex is 0.00, 0.16, 0.41, 0.00. Web safe color of #fed596 is #ffcc99. Color #fed596 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111110 | 11010101 | 10010110 |
Octal | 376 | 325 | 226 |
Decimal | 254 | 213 | 150 |
Hex | FE | D5 | 96 |
Shades of #fed596
Tints of #fed596
RGB Percentages of Color #fed596
CMYK Percentages of Color #fed596
Complementary Color
#fed596 | #96bffe |
#fed596 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fed596 Color Preview on White Background
Lorem ipsum dolor sit amet.
#fed596 Color CSS Codes
.mybgcolor {background-color:#fed596; } .myforecolor {color:#fed596; } .mybordercolor {border:3px solid #fed596; }
#fed596 Text Font Color
<p style="color:#fed596">Text here</p>
This sample text font color is #fed596
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.
#fed596 Background Color
<div style="background-color:#fed596">
Div content here</div>
This div background color is #fed596
#fed596 Border Color
<div style="border:3px solid #fed596">
Div here</div>
This div border color is #fed596
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(254,213,150, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fed596; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fed596; -webkit-box-shadow: 1px 1px 3px 2px #fed596; box-shadow: 1px 1px 3px 2px #fed596; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(254,213,150, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fed596">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fed596; -webkit-box-shadow: 1px 1px 3px 2px #fed596; box-shadow: 1px 1px 3px 2px #fed596;">
Div content here</div>
This div box has shadow with color #fed596
Comments
No comments written yet.
Please login to write comment.