Color spaces of #feb903
RGB | 254 | 185 | 3 |
---|---|---|---|
HSL | 0.12 | 0.99 | 0.50 |
HSV | 44° | 99° | 100° |
CMYK | 0.00 | 0.27 | 0.99 0.00 |
XYZ | 58.2384 | 55.7753 | 7.7824 |
Yxy | 55.7753 | 0.4782 | 0.4579 |
Hunter Lab | 74.6829 | 8.5010 | 46.0996 |
CIE-Lab | 79.4858 | 13.1020 | 81.6300 |
#feb903 color RGB value is (254,185,3).
#feb903 hex color red value is 254, green value is 185 and the blue value of its RGB is 3. Cylindrical-coordinate representations (also known as HSL) of color #feb903 hue: 0.12 , saturation: 0.99 and the lightness value of feb903 is 0.50.
The process color (four color CMYK) of #feb903 color hex is 0.00, 0.27, 0.99, 0.00. Web safe color of #feb903 is #ffcc00. Color #feb903 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111110 | 10111001 | 00000011 |
Octal | 376 | 271 | 3 |
Decimal | 254 | 185 | 3 |
Hex | FE | B9 | 3 |
Shades of #feb903
Tints of #feb903
RGB Percentages of Color #feb903
CMYK Percentages of Color #feb903
Complementary Color
#feb903 | #0348fe |
#feb903 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#feb903 Color Preview on White Background
Lorem ipsum dolor sit amet.
#feb903 Color CSS Codes
.mybgcolor {background-color:#feb903; } .myforecolor {color:#feb903; } .mybordercolor {border:3px solid #feb903; }
#feb903 Text Font Color
<p style="color:#feb903">Text here</p>
This sample text font color is #feb903
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.
#feb903 Background Color
<div style="background-color:#feb903">
Div content here</div>
This div background color is #feb903
#feb903 Border Color
<div style="border:3px solid #feb903">
Div here</div>
This div border color is #feb903
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(254,185,3, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #feb903; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #feb903; -webkit-box-shadow: 1px 1px 3px 2px #feb903; box-shadow: 1px 1px 3px 2px #feb903; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(254,185,3, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #feb903">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #feb903; -webkit-box-shadow: 1px 1px 3px 2px #feb903; box-shadow: 1px 1px 3px 2px #feb903;">
Div content here</div>
This div box has shadow with color #feb903
Comments
No comments written yet.
Please login to write comment.