Color spaces of #fbbc78
RGB | 251 | 188 | 120 |
---|---|---|---|
HSL | 0.09 | 0.94 | 0.73 |
HSV | 31° | 52° | 98° |
CMYK | 0.00 | 0.25 | 0.52 0.02 |
XYZ | 61.1570 | 57.8317 | 25.7086 |
Yxy | 57.8317 | 0.4227 | 0.3997 |
Hunter Lab | 76.0472 | 10.4669 | 33.1894 |
CIE-Lab | 80.6451 | 15.0836 | 43.0150 |
#fbbc78 color RGB value is (251,188,120).
#fbbc78 hex color red value is 251, green value is 188 and the blue value of its RGB is 120. Cylindrical-coordinate representations (also known as HSL) of color #fbbc78 hue: 0.09 , saturation: 0.94 and the lightness value of fbbc78 is 0.73.
The process color (four color CMYK) of #fbbc78 color hex is 0.00, 0.25, 0.52, 0.02. Web safe color of #fbbc78 is #ffcc66. Color #fbbc78 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111011 | 10111100 | 01111000 |
Octal | 373 | 274 | 170 |
Decimal | 251 | 188 | 120 |
Hex | FB | BC | 78 |
Shades of #fbbc78
Tints of #fbbc78
RGB Percentages of Color #fbbc78
CMYK Percentages of Color #fbbc78
Complementary Color
#fbbc78 | #78b7fb |
#fbbc78 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fbbc78 Color Preview on White Background
Lorem ipsum dolor sit amet.
#fbbc78 Color CSS Codes
.mybgcolor {background-color:#fbbc78; } .myforecolor {color:#fbbc78; } .mybordercolor {border:3px solid #fbbc78; }
#fbbc78 Text Font Color
<p style="color:#fbbc78">Text here</p>
This sample text font color is #fbbc78
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.
#fbbc78 Background Color
<div style="background-color:#fbbc78">
Div content here</div>
This div background color is #fbbc78
#fbbc78 Border Color
<div style="border:3px solid #fbbc78">
Div here</div>
This div border color is #fbbc78
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(251,188,120, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fbbc78; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fbbc78; -webkit-box-shadow: 1px 1px 3px 2px #fbbc78; box-shadow: 1px 1px 3px 2px #fbbc78; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(251,188,120, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fbbc78">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fbbc78; -webkit-box-shadow: 1px 1px 3px 2px #fbbc78; box-shadow: 1px 1px 3px 2px #fbbc78;">
Div content here</div>
This div box has shadow with color #fbbc78
Comments
No comments written yet.
Please login to write comment.