Color spaces of #fbece3
RGB | 251 | 236 | 227 |
---|---|---|---|
HSL | 0.06 | 0.75 | 0.94 |
HSV | 23° | 10° | 98° |
CMYK | 0.00 | 0.06 | 0.10 0.02 |
XYZ | 83.6442 | 86.0462 | 84.8731 |
Yxy | 86.0462 | 0.3286 | 0.3380 |
Hunter Lab | 92.7611 | -1.3755 | 10.6845 |
CIE-Lab | 94.3321 | 3.5780 | 6.1647 |
#fbece3 color RGB value is (251,236,227).
#fbece3 hex color red value is 251, green value is 236 and the blue value of its RGB is 227. Cylindrical-coordinate representations (also known as HSL) of color #fbece3 hue: 0.06 , saturation: 0.75 and the lightness value of fbece3 is 0.94.
The process color (four color CMYK) of #fbece3 color hex is 0.00, 0.06, 0.10, 0.02. Web safe color of #fbece3 is #ffffcc. Color #fbece3 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111011 | 11101100 | 11100011 |
Octal | 373 | 354 | 343 |
Decimal | 251 | 236 | 227 |
Hex | FB | EC | E3 |
Shades of #fbece3
Tints of #fbece3
RGB Percentages of Color #fbece3
CMYK Percentages of Color #fbece3
Complementary Color
#fbece3 | #e3f2fb |
#fbece3 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fbece3 Color Preview on White Background
Lorem ipsum dolor sit amet.
#fbece3 Color CSS Codes
.mybgcolor {background-color:#fbece3; } .myforecolor {color:#fbece3; } .mybordercolor {border:3px solid #fbece3; }
#fbece3 Text Font Color
<p style="color:#fbece3">Text here</p>
This sample text font color is #fbece3
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.
#fbece3 Background Color
<div style="background-color:#fbece3">
Div content here</div>
This div background color is #fbece3
#fbece3 Border Color
<div style="border:3px solid #fbece3">
Div here</div>
This div border color is #fbece3
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(251,236,227, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fbece3; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fbece3; -webkit-box-shadow: 1px 1px 3px 2px #fbece3; box-shadow: 1px 1px 3px 2px #fbece3; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(251,236,227, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fbece3">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fbece3; -webkit-box-shadow: 1px 1px 3px 2px #fbece3; box-shadow: 1px 1px 3px 2px #fbece3;">
Div content here</div>
This div box has shadow with color #fbece3
Comments
No comments written yet.
Please login to write comment.