Color spaces of #fbe273
RGB | 251 | 226 | 115 |
---|---|---|---|
HSL | 0.14 | 0.94 | 0.72 |
HSV | 49° | 54° | 98° |
CMYK | 0.00 | 0.10 | 0.54 0.02 |
XYZ | 70.0745 | 76.1397 | 27.2228 |
Yxy | 76.1397 | 0.4040 | 0.4390 |
Hunter Lab | 87.2581 | -9.3533 | 42.5833 |
CIE-Lab | 89.9242 | -4.8761 | 56.6326 |
#fbe273 color RGB value is (251,226,115).
#fbe273 hex color red value is 251, green value is 226 and the blue value of its RGB is 115. Cylindrical-coordinate representations (also known as HSL) of color #fbe273 hue: 0.14 , saturation: 0.94 and the lightness value of fbe273 is 0.72.
The process color (four color CMYK) of #fbe273 color hex is 0.00, 0.10, 0.54, 0.02. Web safe color of #fbe273 is #ffcc66. Color #fbe273 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111011 | 11100010 | 01110011 |
Octal | 373 | 342 | 163 |
Decimal | 251 | 226 | 115 |
Hex | FB | E2 | 73 |
Shades of #fbe273
Tints of #fbe273
RGB Percentages of Color #fbe273
CMYK Percentages of Color #fbe273
Complementary Color
#fbe273 | #738cfb |
#fbe273 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fbe273 Color Preview on White Background
Lorem ipsum dolor sit amet.
#fbe273 Color CSS Codes
.mybgcolor {background-color:#fbe273; } .myforecolor {color:#fbe273; } .mybordercolor {border:3px solid #fbe273; }
#fbe273 Text Font Color
<p style="color:#fbe273">Text here</p>
This sample text font color is #fbe273
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.
#fbe273 Background Color
<div style="background-color:#fbe273">
Div content here</div>
This div background color is #fbe273
#fbe273 Border Color
<div style="border:3px solid #fbe273">
Div here</div>
This div border color is #fbe273
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(251,226,115, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fbe273; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fbe273; -webkit-box-shadow: 1px 1px 3px 2px #fbe273; box-shadow: 1px 1px 3px 2px #fbe273; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(251,226,115, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fbe273">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fbe273; -webkit-box-shadow: 1px 1px 3px 2px #fbe273; box-shadow: 1px 1px 3px 2px #fbe273;">
Div content here</div>
This div box has shadow with color #fbe273
Comments
No comments written yet.
Please login to write comment.