Color spaces of #fbe56b
RGB | 251 | 229 | 107 |
---|---|---|---|
HSL | 0.14 | 0.95 | 0.70 |
HSV | 51° | 57° | 98° |
CMYK | 0.00 | 0.09 | 0.57 0.02 |
XYZ | 70.4568 | 77.6094 | 25.1766 |
Yxy | 77.6094 | 0.4067 | 0.4480 |
Hunter Lab | 88.0962 | -11.4092 | 44.7231 |
CIE-Lab | 90.6014 | -6.9752 | 61.0396 |
#fbe56b color RGB value is (251,229,107).
#fbe56b hex color red value is 251, green value is 229 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #fbe56b hue: 0.14 , saturation: 0.95 and the lightness value of fbe56b is 0.70.
The process color (four color CMYK) of #fbe56b color hex is 0.00, 0.09, 0.57, 0.02. Web safe color of #fbe56b is #ffcc66. Color #fbe56b contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111011 | 11100101 | 01101011 |
Octal | 373 | 345 | 153 |
Decimal | 251 | 229 | 107 |
Hex | FB | E5 | 6B |
Shades of #fbe56b
Tints of #fbe56b
RGB Percentages of Color #fbe56b
CMYK Percentages of Color #fbe56b
Complementary Color
#fbe56b | #6b81fb |
#fbe56b Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fbe56b Color Preview on White Background
Lorem ipsum dolor sit amet.
#fbe56b Color CSS Codes
.mybgcolor {background-color:#fbe56b; } .myforecolor {color:#fbe56b; } .mybordercolor {border:3px solid #fbe56b; }
#fbe56b Text Font Color
<p style="color:#fbe56b">Text here</p>
This sample text font color is #fbe56b
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.
#fbe56b Background Color
<div style="background-color:#fbe56b">
Div content here</div>
This div background color is #fbe56b
#fbe56b Border Color
<div style="border:3px solid #fbe56b">
Div here</div>
This div border color is #fbe56b
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(251,229,107, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fbe56b; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fbe56b; -webkit-box-shadow: 1px 1px 3px 2px #fbe56b; box-shadow: 1px 1px 3px 2px #fbe56b; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(251,229,107, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fbe56b">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fbe56b; -webkit-box-shadow: 1px 1px 3px 2px #fbe56b; box-shadow: 1px 1px 3px 2px #fbe56b;">
Div content here</div>
This div box has shadow with color #fbe56b
Comments
No comments written yet.
Please login to write comment.