Color spaces of #feac01
RGB | 254 | 172 | 1 |
---|---|---|---|
HSL | 0.11 | 0.99 | 0.50 |
HSV | 41° | 100° | 100° |
CMYK | 0.00 | 0.32 | 1.00 0.00 |
XYZ | 55.6311 | 50.5781 | 6.8592 |
Yxy | 50.5781 | 0.4920 | 0.4473 |
Hunter Lab | 71.1183 | 15.1717 | 44.0644 |
CIE-Lab | 76.4227 | 19.8702 | 79.7701 |
#feac01 color RGB value is (254,172,1).
#feac01 hex color red value is 254, green value is 172 and the blue value of its RGB is 1. Cylindrical-coordinate representations (also known as HSL) of color #feac01 hue: 0.11 , saturation: 0.99 and the lightness value of feac01 is 0.50.
The process color (four color CMYK) of #feac01 color hex is 0.00, 0.32, 1.00, 0.00. Web safe color of #feac01 is #ff9900. Color #feac01 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111110 | 10101100 | 00000001 |
Octal | 376 | 254 | 1 |
Decimal | 254 | 172 | 1 |
Hex | FE | AC | 1 |
Shades of #feac01
Tints of #feac01
RGB Percentages of Color #feac01
CMYK Percentages of Color #feac01
Complementary Color
#feac01 | #0153fe |
#feac01 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#feac01 Color Preview on White Background
Lorem ipsum dolor sit amet.
#feac01 Color CSS Codes
.mybgcolor {background-color:#feac01; } .myforecolor {color:#feac01; } .mybordercolor {border:3px solid #feac01; }
#feac01 Text Font Color
<p style="color:#feac01">Text here</p>
This sample text font color is #feac01
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.
#feac01 Background Color
<div style="background-color:#feac01">
Div content here</div>
This div background color is #feac01
#feac01 Border Color
<div style="border:3px solid #feac01">
Div here</div>
This div border color is #feac01
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(254,172,1, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #feac01; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #feac01; -webkit-box-shadow: 1px 1px 3px 2px #feac01; box-shadow: 1px 1px 3px 2px #feac01; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(254,172,1, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #feac01">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #feac01; -webkit-box-shadow: 1px 1px 3px 2px #feac01; box-shadow: 1px 1px 3px 2px #feac01;">
Div content here</div>
This div box has shadow with color #feac01
#feac01 Color Palettes
Comments
No comments written yet.
Please login to write comment.