Color spaces of #feadbe
RGB | 254 | 173 | 190 |
---|---|---|---|
HSL | 0.97 | 0.98 | 0.84 |
HSV | 347° | 32° | 100° |
CMYK | 0.00 | 0.32 | 0.25 0.00 |
XYZ | 65.1109 | 54.6757 | 55.8369 |
Yxy | 54.6757 | 0.3707 | 0.3113 |
Hunter Lab | 73.9430 | 27.7788 | 6.9882 |
CIE-Lab | 78.8541 | 31.9125 | 3.4566 |
#feadbe color RGB value is (254,173,190).
#feadbe hex color red value is 254, green value is 173 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #feadbe hue: 0.97 , saturation: 0.98 and the lightness value of feadbe is 0.84.
The process color (four color CMYK) of #feadbe color hex is 0.00, 0.32, 0.25, 0.00. Web safe color of #feadbe is #ff99cc. Color #feadbe contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111110 | 10101101 | 10111110 |
Octal | 376 | 255 | 276 |
Decimal | 254 | 173 | 190 |
Hex | FE | AD | BE |
Shades of #feadbe
Tints of #feadbe
RGB Percentages of Color #feadbe
CMYK Percentages of Color #feadbe
Complementary Color
#feadbe | #adfeed |
#feadbe Color Preview on Black Background
Lorem ipsum dolor sit amet.
#feadbe Color Preview on White Background
Lorem ipsum dolor sit amet.
#feadbe Color CSS Codes
.mybgcolor {background-color:#feadbe; } .myforecolor {color:#feadbe; } .mybordercolor {border:3px solid #feadbe; }
#feadbe Text Font Color
<p style="color:#feadbe">Text here</p>
This sample text font color is #feadbe
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.
#feadbe Background Color
<div style="background-color:#feadbe">
Div content here</div>
This div background color is #feadbe
#feadbe Border Color
<div style="border:3px solid #feadbe">
Div here</div>
This div border color is #feadbe
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(254,173,190, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #feadbe; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #feadbe; -webkit-box-shadow: 1px 1px 3px 2px #feadbe; box-shadow: 1px 1px 3px 2px #feadbe; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(254,173,190, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #feadbe">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #feadbe; -webkit-box-shadow: 1px 1px 3px 2px #feadbe; box-shadow: 1px 1px 3px 2px #feadbe;">
Div content here</div>
This div box has shadow with color #feadbe
Comments
No comments written yet.
Please login to write comment.