Color spaces of #fad44a
RGB | 250 | 212 | 74 |
---|---|---|---|
HSL | 0.13 | 0.95 | 0.64 |
HSV | 47° | 70° | 98° |
CMYK | 0.00 | 0.15 | 0.70 0.02 |
XYZ | 64.2039 | 67.9054 | 16.2017 |
Yxy | 67.9054 | 0.4329 | 0.4579 |
Hunter Lab | 82.4047 | -5.1338 | 46.0262 |
CIE-Lab | 85.9591 | -0.7688 | 69.8101 |
#fad44a color RGB value is (250,212,74).
#fad44a hex color red value is 250, green value is 212 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #fad44a hue: 0.13 , saturation: 0.95 and the lightness value of fad44a is 0.64.
The process color (four color CMYK) of #fad44a color hex is 0.00, 0.15, 0.70, 0.02. Web safe color of #fad44a is #ffcc33. Color #fad44a contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111010 | 11010100 | 01001010 |
Octal | 372 | 324 | 112 |
Decimal | 250 | 212 | 74 |
Hex | FA | D4 | 4A |
Shades of #fad44a
Tints of #fad44a
RGB Percentages of Color #fad44a
CMYK Percentages of Color #fad44a
Complementary Color
#fad44a | #4a70fa |
#fad44a Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fad44a Color Preview on White Background
Lorem ipsum dolor sit amet.
#fad44a Color CSS Codes
.mybgcolor {background-color:#fad44a; } .myforecolor {color:#fad44a; } .mybordercolor {border:3px solid #fad44a; }
#fad44a Text Font Color
<p style="color:#fad44a">Text here</p>
This sample text font color is #fad44a
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.
#fad44a Background Color
<div style="background-color:#fad44a">
Div content here</div>
This div background color is #fad44a
#fad44a Border Color
<div style="border:3px solid #fad44a">
Div here</div>
This div border color is #fad44a
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(250,212,74, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fad44a; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fad44a; -webkit-box-shadow: 1px 1px 3px 2px #fad44a; box-shadow: 1px 1px 3px 2px #fad44a; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(250,212,74, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fad44a">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fad44a; -webkit-box-shadow: 1px 1px 3px 2px #fad44a; box-shadow: 1px 1px 3px 2px #fad44a;">
Div content here</div>
This div box has shadow with color #fad44a
Comments
No comments written yet.
Please login to write comment.