Color spaces of #fbe27a
RGB | 251 | 226 | 122 |
---|---|---|---|
HSL | 0.13 | 0.94 | 0.73 |
HSV | 48° | 51° | 98° |
CMYK | 0.00 | 0.10 | 0.51 0.02 |
XYZ | 70.4929 | 76.3071 | 29.4257 |
Yxy | 76.3071 | 0.4000 | 0.4330 |
Hunter Lab | 87.3539 | -8.8234 | 41.1756 |
CIE-Lab | 90.0017 | -4.3133 | 53.4555 |
#fbe27a color RGB value is (251,226,122).
#fbe27a hex color red value is 251, green value is 226 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #fbe27a hue: 0.13 , saturation: 0.94 and the lightness value of fbe27a is 0.73.
The process color (four color CMYK) of #fbe27a color hex is 0.00, 0.10, 0.51, 0.02. Web safe color of #fbe27a is #ffcc66. Color #fbe27a contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111011 | 11100010 | 01111010 |
Octal | 373 | 342 | 172 |
Decimal | 251 | 226 | 122 |
Hex | FB | E2 | 7A |
Shades of #fbe27a
Tints of #fbe27a
RGB Percentages of Color #fbe27a
CMYK Percentages of Color #fbe27a
Complementary Color
#fbe27a | #7a93fb |
#fbe27a Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fbe27a Color Preview on White Background
Lorem ipsum dolor sit amet.
#fbe27a Color CSS Codes
.mybgcolor {background-color:#fbe27a; } .myforecolor {color:#fbe27a; } .mybordercolor {border:3px solid #fbe27a; }
#fbe27a Text Font Color
<p style="color:#fbe27a">Text here</p>
This sample text font color is #fbe27a
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.
#fbe27a Background Color
<div style="background-color:#fbe27a">
Div content here</div>
This div background color is #fbe27a
#fbe27a Border Color
<div style="border:3px solid #fbe27a">
Div here</div>
This div border color is #fbe27a
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(251,226,122, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fbe27a; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fbe27a; -webkit-box-shadow: 1px 1px 3px 2px #fbe27a; box-shadow: 1px 1px 3px 2px #fbe27a; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(251,226,122, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fbe27a">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fbe27a; -webkit-box-shadow: 1px 1px 3px 2px #fbe27a; box-shadow: 1px 1px 3px 2px #fbe27a;">
Div content here</div>
This div box has shadow with color #fbe27a
Comments
No comments written yet.
Please login to write comment.