Color spaces of #fbe08d
RGB | 251 | 224 | 141 |
---|---|---|---|
HSL | 0.13 | 0.93 | 0.77 |
HSV | 45° | 44° | 98° |
CMYK | 0.00 | 0.11 | 0.44 0.02 |
XYZ | 71.2470 | 75.7436 | 36.0642 |
Yxy | 75.7436 | 0.3892 | 0.4138 |
Hunter Lab | 87.0308 | -6.1764 | 36.3527 |
CIE-Lab | 89.7402 | -1.5777 | 43.9321 |
#fbe08d color RGB value is (251,224,141).
#fbe08d hex color red value is 251, green value is 224 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #fbe08d hue: 0.13 , saturation: 0.93 and the lightness value of fbe08d is 0.77.
The process color (four color CMYK) of #fbe08d color hex is 0.00, 0.11, 0.44, 0.02. Web safe color of #fbe08d is #ffcc99. Color #fbe08d contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111011 | 11100000 | 10001101 |
Octal | 373 | 340 | 215 |
Decimal | 251 | 224 | 141 |
Hex | FB | E0 | 8D |
Shades of #fbe08d
Tints of #fbe08d
RGB Percentages of Color #fbe08d
CMYK Percentages of Color #fbe08d
Complementary Color
#fbe08d | #8da8fb |
#fbe08d Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fbe08d Color Preview on White Background
Lorem ipsum dolor sit amet.
#fbe08d Color CSS Codes
.mybgcolor {background-color:#fbe08d; } .myforecolor {color:#fbe08d; } .mybordercolor {border:3px solid #fbe08d; }
#fbe08d Text Font Color
<p style="color:#fbe08d">Text here</p>
This sample text font color is #fbe08d
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.
#fbe08d Background Color
<div style="background-color:#fbe08d">
Div content here</div>
This div background color is #fbe08d
#fbe08d Border Color
<div style="border:3px solid #fbe08d">
Div here</div>
This div border color is #fbe08d
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(251,224,141, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fbe08d; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fbe08d; -webkit-box-shadow: 1px 1px 3px 2px #fbe08d; box-shadow: 1px 1px 3px 2px #fbe08d; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(251,224,141, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fbe08d">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fbe08d; -webkit-box-shadow: 1px 1px 3px 2px #fbe08d; box-shadow: 1px 1px 3px 2px #fbe08d;">
Div content here</div>
This div box has shadow with color #fbe08d
#fbe08d Color Palettes
Comments
No comments written yet.
Please login to write comment.