Color spaces of #fad90b
RGB | 250 | 217 | 11 |
---|---|---|---|
HSL | 0.14 | 0.96 | 0.51 |
HSV | 52° | 96° | 98° |
CMYK | 0.00 | 0.13 | 0.96 0.02 |
XYZ | 64.2976 | 69.9739 | 10.4341 |
Yxy | 69.9739 | 0.4443 | 0.4836 |
Hunter Lab | 83.6504 | -9.1848 | 51.1598 |
CIE-Lab | 86.9841 | -4.9734 | 86.0361 |
#fad90b color RGB value is (250,217,11).
#fad90b hex color red value is 250, green value is 217 and the blue value of its RGB is 11. Cylindrical-coordinate representations (also known as HSL) of color #fad90b hue: 0.14 , saturation: 0.96 and the lightness value of fad90b is 0.51.
The process color (four color CMYK) of #fad90b color hex is 0.00, 0.13, 0.96, 0.02. Web safe color of #fad90b is #ffcc00. Color #fad90b contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111010 | 11011001 | 00001011 |
Octal | 372 | 331 | 13 |
Decimal | 250 | 217 | 11 |
Hex | FA | D9 | B |
Shades of #fad90b
Tints of #fad90b
RGB Percentages of Color #fad90b
CMYK Percentages of Color #fad90b
Complementary Color
#fad90b | #0b2cfa |
#fad90b Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fad90b Color Preview on White Background
Lorem ipsum dolor sit amet.
#fad90b Color CSS Codes
.mybgcolor {background-color:#fad90b; } .myforecolor {color:#fad90b; } .mybordercolor {border:3px solid #fad90b; }
#fad90b Text Font Color
<p style="color:#fad90b">Text here</p>
This sample text font color is #fad90b
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.
#fad90b Background Color
<div style="background-color:#fad90b">
Div content here</div>
This div background color is #fad90b
#fad90b Border Color
<div style="border:3px solid #fad90b">
Div here</div>
This div border color is #fad90b
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(250,217,11, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fad90b; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fad90b; -webkit-box-shadow: 1px 1px 3px 2px #fad90b; box-shadow: 1px 1px 3px 2px #fad90b; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(250,217,11, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fad90b">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fad90b; -webkit-box-shadow: 1px 1px 3px 2px #fad90b; box-shadow: 1px 1px 3px 2px #fad90b;">
Div content here</div>
This div box has shadow with color #fad90b
Comments
No comments written yet.
Please login to write comment.