Color spaces of #fec654
RGB | 254 | 198 | 84 |
---|---|---|---|
HSL | 0.11 | 0.99 | 0.66 |
HSV | 40° | 67° | 100° |
CMYK | 0.00 | 0.22 | 0.67 0.00 |
XYZ | 62.6674 | 62.0991 | 17.0709 |
Yxy | 62.0991 | 0.4418 | 0.4378 |
Hunter Lab | 78.8030 | 4.0454 | 42.3182 |
CIE-Lab | 82.9661 | 8.6042 | 62.7873 |
#fec654 color RGB value is (254,198,84).
#fec654 hex color red value is 254, green value is 198 and the blue value of its RGB is 84. Cylindrical-coordinate representations (also known as HSL) of color #fec654 hue: 0.11 , saturation: 0.99 and the lightness value of fec654 is 0.66.
The process color (four color CMYK) of #fec654 color hex is 0.00, 0.22, 0.67, 0.00. Web safe color of #fec654 is #ffcc66. Color #fec654 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111110 | 11000110 | 01010100 |
Octal | 376 | 306 | 124 |
Decimal | 254 | 198 | 84 |
Hex | FE | C6 | 54 |
Shades of #fec654
Tints of #fec654
RGB Percentages of Color #fec654
CMYK Percentages of Color #fec654
Complementary Color
#fec654 | #548cfe |
#fec654 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fec654 Color Preview on White Background
Lorem ipsum dolor sit amet.
#fec654 Color CSS Codes
.mybgcolor {background-color:#fec654; } .myforecolor {color:#fec654; } .mybordercolor {border:3px solid #fec654; }
#fec654 Text Font Color
<p style="color:#fec654">Text here</p>
This sample text font color is #fec654
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.
#fec654 Background Color
<div style="background-color:#fec654">
Div content here</div>
This div background color is #fec654
#fec654 Border Color
<div style="border:3px solid #fec654">
Div here</div>
This div border color is #fec654
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(254,198,84, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fec654; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fec654; -webkit-box-shadow: 1px 1px 3px 2px #fec654; box-shadow: 1px 1px 3px 2px #fec654; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(254,198,84, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fec654">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fec654; -webkit-box-shadow: 1px 1px 3px 2px #fec654; box-shadow: 1px 1px 3px 2px #fec654;">
Div content here</div>
This div box has shadow with color #fec654
Comments
No comments written yet.
Please login to write comment.