Color spaces of #fbede3
RGB | 251 | 237 | 227 |
---|---|---|---|
HSL | 0.07 | 0.75 | 0.94 |
HSV | 25° | 10° | 98° |
CMYK | 0.00 | 0.06 | 0.10 0.02 |
XYZ | 83.9330 | 86.6237 | 84.9693 |
Yxy | 86.6237 | 0.3285 | 0.3390 |
Hunter Lab | 93.0719 | -1.9029 | 11.0219 |
CIE-Lab | 94.5784 | 3.0673 | 6.5198 |
#fbede3 color RGB value is (251,237,227).
#fbede3 hex color red value is 251, green value is 237 and the blue value of its RGB is 227. Cylindrical-coordinate representations (also known as HSL) of color #fbede3 hue: 0.07 , saturation: 0.75 and the lightness value of fbede3 is 0.94.
The process color (four color CMYK) of #fbede3 color hex is 0.00, 0.06, 0.10, 0.02. Web safe color of #fbede3 is #ffffcc. Color #fbede3 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111011 | 11101101 | 11100011 |
Octal | 373 | 355 | 343 |
Decimal | 251 | 237 | 227 |
Hex | FB | ED | E3 |
Shades of #fbede3
Tints of #fbede3
RGB Percentages of Color #fbede3
CMYK Percentages of Color #fbede3
Complementary Color
#fbede3 | #e3f1fb |
#fbede3 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fbede3 Color Preview on White Background
Lorem ipsum dolor sit amet.
#fbede3 Color CSS Codes
.mybgcolor {background-color:#fbede3; } .myforecolor {color:#fbede3; } .mybordercolor {border:3px solid #fbede3; }
#fbede3 Text Font Color
<p style="color:#fbede3">Text here</p>
This sample text font color is #fbede3
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.
#fbede3 Background Color
<div style="background-color:#fbede3">
Div content here</div>
This div background color is #fbede3
#fbede3 Border Color
<div style="border:3px solid #fbede3">
Div here</div>
This div border color is #fbede3
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(251,237,227, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fbede3; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fbede3; -webkit-box-shadow: 1px 1px 3px 2px #fbede3; box-shadow: 1px 1px 3px 2px #fbede3; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(251,237,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 #fbede3">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fbede3; -webkit-box-shadow: 1px 1px 3px 2px #fbede3; box-shadow: 1px 1px 3px 2px #fbede3;">
Div content here</div>
This div box has shadow with color #fbede3
#fbede3 Color Palettes
Comments
No comments written yet.
Please login to write comment.