Color spaces of #fbe87e
RGB | 251 | 232 | 126 |
---|---|---|---|
HSL | 0.14 | 0.94 | 0.74 |
HSV | 51° | 50° | 98° |
CMYK | 0.00 | 0.08 | 0.50 0.02 |
XYZ | 72.4062 | 79.7288 | 31.3116 |
Yxy | 79.7288 | 0.3947 | 0.4346 |
Hunter Lab | 89.2910 | -11.5133 | 41.7125 |
CIE-Lab | 91.5630 | -6.9849 | 53.4420 |
#fbe87e color RGB value is (251,232,126).
#fbe87e hex color red value is 251, green value is 232 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #fbe87e hue: 0.14 , saturation: 0.94 and the lightness value of fbe87e is 0.74.
The process color (four color CMYK) of #fbe87e color hex is 0.00, 0.08, 0.50, 0.02. Web safe color of #fbe87e is #ffff66. Color #fbe87e contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111011 | 11101000 | 01111110 |
Octal | 373 | 350 | 176 |
Decimal | 251 | 232 | 126 |
Hex | FB | E8 | 7E |
Shades of #fbe87e
Tints of #fbe87e
RGB Percentages of Color #fbe87e
CMYK Percentages of Color #fbe87e
Complementary Color
#fbe87e | #7e91fb |
#fbe87e Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fbe87e Color Preview on White Background
Lorem ipsum dolor sit amet.
#fbe87e Color CSS Codes
.mybgcolor {background-color:#fbe87e; } .myforecolor {color:#fbe87e; } .mybordercolor {border:3px solid #fbe87e; }
#fbe87e Text Font Color
<p style="color:#fbe87e">Text here</p>
This sample text font color is #fbe87e
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.
#fbe87e Background Color
<div style="background-color:#fbe87e">
Div content here</div>
This div background color is #fbe87e
#fbe87e Border Color
<div style="border:3px solid #fbe87e">
Div here</div>
This div border color is #fbe87e
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(251,232,126, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fbe87e; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fbe87e; -webkit-box-shadow: 1px 1px 3px 2px #fbe87e; box-shadow: 1px 1px 3px 2px #fbe87e; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(251,232,126, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fbe87e">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fbe87e; -webkit-box-shadow: 1px 1px 3px 2px #fbe87e; box-shadow: 1px 1px 3px 2px #fbe87e;">
Div content here</div>
This div box has shadow with color #fbe87e
Comments
No comments written yet.
Please login to write comment.