Color spaces of #fbe49b
RGB | 251 | 228 | 155 |
---|---|---|---|
HSL | 0.13 | 0.92 | 0.80 |
HSV | 46° | 38° | 98° |
CMYK | 0.00 | 0.09 | 0.38 0.02 |
XYZ | 73.4435 | 78.3626 | 42.2650 |
Yxy | 78.3626 | 0.3784 | 0.4038 |
Hunter Lab | 88.5227 | -6.8207 | 33.6579 |
CIE-Lab | 90.9451 | -2.1510 | 38.4943 |
#fbe49b color RGB value is (251,228,155).
#fbe49b hex color red value is 251, green value is 228 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #fbe49b hue: 0.13 , saturation: 0.92 and the lightness value of fbe49b is 0.80.
The process color (four color CMYK) of #fbe49b color hex is 0.00, 0.09, 0.38, 0.02. Web safe color of #fbe49b is #ffcc99. Color #fbe49b contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111011 | 11100100 | 10011011 |
Octal | 373 | 344 | 233 |
Decimal | 251 | 228 | 155 |
Hex | FB | E4 | 9B |
Shades of #fbe49b
Tints of #fbe49b
RGB Percentages of Color #fbe49b
CMYK Percentages of Color #fbe49b
Complementary Color
#fbe49b | #9bb2fb |
#fbe49b Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fbe49b Color Preview on White Background
Lorem ipsum dolor sit amet.
#fbe49b Color CSS Codes
.mybgcolor {background-color:#fbe49b; } .myforecolor {color:#fbe49b; } .mybordercolor {border:3px solid #fbe49b; }
#fbe49b Text Font Color
<p style="color:#fbe49b">Text here</p>
This sample text font color is #fbe49b
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.
#fbe49b Background Color
<div style="background-color:#fbe49b">
Div content here</div>
This div background color is #fbe49b
#fbe49b Border Color
<div style="border:3px solid #fbe49b">
Div here</div>
This div border color is #fbe49b
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(251,228,155, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fbe49b; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fbe49b; -webkit-box-shadow: 1px 1px 3px 2px #fbe49b; box-shadow: 1px 1px 3px 2px #fbe49b; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(251,228,155, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fbe49b">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fbe49b; -webkit-box-shadow: 1px 1px 3px 2px #fbe49b; box-shadow: 1px 1px 3px 2px #fbe49b;">
Div content here</div>
This div box has shadow with color #fbe49b
#fbe49b Color Palettes
Comments
No comments written yet.
Please login to write comment.