Color spaces of #fecb08
RGB | 254 | 203 | 8 |
---|---|---|---|
HSL | 0.13 | 0.99 | 0.51 |
HSV | 48° | 97° | 100° |
CMYK | 0.00 | 0.20 | 0.97 0.00 |
XYZ | 62.2728 | 63.8002 | 9.2623 |
Yxy | 63.8002 | 0.4601 | 0.4714 |
Hunter Lab | 79.8750 | -0.6177 | 49.0373 |
CIE-Lab | 83.8616 | 3.8288 | 84.2157 |
#fecb08 color RGB value is (254,203,8).
#fecb08 hex color red value is 254, green value is 203 and the blue value of its RGB is 8. Cylindrical-coordinate representations (also known as HSL) of color #fecb08 hue: 0.13 , saturation: 0.99 and the lightness value of fecb08 is 0.51.
The process color (four color CMYK) of #fecb08 color hex is 0.00, 0.20, 0.97, 0.00. Web safe color of #fecb08 is #ffcc00. Color #fecb08 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111110 | 11001011 | 00001000 |
Octal | 376 | 313 | 10 |
Decimal | 254 | 203 | 8 |
Hex | FE | CB | 8 |
Shades of #fecb08
Tints of #fecb08
RGB Percentages of Color #fecb08
CMYK Percentages of Color #fecb08
Complementary Color
#fecb08 | #083bfe |
#fecb08 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fecb08 Color Preview on White Background
Lorem ipsum dolor sit amet.
#fecb08 Color CSS Codes
.mybgcolor {background-color:#fecb08; } .myforecolor {color:#fecb08; } .mybordercolor {border:3px solid #fecb08; }
#fecb08 Text Font Color
<p style="color:#fecb08">Text here</p>
This sample text font color is #fecb08
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.
#fecb08 Background Color
<div style="background-color:#fecb08">
Div content here</div>
This div background color is #fecb08
#fecb08 Border Color
<div style="border:3px solid #fecb08">
Div here</div>
This div border color is #fecb08
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(254,203,8, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fecb08; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fecb08; -webkit-box-shadow: 1px 1px 3px 2px #fecb08; box-shadow: 1px 1px 3px 2px #fecb08; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(254,203,8, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fecb08">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fecb08; -webkit-box-shadow: 1px 1px 3px 2px #fecb08; box-shadow: 1px 1px 3px 2px #fecb08;">
Div content here</div>
This div box has shadow with color #fecb08
Comments
No comments written yet.
Please login to write comment.