Color spaces of #fbbd73
RGB | 251 | 189 | 115 |
---|---|---|---|
HSL | 0.09 | 0.94 | 0.72 |
HSV | 33° | 54° | 98° |
CMYK | 0.00 | 0.25 | 0.54 0.02 |
XYZ | 61.0758 | 58.1422 | 24.2232 |
Yxy | 58.1422 | 0.4258 | 0.4053 |
Hunter Lab | 76.2510 | 9.5362 | 34.5407 |
CIE-Lab | 80.8178 | 14.1483 | 45.7408 |
#fbbd73 color RGB value is (251,189,115).
#fbbd73 hex color red value is 251, green value is 189 and the blue value of its RGB is 115. Cylindrical-coordinate representations (also known as HSL) of color #fbbd73 hue: 0.09 , saturation: 0.94 and the lightness value of fbbd73 is 0.72.
The process color (four color CMYK) of #fbbd73 color hex is 0.00, 0.25, 0.54, 0.02. Web safe color of #fbbd73 is #ffcc66. Color #fbbd73 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111011 | 10111101 | 01110011 |
Octal | 373 | 275 | 163 |
Decimal | 251 | 189 | 115 |
Hex | FB | BD | 73 |
Shades of #fbbd73
Tints of #fbbd73
RGB Percentages of Color #fbbd73
CMYK Percentages of Color #fbbd73
Complementary Color
#fbbd73 | #73b1fb |
#fbbd73 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fbbd73 Color Preview on White Background
Lorem ipsum dolor sit amet.
#fbbd73 Color CSS Codes
.mybgcolor {background-color:#fbbd73; } .myforecolor {color:#fbbd73; } .mybordercolor {border:3px solid #fbbd73; }
#fbbd73 Text Font Color
<p style="color:#fbbd73">Text here</p>
This sample text font color is #fbbd73
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.
#fbbd73 Background Color
<div style="background-color:#fbbd73">
Div content here</div>
This div background color is #fbbd73
#fbbd73 Border Color
<div style="border:3px solid #fbbd73">
Div here</div>
This div border color is #fbbd73
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(251,189,115, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fbbd73; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fbbd73; -webkit-box-shadow: 1px 1px 3px 2px #fbbd73; box-shadow: 1px 1px 3px 2px #fbbd73; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(251,189,115, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fbbd73">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fbbd73; -webkit-box-shadow: 1px 1px 3px 2px #fbbd73; box-shadow: 1px 1px 3px 2px #fbbd73;">
Div content here</div>
This div box has shadow with color #fbbd73
Comments
No comments written yet.
Please login to write comment.