Color spaces of #fbde96
RGB | 251 | 222 | 150 |
---|---|---|---|
HSL | 0.12 | 0.93 | 0.79 |
HSV | 43° | 40° | 98° |
CMYK | 0.00 | 0.12 | 0.40 0.02 |
XYZ | 71.4100 | 74.9538 | 39.5580 |
Yxy | 74.9538 | 0.3841 | 0.4031 |
Hunter Lab | 86.5759 | -4.2764 | 33.5125 |
CIE-Lab | 89.3713 | 0.3581 | 38.9646 |
#fbde96 color RGB value is (251,222,150).
#fbde96 hex color red value is 251, green value is 222 and the blue value of its RGB is 150. Cylindrical-coordinate representations (also known as HSL) of color #fbde96 hue: 0.12 , saturation: 0.93 and the lightness value of fbde96 is 0.79.
The process color (four color CMYK) of #fbde96 color hex is 0.00, 0.12, 0.40, 0.02. Web safe color of #fbde96 is #ffcc99. Color #fbde96 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111011 | 11011110 | 10010110 |
Octal | 373 | 336 | 226 |
Decimal | 251 | 222 | 150 |
Hex | FB | DE | 96 |
Shades of #fbde96
Tints of #fbde96
RGB Percentages of Color #fbde96
CMYK Percentages of Color #fbde96
Complementary Color
#fbde96 | #96b3fb |
#fbde96 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fbde96 Color Preview on White Background
Lorem ipsum dolor sit amet.
#fbde96 Color CSS Codes
.mybgcolor {background-color:#fbde96; } .myforecolor {color:#fbde96; } .mybordercolor {border:3px solid #fbde96; }
#fbde96 Text Font Color
<p style="color:#fbde96">Text here</p>
This sample text font color is #fbde96
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.
#fbde96 Background Color
<div style="background-color:#fbde96">
Div content here</div>
This div background color is #fbde96
#fbde96 Border Color
<div style="border:3px solid #fbde96">
Div here</div>
This div border color is #fbde96
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(251,222,150, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fbde96; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fbde96; -webkit-box-shadow: 1px 1px 3px 2px #fbde96; box-shadow: 1px 1px 3px 2px #fbde96; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(251,222,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 #fbde96">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fbde96; -webkit-box-shadow: 1px 1px 3px 2px #fbde96; box-shadow: 1px 1px 3px 2px #fbde96;">
Div content here</div>
This div box has shadow with color #fbde96
Comments
No comments written yet.
Please login to write comment.