Color spaces of #fbbd6f
RGB | 251 | 189 | 111 |
---|---|---|---|
HSL | 0.09 | 0.95 | 0.71 |
HSV | 33° | 56° | 98° |
CMYK | 0.00 | 0.25 | 0.56 0.02 |
XYZ | 60.8505 | 58.0521 | 23.0369 |
Yxy | 58.0521 | 0.4287 | 0.4090 |
Hunter Lab | 76.1919 | 9.2227 | 35.4078 |
CIE-Lab | 80.7677 | 13.8328 | 47.6661 |
#fbbd6f color RGB value is (251,189,111).
#fbbd6f hex color red value is 251, green value is 189 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #fbbd6f hue: 0.09 , saturation: 0.95 and the lightness value of fbbd6f is 0.71.
The process color (four color CMYK) of #fbbd6f color hex is 0.00, 0.25, 0.56, 0.02. Web safe color of #fbbd6f is #ffcc66. Color #fbbd6f contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111011 | 10111101 | 01101111 |
Octal | 373 | 275 | 157 |
Decimal | 251 | 189 | 111 |
Hex | FB | BD | 6F |
Shades of #fbbd6f
Tints of #fbbd6f
RGB Percentages of Color #fbbd6f
CMYK Percentages of Color #fbbd6f
Complementary Color
#fbbd6f | #6fadfb |
#fbbd6f Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fbbd6f Color Preview on White Background
Lorem ipsum dolor sit amet.
#fbbd6f Color CSS Codes
.mybgcolor {background-color:#fbbd6f; } .myforecolor {color:#fbbd6f; } .mybordercolor {border:3px solid #fbbd6f; }
#fbbd6f Text Font Color
<p style="color:#fbbd6f">Text here</p>
This sample text font color is #fbbd6f
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.
#fbbd6f Background Color
<div style="background-color:#fbbd6f">
Div content here</div>
This div background color is #fbbd6f
#fbbd6f Border Color
<div style="border:3px solid #fbbd6f">
Div here</div>
This div border color is #fbbd6f
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(251,189,111, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fbbd6f; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fbbd6f; -webkit-box-shadow: 1px 1px 3px 2px #fbbd6f; box-shadow: 1px 1px 3px 2px #fbbd6f; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(251,189,111, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fbbd6f">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fbbd6f; -webkit-box-shadow: 1px 1px 3px 2px #fbbd6f; box-shadow: 1px 1px 3px 2px #fbbd6f;">
Div content here</div>
This div box has shadow with color #fbbd6f
Comments
No comments written yet.
Please login to write comment.