Color spaces of #feaee4
RGB | 254 | 174 | 228 |
---|---|---|---|
HSL | 0.89 | 0.98 | 0.84 |
HSV | 320° | 31° | 100° |
CMYK | 0.00 | 0.31 | 0.10 0.00 |
XYZ | 70.0127 | 56.9444 | 80.7001 |
Yxy | 56.9444 | 0.3372 | 0.2742 |
Hunter Lab | 75.4615 | 33.5535 | -10.5829 |
CIE-Lab | 80.1483 | 37.1283 | -15.2226 |
#feaee4 color RGB value is (254,174,228).
#feaee4 hex color red value is 254, green value is 174 and the blue value of its RGB is 228. Cylindrical-coordinate representations (also known as HSL) of color #feaee4 hue: 0.89 , saturation: 0.98 and the lightness value of feaee4 is 0.84.
The process color (four color CMYK) of #feaee4 color hex is 0.00, 0.31, 0.10, 0.00. Web safe color of #feaee4 is #ff99cc. Color #feaee4 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111110 | 10101110 | 11100100 |
Octal | 376 | 256 | 344 |
Decimal | 254 | 174 | 228 |
Hex | FE | AE | E4 |
Shades of #feaee4
Tints of #feaee4
RGB Percentages of Color #feaee4
CMYK Percentages of Color #feaee4
Complementary Color
#feaee4 | #aefec8 |
#feaee4 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#feaee4 Color Preview on White Background
Lorem ipsum dolor sit amet.
#feaee4 Color CSS Codes
.mybgcolor {background-color:#feaee4; } .myforecolor {color:#feaee4; } .mybordercolor {border:3px solid #feaee4; }
#feaee4 Text Font Color
<p style="color:#feaee4">Text here</p>
This sample text font color is #feaee4
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.
#feaee4 Background Color
<div style="background-color:#feaee4">
Div content here</div>
This div background color is #feaee4
#feaee4 Border Color
<div style="border:3px solid #feaee4">
Div here</div>
This div border color is #feaee4
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(254,174,228, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #feaee4; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #feaee4; -webkit-box-shadow: 1px 1px 3px 2px #feaee4; box-shadow: 1px 1px 3px 2px #feaee4; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(254,174,228, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #feaee4">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #feaee4; -webkit-box-shadow: 1px 1px 3px 2px #feaee4; box-shadow: 1px 1px 3px 2px #feaee4;">
Div content here</div>
This div box has shadow with color #feaee4
Comments
No comments written yet.
Please login to write comment.