Color spaces of #fe15da
RGB | 254 | 21 | 218 |
---|---|---|---|
HSL | 0.86 | 0.99 | 0.54 |
HSV | 309° | 92° | 100° |
CMYK | 0.00 | 0.92 | 0.14 0.00 |
XYZ | 53.7961 | 26.6691 | 68.6420 |
Yxy | 26.6691 | 0.3608 | 0.1789 |
Hunter Lab | 51.6421 | 95.5714 | -42.6579 |
CIE-Lab | 58.6668 | 91.7543 | -42.7546 |
#fe15da color RGB value is (254,21,218).
#fe15da hex color red value is 254, green value is 21 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #fe15da hue: 0.86 , saturation: 0.99 and the lightness value of fe15da is 0.54.
The process color (four color CMYK) of #fe15da color hex is 0.00, 0.92, 0.14, 0.00. Web safe color of #fe15da is #ff00cc. Color #fe15da contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111110 | 00010101 | 11011010 |
Octal | 376 | 25 | 332 |
Decimal | 254 | 21 | 218 |
Hex | FE | 15 | DA |
Shades of #fe15da
Tints of #fe15da
RGB Percentages of Color #fe15da
CMYK Percentages of Color #fe15da
Complementary Color
#fe15da | #15fe39 |
#fe15da Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fe15da Color Preview on White Background
Lorem ipsum dolor sit amet.
#fe15da Color CSS Codes
.mybgcolor {background-color:#fe15da; } .myforecolor {color:#fe15da; } .mybordercolor {border:3px solid #fe15da; }
#fe15da Text Font Color
<p style="color:#fe15da">Text here</p>
This sample text font color is #fe15da
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.
#fe15da Background Color
<div style="background-color:#fe15da">
Div content here</div>
This div background color is #fe15da
#fe15da Border Color
<div style="border:3px solid #fe15da">
Div here</div>
This div border color is #fe15da
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(254,21,218, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fe15da; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fe15da; -webkit-box-shadow: 1px 1px 3px 2px #fe15da; box-shadow: 1px 1px 3px 2px #fe15da; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(254,21,218, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fe15da">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fe15da; -webkit-box-shadow: 1px 1px 3px 2px #fe15da; box-shadow: 1px 1px 3px 2px #fe15da;">
Div content here</div>
This div box has shadow with color #fe15da
Comments
No comments written yet.
Please login to write comment.