Color spaces of #fabd44
RGB | 250 | 189 | 68 |
---|---|---|---|
HSL | 0.11 | 0.95 | 0.62 |
HSV | 40° | 73° | 98° |
CMYK | 0.00 | 0.24 | 0.73 0.02 |
XYZ | 58.6653 | 57.1365 | 13.4053 |
Yxy | 57.1365 | 0.4540 | 0.4422 |
Hunter Lab | 75.5887 | 6.2558 | 42.3973 |
CIE-Lab | 80.2563 | 10.8158 | 66.4639 |
#fabd44 color RGB value is (250,189,68).
#fabd44 hex color red value is 250, green value is 189 and the blue value of its RGB is 68. Cylindrical-coordinate representations (also known as HSL) of color #fabd44 hue: 0.11 , saturation: 0.95 and the lightness value of fabd44 is 0.62.
The process color (four color CMYK) of #fabd44 color hex is 0.00, 0.24, 0.73, 0.02. Web safe color of #fabd44 is #ffcc33. Color #fabd44 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111010 | 10111101 | 01000100 |
Octal | 372 | 275 | 104 |
Decimal | 250 | 189 | 68 |
Hex | FA | BD | 44 |
Shades of #fabd44
Tints of #fabd44
RGB Percentages of Color #fabd44
CMYK Percentages of Color #fabd44
Complementary Color
#fabd44 | #4481fa |
#fabd44 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fabd44 Color Preview on White Background
Lorem ipsum dolor sit amet.
#fabd44 Color CSS Codes
.mybgcolor {background-color:#fabd44; } .myforecolor {color:#fabd44; } .mybordercolor {border:3px solid #fabd44; }
#fabd44 Text Font Color
<p style="color:#fabd44">Text here</p>
This sample text font color is #fabd44
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.
#fabd44 Background Color
<div style="background-color:#fabd44">
Div content here</div>
This div background color is #fabd44
#fabd44 Border Color
<div style="border:3px solid #fabd44">
Div here</div>
This div border color is #fabd44
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(250,189,68, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fabd44; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fabd44; -webkit-box-shadow: 1px 1px 3px 2px #fabd44; box-shadow: 1px 1px 3px 2px #fabd44; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(250,189,68, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fabd44">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fabd44; -webkit-box-shadow: 1px 1px 3px 2px #fabd44; box-shadow: 1px 1px 3px 2px #fabd44;">
Div content here</div>
This div box has shadow with color #fabd44
Comments
No comments written yet.
Please login to write comment.