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