Color spaces of #fe4ade
RGB | 254 | 74 | 222 |
---|---|---|---|
HSL | 0.86 | 0.99 | 0.64 |
HSV | 311° | 71° | 100° |
CMYK | 0.00 | 0.71 | 0.13 0.00 |
XYZ | 56.5066 | 31.2423 | 72.1594 |
Yxy | 31.2423 | 0.3534 | 0.1954 |
Hunter Lab | 55.8948 | 82.6378 | -37.4162 |
CIE-Lab | 62.7116 | 81.1523 | -38.6613 |
#fe4ade color RGB value is (254,74,222).
#fe4ade hex color red value is 254, green value is 74 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #fe4ade hue: 0.86 , saturation: 0.99 and the lightness value of fe4ade is 0.64.
The process color (four color CMYK) of #fe4ade color hex is 0.00, 0.71, 0.13, 0.00. Web safe color of #fe4ade is #ff33cc. Color #fe4ade contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111110 | 01001010 | 11011110 |
Octal | 376 | 112 | 336 |
Decimal | 254 | 74 | 222 |
Hex | FE | 4A | DE |
Shades of #fe4ade
Tints of #fe4ade
RGB Percentages of Color #fe4ade
CMYK Percentages of Color #fe4ade
Complementary Color
#fe4ade | #4afe6a |
#fe4ade Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fe4ade Color Preview on White Background
Lorem ipsum dolor sit amet.
#fe4ade Color CSS Codes
.mybgcolor {background-color:#fe4ade; } .myforecolor {color:#fe4ade; } .mybordercolor {border:3px solid #fe4ade; }
#fe4ade Text Font Color
<p style="color:#fe4ade">Text here</p>
This sample text font color is #fe4ade
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.
#fe4ade Background Color
<div style="background-color:#fe4ade">
Div content here</div>
This div background color is #fe4ade
#fe4ade Border Color
<div style="border:3px solid #fe4ade">
Div here</div>
This div border color is #fe4ade
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(254,74,222, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fe4ade; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fe4ade; -webkit-box-shadow: 1px 1px 3px 2px #fe4ade; box-shadow: 1px 1px 3px 2px #fe4ade; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(254,74,222, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fe4ade">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fe4ade; -webkit-box-shadow: 1px 1px 3px 2px #fe4ade; box-shadow: 1px 1px 3px 2px #fe4ade;">
Div content here</div>
This div box has shadow with color #fe4ade
Comments
No comments written yet.
Please login to write comment.