Color spaces of #fbc48e
RGB | 251 | 196 | 142 |
---|---|---|---|
HSL | 0.08 | 0.93 | 0.77 |
HSV | 30° | 43° | 98° |
CMYK | 0.00 | 0.22 | 0.43 0.02 |
XYZ | 64.4061 | 61.9421 | 34.1526 |
Yxy | 61.9421 | 0.4013 | 0.3859 |
Hunter Lab | 78.7033 | 8.3430 | 29.3639 |
CIE-Lab | 82.8826 | 12.9520 | 34.5982 |
#fbc48e color RGB value is (251,196,142).
#fbc48e hex color red value is 251, green value is 196 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #fbc48e hue: 0.08 , saturation: 0.93 and the lightness value of fbc48e is 0.77.
The process color (four color CMYK) of #fbc48e color hex is 0.00, 0.22, 0.43, 0.02. Web safe color of #fbc48e is #ffcc99. Color #fbc48e contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111011 | 11000100 | 10001110 |
Octal | 373 | 304 | 216 |
Decimal | 251 | 196 | 142 |
Hex | FB | C4 | 8E |
Shades of #fbc48e
Tints of #fbc48e
RGB Percentages of Color #fbc48e
CMYK Percentages of Color #fbc48e
Complementary Color
#fbc48e | #8ec5fb |
#fbc48e Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fbc48e Color Preview on White Background
Lorem ipsum dolor sit amet.
#fbc48e Color CSS Codes
.mybgcolor {background-color:#fbc48e; } .myforecolor {color:#fbc48e; } .mybordercolor {border:3px solid #fbc48e; }
#fbc48e Text Font Color
<p style="color:#fbc48e">Text here</p>
This sample text font color is #fbc48e
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.
#fbc48e Background Color
<div style="background-color:#fbc48e">
Div content here</div>
This div background color is #fbc48e
#fbc48e Border Color
<div style="border:3px solid #fbc48e">
Div here</div>
This div border color is #fbc48e
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(251,196,142, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fbc48e; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fbc48e; -webkit-box-shadow: 1px 1px 3px 2px #fbc48e; box-shadow: 1px 1px 3px 2px #fbc48e; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(251,196,142, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fbc48e">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fbc48e; -webkit-box-shadow: 1px 1px 3px 2px #fbc48e; box-shadow: 1px 1px 3px 2px #fbc48e;">
Div content here</div>
This div box has shadow with color #fbc48e
Comments
No comments written yet.
Please login to write comment.