Color spaces of #fbe179
RGB | 251 | 225 | 121 |
---|---|---|---|
HSL | 0.13 | 0.94 | 0.73 |
HSV | 48° | 52° | 98° |
CMYK | 0.00 | 0.10 | 0.52 0.02 |
XYZ | 70.1601 | 75.7401 | 29.0106 |
Yxy | 75.7401 | 0.4011 | 0.4330 |
Hunter Lab | 87.0288 | -8.3988 | 41.1561 |
CIE-Lab | 89.7385 | -3.8922 | 53.6127 |
#fbe179 color RGB value is (251,225,121).
#fbe179 hex color red value is 251, green value is 225 and the blue value of its RGB is 121. Cylindrical-coordinate representations (also known as HSL) of color #fbe179 hue: 0.13 , saturation: 0.94 and the lightness value of fbe179 is 0.73.
The process color (four color CMYK) of #fbe179 color hex is 0.00, 0.10, 0.52, 0.02. Web safe color of #fbe179 is #ffcc66. Color #fbe179 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111011 | 11100001 | 01111001 |
Octal | 373 | 341 | 171 |
Decimal | 251 | 225 | 121 |
Hex | FB | E1 | 79 |
Shades of #fbe179
Tints of #fbe179
RGB Percentages of Color #fbe179
CMYK Percentages of Color #fbe179
Complementary Color
#fbe179 | #7993fb |
#fbe179 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fbe179 Color Preview on White Background
Lorem ipsum dolor sit amet.
#fbe179 Color CSS Codes
.mybgcolor {background-color:#fbe179; } .myforecolor {color:#fbe179; } .mybordercolor {border:3px solid #fbe179; }
#fbe179 Text Font Color
<p style="color:#fbe179">Text here</p>
This sample text font color is #fbe179
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.
#fbe179 Background Color
<div style="background-color:#fbe179">
Div content here</div>
This div background color is #fbe179
#fbe179 Border Color
<div style="border:3px solid #fbe179">
Div here</div>
This div border color is #fbe179
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(251,225,121, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fbe179; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fbe179; -webkit-box-shadow: 1px 1px 3px 2px #fbe179; box-shadow: 1px 1px 3px 2px #fbe179; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(251,225,121, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fbe179">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fbe179; -webkit-box-shadow: 1px 1px 3px 2px #fbe179; box-shadow: 1px 1px 3px 2px #fbe179;">
Div content here</div>
This div box has shadow with color #fbe179
Comments
No comments written yet.
Please login to write comment.