Color spaces of #fbd296
RGB | 251 | 210 | 150 |
---|---|---|---|
HSL | 0.10 | 0.93 | 0.79 |
HSV | 36° | 40° | 98° |
CMYK | 0.00 | 0.16 | 0.40 0.02 |
XYZ | 68.3353 | 68.8044 | 38.5331 |
Yxy | 68.8044 | 0.3890 | 0.3917 |
Hunter Lab | 82.9484 | 1.8937 | 30.5211 |
CIE-Lab | 86.4071 | 6.5154 | 35.0971 |
#fbd296 color RGB value is (251,210,150).
#fbd296 hex color red value is 251, green value is 210 and the blue value of its RGB is 150. Cylindrical-coordinate representations (also known as HSL) of color #fbd296 hue: 0.10 , saturation: 0.93 and the lightness value of fbd296 is 0.79.
The process color (four color CMYK) of #fbd296 color hex is 0.00, 0.16, 0.40, 0.02. Web safe color of #fbd296 is #ffcc99. Color #fbd296 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111011 | 11010010 | 10010110 |
Octal | 373 | 322 | 226 |
Decimal | 251 | 210 | 150 |
Hex | FB | D2 | 96 |
Shades of #fbd296
Tints of #fbd296
RGB Percentages of Color #fbd296
CMYK Percentages of Color #fbd296
Complementary Color
#fbd296 | #96bffb |
#fbd296 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fbd296 Color Preview on White Background
Lorem ipsum dolor sit amet.
#fbd296 Color CSS Codes
.mybgcolor {background-color:#fbd296; } .myforecolor {color:#fbd296; } .mybordercolor {border:3px solid #fbd296; }
#fbd296 Text Font Color
<p style="color:#fbd296">Text here</p>
This sample text font color is #fbd296
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.
#fbd296 Background Color
<div style="background-color:#fbd296">
Div content here</div>
This div background color is #fbd296
#fbd296 Border Color
<div style="border:3px solid #fbd296">
Div here</div>
This div border color is #fbd296
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(251,210,150, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fbd296; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fbd296; -webkit-box-shadow: 1px 1px 3px 2px #fbd296; box-shadow: 1px 1px 3px 2px #fbd296; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(251,210,150, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fbd296">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fbd296; -webkit-box-shadow: 1px 1px 3px 2px #fbd296; box-shadow: 1px 1px 3px 2px #fbd296;">
Div content here</div>
This div box has shadow with color #fbd296
Comments
No comments written yet.
Please login to write comment.