Color spaces of #feb057
RGB | 254 | 176 | 87 |
---|---|---|---|
HSL | 0.09 | 0.99 | 0.67 |
HSV | 32° | 66° | 100° |
CMYK | 0.00 | 0.31 | 0.66 0.00 |
XYZ | 58.1187 | 52.8096 | 16.1469 |
Yxy | 52.8096 | 0.4574 | 0.4156 |
Hunter Lab | 72.6702 | 15.5842 | 37.6953 |
CIE-Lab | 77.7625 | 20.2389 | 55.7975 |
#feb057 color RGB value is (254,176,87).
#feb057 hex color red value is 254, green value is 176 and the blue value of its RGB is 87. Cylindrical-coordinate representations (also known as HSL) of color #feb057 hue: 0.09 , saturation: 0.99 and the lightness value of feb057 is 0.67.
The process color (four color CMYK) of #feb057 color hex is 0.00, 0.31, 0.66, 0.00. Web safe color of #feb057 is #ff9966. Color #feb057 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111110 | 10110000 | 01010111 |
Octal | 376 | 260 | 127 |
Decimal | 254 | 176 | 87 |
Hex | FE | B0 | 57 |
Shades of #feb057
Tints of #feb057
RGB Percentages of Color #feb057
CMYK Percentages of Color #feb057
Complementary Color
#feb057 | #57a5fe |
#feb057 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#feb057 Color Preview on White Background
Lorem ipsum dolor sit amet.
#feb057 Color CSS Codes
.mybgcolor {background-color:#feb057; } .myforecolor {color:#feb057; } .mybordercolor {border:3px solid #feb057; }
#feb057 Text Font Color
<p style="color:#feb057">Text here</p>
This sample text font color is #feb057
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.
#feb057 Background Color
<div style="background-color:#feb057">
Div content here</div>
This div background color is #feb057
#feb057 Border Color
<div style="border:3px solid #feb057">
Div here</div>
This div border color is #feb057
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(254,176,87, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #feb057; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #feb057; -webkit-box-shadow: 1px 1px 3px 2px #feb057; box-shadow: 1px 1px 3px 2px #feb057; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(254,176,87, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #feb057">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #feb057; -webkit-box-shadow: 1px 1px 3px 2px #feb057; box-shadow: 1px 1px 3px 2px #feb057;">
Div content here</div>
This div box has shadow with color #feb057
Comments
No comments written yet.
Please login to write comment.