Color spaces of #fab05e
RGB | 250 | 176 | 94 |
---|---|---|---|
HSL | 0.09 | 0.94 | 0.67 |
HSV | 32° | 62° | 98° |
CMYK | 0.00 | 0.30 | 0.62 0.02 |
XYZ | 56.9701 | 52.1828 | 17.6593 |
Yxy | 52.1828 | 0.4492 | 0.4115 |
Hunter Lab | 72.2377 | 14.3578 | 36.0723 |
CIE-Lab | 77.3900 | 19.0299 | 51.9483 |
#fab05e color RGB value is (250,176,94).
#fab05e hex color red value is 250, green value is 176 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #fab05e hue: 0.09 , saturation: 0.94 and the lightness value of fab05e is 0.67.
The process color (four color CMYK) of #fab05e color hex is 0.00, 0.30, 0.62, 0.02. Web safe color of #fab05e is #ff9966. Color #fab05e contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111010 | 10110000 | 01011110 |
Octal | 372 | 260 | 136 |
Decimal | 250 | 176 | 94 |
Hex | FA | B0 | 5E |
Shades of #fab05e
Tints of #fab05e
RGB Percentages of Color #fab05e
CMYK Percentages of Color #fab05e
Complementary Color
#fab05e | #5ea8fa |
#fab05e Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fab05e Color Preview on White Background
Lorem ipsum dolor sit amet.
#fab05e Color CSS Codes
.mybgcolor {background-color:#fab05e; } .myforecolor {color:#fab05e; } .mybordercolor {border:3px solid #fab05e; }
#fab05e Text Font Color
<p style="color:#fab05e">Text here</p>
This sample text font color is #fab05e
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.
#fab05e Background Color
<div style="background-color:#fab05e">
Div content here</div>
This div background color is #fab05e
#fab05e Border Color
<div style="border:3px solid #fab05e">
Div here</div>
This div border color is #fab05e
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(250,176,94, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fab05e; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fab05e; -webkit-box-shadow: 1px 1px 3px 2px #fab05e; box-shadow: 1px 1px 3px 2px #fab05e; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(250,176,94, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fab05e">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fab05e; -webkit-box-shadow: 1px 1px 3px 2px #fab05e; box-shadow: 1px 1px 3px 2px #fab05e;">
Div content here</div>
This div box has shadow with color #fab05e
Comments
No comments written yet.
Please login to write comment.