Color spaces of #fe7bed
RGB | 254 | 123 | 237 |
---|---|---|---|
HSL | 0.85 | 0.98 | 0.74 |
HSV | 308° | 52° | 100° |
CMYK | 0.00 | 0.52 | 0.07 0.00 |
XYZ | 63.2421 | 41.3512 | 84.7691 |
Yxy | 41.3512 | 0.3340 | 0.2184 |
Hunter Lab | 64.3049 | 63.0163 | -33.1448 |
CIE-Lab | 70.4213 | 64.0029 | -34.9856 |
#fe7bed color RGB value is (254,123,237).
#fe7bed hex color red value is 254, green value is 123 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #fe7bed hue: 0.85 , saturation: 0.98 and the lightness value of fe7bed is 0.74.
The process color (four color CMYK) of #fe7bed color hex is 0.00, 0.52, 0.07, 0.00. Web safe color of #fe7bed is #ff66ff. Color #fe7bed contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111110 | 01111011 | 11101101 |
Octal | 376 | 173 | 355 |
Decimal | 254 | 123 | 237 |
Hex | FE | 7B | ED |
Shades of #fe7bed
Tints of #fe7bed
RGB Percentages of Color #fe7bed
CMYK Percentages of Color #fe7bed
Complementary Color
#fe7bed | #7bfe8c |
#fe7bed Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fe7bed Color Preview on White Background
Lorem ipsum dolor sit amet.
#fe7bed Color CSS Codes
.mybgcolor {background-color:#fe7bed; } .myforecolor {color:#fe7bed; } .mybordercolor {border:3px solid #fe7bed; }
#fe7bed Text Font Color
<p style="color:#fe7bed">Text here</p>
This sample text font color is #fe7bed
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.
#fe7bed Background Color
<div style="background-color:#fe7bed">
Div content here</div>
This div background color is #fe7bed
#fe7bed Border Color
<div style="border:3px solid #fe7bed">
Div here</div>
This div border color is #fe7bed
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(254,123,237, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fe7bed; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fe7bed; -webkit-box-shadow: 1px 1px 3px 2px #fe7bed; box-shadow: 1px 1px 3px 2px #fe7bed; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(254,123,237, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fe7bed">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fe7bed; -webkit-box-shadow: 1px 1px 3px 2px #fe7bed; box-shadow: 1px 1px 3px 2px #fe7bed;">
Div content here</div>
This div box has shadow with color #fe7bed
Comments
No comments written yet.
Please login to write comment.