Color spaces of #febf77
RGB | 254 | 191 | 119 |
---|---|---|---|
HSL | 0.09 | 0.99 | 0.73 |
HSV | 32° | 53° | 100° |
CMYK | 0.00 | 0.25 | 0.53 0.00 |
XYZ | 62.8336 | 59.6643 | 25.6574 |
Yxy | 59.6643 | 0.4241 | 0.4027 |
Hunter Lab | 77.2427 | 10.0274 | 34.3757 |
CIE-Lab | 81.6554 | 14.6382 | 44.8390 |
#febf77 color RGB value is (254,191,119).
#febf77 hex color red value is 254, green value is 191 and the blue value of its RGB is 119. Cylindrical-coordinate representations (also known as HSL) of color #febf77 hue: 0.09 , saturation: 0.99 and the lightness value of febf77 is 0.73.
The process color (four color CMYK) of #febf77 color hex is 0.00, 0.25, 0.53, 0.00. Web safe color of #febf77 is #ffcc66. Color #febf77 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111110 | 10111111 | 01110111 |
Octal | 376 | 277 | 167 |
Decimal | 254 | 191 | 119 |
Hex | FE | BF | 77 |
Shades of #febf77
Tints of #febf77
RGB Percentages of Color #febf77
CMYK Percentages of Color #febf77
Complementary Color
#febf77 | #77b6fe |
#febf77 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#febf77 Color Preview on White Background
Lorem ipsum dolor sit amet.
#febf77 Color CSS Codes
.mybgcolor {background-color:#febf77; } .myforecolor {color:#febf77; } .mybordercolor {border:3px solid #febf77; }
#febf77 Text Font Color
<p style="color:#febf77">Text here</p>
This sample text font color is #febf77
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.
#febf77 Background Color
<div style="background-color:#febf77">
Div content here</div>
This div background color is #febf77
#febf77 Border Color
<div style="border:3px solid #febf77">
Div here</div>
This div border color is #febf77
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(254,191,119, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #febf77; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #febf77; -webkit-box-shadow: 1px 1px 3px 2px #febf77; box-shadow: 1px 1px 3px 2px #febf77; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(254,191,119, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #febf77">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #febf77; -webkit-box-shadow: 1px 1px 3px 2px #febf77; box-shadow: 1px 1px 3px 2px #febf77;">
Div content here</div>
This div box has shadow with color #febf77
Comments
No comments written yet.
Please login to write comment.