Color spaces of #faee3b
RGB | 250 | 238 | 59 |
---|---|---|---|
HSL | 0.16 | 0.95 | 0.61 |
HSV | 56° | 76° | 98° |
CMYK | 0.00 | 0.05 | 0.76 0.02 |
XYZ | 70.7883 | 81.7888 | 16.1936 |
Yxy | 81.7888 | 0.4194 | 0.4846 |
Hunter Lab | 90.4372 | -18.5469 | 52.6896 |
CIE-Lab | 92.4816 | -14.3709 | 81.0733 |
#faee3b color RGB value is (250,238,59).
#faee3b hex color red value is 250, green value is 238 and the blue value of its RGB is 59. Cylindrical-coordinate representations (also known as HSL) of color #faee3b hue: 0.16 , saturation: 0.95 and the lightness value of faee3b is 0.61.
The process color (four color CMYK) of #faee3b color hex is 0.00, 0.05, 0.76, 0.02. Web safe color of #faee3b is #ffff33. Color #faee3b contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111010 | 11101110 | 00111011 |
Octal | 372 | 356 | 73 |
Decimal | 250 | 238 | 59 |
Hex | FA | EE | 3B |
Shades of #faee3b
Tints of #faee3b
RGB Percentages of Color #faee3b
CMYK Percentages of Color #faee3b
Complementary Color
#faee3b | #3b47fa |
#faee3b Color Preview on Black Background
Lorem ipsum dolor sit amet.
#faee3b Color Preview on White Background
Lorem ipsum dolor sit amet.
#faee3b Color CSS Codes
.mybgcolor {background-color:#faee3b; } .myforecolor {color:#faee3b; } .mybordercolor {border:3px solid #faee3b; }
#faee3b Text Font Color
<p style="color:#faee3b">Text here</p>
This sample text font color is #faee3b
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.
#faee3b Background Color
<div style="background-color:#faee3b">
Div content here</div>
This div background color is #faee3b
#faee3b Border Color
<div style="border:3px solid #faee3b">
Div here</div>
This div border color is #faee3b
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(250,238,59, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #faee3b; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #faee3b; -webkit-box-shadow: 1px 1px 3px 2px #faee3b; box-shadow: 1px 1px 3px 2px #faee3b; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(250,238,59, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #faee3b">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #faee3b; -webkit-box-shadow: 1px 1px 3px 2px #faee3b; box-shadow: 1px 1px 3px 2px #faee3b;">
Div content here</div>
This div box has shadow with color #faee3b
Comments
No comments written yet.
Please login to write comment.