Color spaces of #feda7f
RGB | 254 | 218 | 127 |
---|---|---|---|
HSL | 0.12 | 0.98 | 0.75 |
HSV | 43° | 50° | 100° |
CMYK | 0.00 | 0.14 | 0.50 0.00 |
XYZ | 69.7752 | 72.7459 | 30.4425 |
Yxy | 72.7459 | 0.4034 | 0.4206 |
Hunter Lab | 85.2912 | -3.2320 | 38.5418 |
CIE-Lab | 88.3264 | 1.3668 | 49.0945 |
#feda7f color RGB value is (254,218,127).
#feda7f hex color red value is 254, green value is 218 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #feda7f hue: 0.12 , saturation: 0.98 and the lightness value of feda7f is 0.75.
The process color (four color CMYK) of #feda7f color hex is 0.00, 0.14, 0.50, 0.00. Web safe color of #feda7f is #ffcc66. Color #feda7f contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111110 | 11011010 | 01111111 |
Octal | 376 | 332 | 177 |
Decimal | 254 | 218 | 127 |
Hex | FE | DA | 7F |
Shades of #feda7f
Tints of #feda7f
RGB Percentages of Color #feda7f
CMYK Percentages of Color #feda7f
Complementary Color
#feda7f | #7fa3fe |
#feda7f Color Preview on Black Background
Lorem ipsum dolor sit amet.
#feda7f Color Preview on White Background
Lorem ipsum dolor sit amet.
#feda7f Color CSS Codes
.mybgcolor {background-color:#feda7f; } .myforecolor {color:#feda7f; } .mybordercolor {border:3px solid #feda7f; }
#feda7f Text Font Color
<p style="color:#feda7f">Text here</p>
This sample text font color is #feda7f
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.
#feda7f Background Color
<div style="background-color:#feda7f">
Div content here</div>
This div background color is #feda7f
#feda7f Border Color
<div style="border:3px solid #feda7f">
Div here</div>
This div border color is #feda7f
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(254,218,127, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #feda7f; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #feda7f; -webkit-box-shadow: 1px 1px 3px 2px #feda7f; box-shadow: 1px 1px 3px 2px #feda7f; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(254,218,127, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #feda7f">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #feda7f; -webkit-box-shadow: 1px 1px 3px 2px #feda7f; box-shadow: 1px 1px 3px 2px #feda7f;">
Div content here</div>
This div box has shadow with color #feda7f
Comments
No comments written yet.
Please login to write comment.