Color spaces of #feae29
RGB | 254 | 174 | 41 |
---|---|---|---|
HSL | 0.10 | 0.99 | 0.58 |
HSV | 37° | 84° | 100° |
CMYK | 0.00 | 0.31 | 0.84 0.00 |
XYZ | 56.4093 | 51.5030 | 9.0658 |
Yxy | 51.5030 | 0.4822 | 0.4403 |
Hunter Lab | 71.7656 | 14.7151 | 42.7461 |
CIE-Lab | 76.9827 | 19.3977 | 72.9819 |
#feae29 color RGB value is (254,174,41).
#feae29 hex color red value is 254, green value is 174 and the blue value of its RGB is 41. Cylindrical-coordinate representations (also known as HSL) of color #feae29 hue: 0.10 , saturation: 0.99 and the lightness value of feae29 is 0.58.
The process color (four color CMYK) of #feae29 color hex is 0.00, 0.31, 0.84, 0.00. Web safe color of #feae29 is #ff9933. Color #feae29 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111110 | 10101110 | 00101001 |
Octal | 376 | 256 | 51 |
Decimal | 254 | 174 | 41 |
Hex | FE | AE | 29 |
Shades of #feae29
Tints of #feae29
RGB Percentages of Color #feae29
CMYK Percentages of Color #feae29
Complementary Color
#feae29 | #2979fe |
#feae29 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#feae29 Color Preview on White Background
Lorem ipsum dolor sit amet.
#feae29 Color CSS Codes
.mybgcolor {background-color:#feae29; } .myforecolor {color:#feae29; } .mybordercolor {border:3px solid #feae29; }
#feae29 Text Font Color
<p style="color:#feae29">Text here</p>
This sample text font color is #feae29
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.
#feae29 Background Color
<div style="background-color:#feae29">
Div content here</div>
This div background color is #feae29
#feae29 Border Color
<div style="border:3px solid #feae29">
Div here</div>
This div border color is #feae29
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(254,174,41, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #feae29; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #feae29; -webkit-box-shadow: 1px 1px 3px 2px #feae29; box-shadow: 1px 1px 3px 2px #feae29; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(254,174,41, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #feae29">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #feae29; -webkit-box-shadow: 1px 1px 3px 2px #feae29; box-shadow: 1px 1px 3px 2px #feae29;">
Div content here</div>
This div box has shadow with color #feae29
Comments
No comments written yet.
Please login to write comment.