Color spaces of #febaad Melon
RGB | 254 | 186 | 173 |
---|---|---|---|
HSL | 0.03 | 0.98 | 0.84 |
HSV | 10° | 32° | 100° |
CMYK | 0.00 | 0.27 | 0.32 0.00 |
XYZ | 65.9748 | 59.2058 | 47.4858 |
Yxy | 59.2058 | 0.3821 | 0.3429 |
Hunter Lab | 76.9453 | 18.3960 | 17.2717 |
CIE-Lab | 81.4046 | 22.8598 | 16.2696 |
#febaad color RGB value is (254,186,173). #febaad color name is Melon color.
#febaad hex color red value is 254, green value is 186 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #febaad hue: 0.03 , saturation: 0.98 and the lightness value of febaad is 0.84.
The process color (four color CMYK) of #febaad color hex is 0.00, 0.27, 0.32, 0.00. Web safe color of #febaad is #ffcc99. Color #febaad contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111110 | 10111010 | 10101101 |
Octal | 376 | 272 | 255 |
Decimal | 254 | 186 | 173 |
Hex | FE | BA | AD |
Shades of #febaad
Tints of #febaad
RGB Percentages of Color #febaad
CMYK Percentages of Color #febaad
Complementary Color
#febaad | #adf1fe |
#febaad Color Preview on Black Background
Lorem ipsum dolor sit amet.
#febaad Color Preview on White Background
Lorem ipsum dolor sit amet.
#febaad Color CSS Codes
.mybgcolor {background-color:#febaad; } .myforecolor {color:#febaad; } .mybordercolor {border:3px solid #febaad; }
#febaad Text Font Color
<p style="color:#febaad">Text here</p>
This sample text font color is #febaad
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.
#febaad Background Color
<div style="background-color:#febaad">
Div content here</div>
This div background color is #febaad
#febaad Border Color
<div style="border:3px solid #febaad">
Div here</div>
This div border color is #febaad
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(254,186,173, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #febaad; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #febaad; -webkit-box-shadow: 1px 1px 3px 2px #febaad; box-shadow: 1px 1px 3px 2px #febaad; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(254,186,173, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #febaad">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #febaad; -webkit-box-shadow: 1px 1px 3px 2px #febaad; box-shadow: 1px 1px 3px 2px #febaad;">
Div content here</div>
This div box has shadow with color #febaad
#febaad Color Palettes
Comments
No comments written yet.
Please login to write comment.