Color spaces of #feba1c
RGB | 254 | 186 | 28 |
---|---|---|---|
HSL | 0.12 | 0.99 | 0.55 |
HSV | 42° | 89° | 100° |
CMYK | 0.00 | 0.27 | 0.89 0.00 |
XYZ | 58.6416 | 56.2725 | 8.8695 |
Yxy | 56.2725 | 0.4737 | 0.4546 |
Hunter Lab | 75.0150 | 8.2629 | 45.5003 |
CIE-Lab | 79.7687 | 12.8604 | 78.4203 |
#feba1c color RGB value is (254,186,28).
#feba1c hex color red value is 254, green value is 186 and the blue value of its RGB is 28. Cylindrical-coordinate representations (also known as HSL) of color #feba1c hue: 0.12 , saturation: 0.99 and the lightness value of feba1c is 0.55.
The process color (four color CMYK) of #feba1c color hex is 0.00, 0.27, 0.89, 0.00. Web safe color of #feba1c is #ffcc33. Color #feba1c contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111110 | 10111010 | 00011100 |
Octal | 376 | 272 | 34 |
Decimal | 254 | 186 | 28 |
Hex | FE | BA | 1C |
Shades of #feba1c
Tints of #feba1c
RGB Percentages of Color #feba1c
CMYK Percentages of Color #feba1c
Complementary Color
#feba1c | #1c60fe |
#feba1c Color Preview on Black Background
Lorem ipsum dolor sit amet.
#feba1c Color Preview on White Background
Lorem ipsum dolor sit amet.
#feba1c Color CSS Codes
.mybgcolor {background-color:#feba1c; } .myforecolor {color:#feba1c; } .mybordercolor {border:3px solid #feba1c; }
#feba1c Text Font Color
<p style="color:#feba1c">Text here</p>
This sample text font color is #feba1c
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.
#feba1c Background Color
<div style="background-color:#feba1c">
Div content here</div>
This div background color is #feba1c
#feba1c Border Color
<div style="border:3px solid #feba1c">
Div here</div>
This div border color is #feba1c
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(254,186,28, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #feba1c; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #feba1c; -webkit-box-shadow: 1px 1px 3px 2px #feba1c; box-shadow: 1px 1px 3px 2px #feba1c; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(254,186,28, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #feba1c">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #feba1c; -webkit-box-shadow: 1px 1px 3px 2px #feba1c; box-shadow: 1px 1px 3px 2px #feba1c;">
Div content here</div>
This div box has shadow with color #feba1c
Comments
No comments written yet.
Please login to write comment.