Color spaces of #febe80
RGB | 254 | 190 | 128 |
---|---|---|---|
HSL | 0.08 | 0.98 | 0.75 |
HSV | 30° | 50° | 100° |
CMYK | 0.00 | 0.25 | 0.50 0.00 |
XYZ | 63.1828 | 59.4563 | 28.5682 |
Yxy | 59.4563 | 0.4179 | 0.3932 |
Hunter Lab | 77.1079 | 11.3254 | 32.0088 |
CIE-Lab | 81.5418 | 15.9333 | 40.1378 |
#febe80 color RGB value is (254,190,128).
#febe80 hex color red value is 254, green value is 190 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #febe80 hue: 0.08 , saturation: 0.98 and the lightness value of febe80 is 0.75.
The process color (four color CMYK) of #febe80 color hex is 0.00, 0.25, 0.50, 0.00. Web safe color of #febe80 is #ffcc99. Color #febe80 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111110 | 10111110 | 10000000 |
Octal | 376 | 276 | 200 |
Decimal | 254 | 190 | 128 |
Hex | FE | BE | 80 |
Shades of #febe80
Tints of #febe80
RGB Percentages of Color #febe80
CMYK Percentages of Color #febe80
Complementary Color
#febe80 | #80c0fe |
#febe80 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#febe80 Color Preview on White Background
Lorem ipsum dolor sit amet.
#febe80 Color CSS Codes
.mybgcolor {background-color:#febe80; } .myforecolor {color:#febe80; } .mybordercolor {border:3px solid #febe80; }
#febe80 Text Font Color
<p style="color:#febe80">Text here</p>
This sample text font color is #febe80
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.
#febe80 Background Color
<div style="background-color:#febe80">
Div content here</div>
This div background color is #febe80
#febe80 Border Color
<div style="border:3px solid #febe80">
Div here</div>
This div border color is #febe80
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(254,190,128, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #febe80; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #febe80; -webkit-box-shadow: 1px 1px 3px 2px #febe80; box-shadow: 1px 1px 3px 2px #febe80; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(254,190,128, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #febe80">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #febe80; -webkit-box-shadow: 1px 1px 3px 2px #febe80; box-shadow: 1px 1px 3px 2px #febe80;">
Div content here</div>
This div box has shadow with color #febe80
Comments
No comments written yet.
Please login to write comment.