Color spaces of #fec586
RGB | 254 | 197 | 134 |
---|---|---|---|
HSL | 0.09 | 0.98 | 0.76 |
HSV | 32° | 47° | 100° |
CMYK | 0.00 | 0.22 | 0.47 0.00 |
XYZ | 65.1424 | 62.7246 | 31.2279 |
Yxy | 62.7246 | 0.4095 | 0.3943 |
Hunter Lab | 79.1989 | 8.2212 | 32.0613 |
CIE-Lab | 83.2973 | 12.8320 | 39.3084 |
#fec586 color RGB value is (254,197,134).
#fec586 hex color red value is 254, green value is 197 and the blue value of its RGB is 134. Cylindrical-coordinate representations (also known as HSL) of color #fec586 hue: 0.09 , saturation: 0.98 and the lightness value of fec586 is 0.76.
The process color (four color CMYK) of #fec586 color hex is 0.00, 0.22, 0.47, 0.00. Web safe color of #fec586 is #ffcc99. Color #fec586 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111110 | 11000101 | 10000110 |
Octal | 376 | 305 | 206 |
Decimal | 254 | 197 | 134 |
Hex | FE | C5 | 86 |
Shades of #fec586
Tints of #fec586
RGB Percentages of Color #fec586
CMYK Percentages of Color #fec586
Complementary Color
#fec586 | #86bffe |
#fec586 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fec586 Color Preview on White Background
Lorem ipsum dolor sit amet.
#fec586 Color CSS Codes
.mybgcolor {background-color:#fec586; } .myforecolor {color:#fec586; } .mybordercolor {border:3px solid #fec586; }
#fec586 Text Font Color
<p style="color:#fec586">Text here</p>
This sample text font color is #fec586
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.
#fec586 Background Color
<div style="background-color:#fec586">
Div content here</div>
This div background color is #fec586
#fec586 Border Color
<div style="border:3px solid #fec586">
Div here</div>
This div border color is #fec586
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(254,197,134, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fec586; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fec586; -webkit-box-shadow: 1px 1px 3px 2px #fec586; box-shadow: 1px 1px 3px 2px #fec586; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(254,197,134, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fec586">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fec586; -webkit-box-shadow: 1px 1px 3px 2px #fec586; box-shadow: 1px 1px 3px 2px #fec586;">
Div content here</div>
This div box has shadow with color #fec586
Comments
No comments written yet.
Please login to write comment.