Color spaces of #febc3d
RGB | 254 | 188 | 61 |
---|---|---|---|
HSL | 0.11 | 0.99 | 0.62 |
HSV | 39° | 76° | 100° |
CMYK | 0.00 | 0.26 | 0.76 0.00 |
XYZ | 59.6986 | 57.3742 | 12.3428 |
Yxy | 57.3742 | 0.4613 | 0.4433 |
Hunter Lab | 75.7458 | 8.1287 | 43.3607 |
CIE-Lab | 80.3896 | 12.7262 | 69.3951 |
#febc3d color RGB value is (254,188,61).
#febc3d hex color red value is 254, green value is 188 and the blue value of its RGB is 61. Cylindrical-coordinate representations (also known as HSL) of color #febc3d hue: 0.11 , saturation: 0.99 and the lightness value of febc3d is 0.62.
The process color (four color CMYK) of #febc3d color hex is 0.00, 0.26, 0.76, 0.00. Web safe color of #febc3d is #ffcc33. Color #febc3d contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111110 | 10111100 | 00111101 |
Octal | 376 | 274 | 75 |
Decimal | 254 | 188 | 61 |
Hex | FE | BC | 3D |
Shades of #febc3d
Tints of #febc3d
RGB Percentages of Color #febc3d
CMYK Percentages of Color #febc3d
Complementary Color
#febc3d | #3d7ffe |
#febc3d Color Preview on Black Background
Lorem ipsum dolor sit amet.
#febc3d Color Preview on White Background
Lorem ipsum dolor sit amet.
#febc3d Color CSS Codes
.mybgcolor {background-color:#febc3d; } .myforecolor {color:#febc3d; } .mybordercolor {border:3px solid #febc3d; }
#febc3d Text Font Color
<p style="color:#febc3d">Text here</p>
This sample text font color is #febc3d
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.
#febc3d Background Color
<div style="background-color:#febc3d">
Div content here</div>
This div background color is #febc3d
#febc3d Border Color
<div style="border:3px solid #febc3d">
Div here</div>
This div border color is #febc3d
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(254,188,61, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #febc3d; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #febc3d; -webkit-box-shadow: 1px 1px 3px 2px #febc3d; box-shadow: 1px 1px 3px 2px #febc3d; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(254,188,61, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #febc3d">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #febc3d; -webkit-box-shadow: 1px 1px 3px 2px #febc3d; box-shadow: 1px 1px 3px 2px #febc3d;">
Div content here</div>
This div box has shadow with color #febc3d
Comments
No comments written yet.
Please login to write comment.