Color spaces of #fbde93
RGB | 251 | 222 | 147 |
---|---|---|---|
HSL | 0.12 | 0.93 | 0.78 |
HSV | 43° | 41° | 98° |
CMYK | 0.00 | 0.12 | 0.41 0.02 |
XYZ | 71.1714 | 74.8584 | 38.3017 |
Yxy | 74.8584 | 0.3861 | 0.4061 |
Hunter Lab | 86.5207 | -4.5784 | 34.3176 |
CIE-Lab | 89.3266 | 0.0441 | 40.4145 |
#fbde93 color RGB value is (251,222,147).
#fbde93 hex color red value is 251, green value is 222 and the blue value of its RGB is 147. Cylindrical-coordinate representations (also known as HSL) of color #fbde93 hue: 0.12 , saturation: 0.93 and the lightness value of fbde93 is 0.78.
The process color (four color CMYK) of #fbde93 color hex is 0.00, 0.12, 0.41, 0.02. Web safe color of #fbde93 is #ffcc99. Color #fbde93 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111011 | 11011110 | 10010011 |
Octal | 373 | 336 | 223 |
Decimal | 251 | 222 | 147 |
Hex | FB | DE | 93 |
Shades of #fbde93
Tints of #fbde93
RGB Percentages of Color #fbde93
CMYK Percentages of Color #fbde93
Complementary Color
#fbde93 | #93b0fb |
#fbde93 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fbde93 Color Preview on White Background
Lorem ipsum dolor sit amet.
#fbde93 Color CSS Codes
.mybgcolor {background-color:#fbde93; } .myforecolor {color:#fbde93; } .mybordercolor {border:3px solid #fbde93; }
#fbde93 Text Font Color
<p style="color:#fbde93">Text here</p>
This sample text font color is #fbde93
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.
#fbde93 Background Color
<div style="background-color:#fbde93">
Div content here</div>
This div background color is #fbde93
#fbde93 Border Color
<div style="border:3px solid #fbde93">
Div here</div>
This div border color is #fbde93
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(251,222,147, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fbde93; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fbde93; -webkit-box-shadow: 1px 1px 3px 2px #fbde93; box-shadow: 1px 1px 3px 2px #fbde93; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(251,222,147, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fbde93">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fbde93; -webkit-box-shadow: 1px 1px 3px 2px #fbde93; box-shadow: 1px 1px 3px 2px #fbde93;">
Div content here</div>
This div box has shadow with color #fbde93
Related Colors
Comments
No comments written yet.
Please login to write comment.