Color spaces of #fbb16e
RGB | 251 | 177 | 110 |
---|---|---|---|
HSL | 0.08 | 0.95 | 0.71 |
HSV | 29° | 56° | 98° |
CMYK | 0.00 | 0.29 | 0.56 0.02 |
XYZ | 58.3203 | 53.0793 | 21.9234 |
Yxy | 53.0793 | 0.4374 | 0.3981 |
Hunter Lab | 72.8555 | 15.3907 | 33.1576 |
CIE-Lab | 77.9218 | 20.0422 | 44.7112 |
#fbb16e color RGB value is (251,177,110).
#fbb16e hex color red value is 251, green value is 177 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #fbb16e hue: 0.08 , saturation: 0.95 and the lightness value of fbb16e is 0.71.
The process color (four color CMYK) of #fbb16e color hex is 0.00, 0.29, 0.56, 0.02. Web safe color of #fbb16e is #ff9966. Color #fbb16e contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111011 | 10110001 | 01101110 |
Octal | 373 | 261 | 156 |
Decimal | 251 | 177 | 110 |
Hex | FB | B1 | 6E |
Shades of #fbb16e
Tints of #fbb16e
RGB Percentages of Color #fbb16e
CMYK Percentages of Color #fbb16e
Complementary Color
#fbb16e | #6eb8fb |
#fbb16e Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fbb16e Color Preview on White Background
Lorem ipsum dolor sit amet.
#fbb16e Color CSS Codes
.mybgcolor {background-color:#fbb16e; } .myforecolor {color:#fbb16e; } .mybordercolor {border:3px solid #fbb16e; }
#fbb16e Text Font Color
<p style="color:#fbb16e">Text here</p>
This sample text font color is #fbb16e
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.
#fbb16e Background Color
<div style="background-color:#fbb16e">
Div content here</div>
This div background color is #fbb16e
#fbb16e Border Color
<div style="border:3px solid #fbb16e">
Div here</div>
This div border color is #fbb16e
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(251,177,110, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fbb16e; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fbb16e; -webkit-box-shadow: 1px 1px 3px 2px #fbb16e; box-shadow: 1px 1px 3px 2px #fbb16e; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(251,177,110, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fbb16e">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fbb16e; -webkit-box-shadow: 1px 1px 3px 2px #fbb16e; box-shadow: 1px 1px 3px 2px #fbb16e;">
Div content here</div>
This div box has shadow with color #fbb16e
Comments
No comments written yet.
Please login to write comment.