Color spaces of #fe3ced
RGB | 254 | 60 | 237 |
---|---|---|---|
HSL | 0.85 | 0.99 | 0.62 |
HSV | 305° | 76° | 100° |
CMYK | 0.00 | 0.76 | 0.07 0.00 |
XYZ | 57.7750 | 30.4170 | 82.9467 |
Yxy | 30.4170 | 0.3376 | 0.1777 |
Hunter Lab | 55.1516 | 90.4754 | -50.5646 |
CIE-Lab | 62.0124 | 87.2890 | -48.1557 |
#fe3ced color RGB value is (254,60,237).
#fe3ced hex color red value is 254, green value is 60 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #fe3ced hue: 0.85 , saturation: 0.99 and the lightness value of fe3ced is 0.62.
The process color (four color CMYK) of #fe3ced color hex is 0.00, 0.76, 0.07, 0.00. Web safe color of #fe3ced is #ff33ff. Color #fe3ced contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111110 | 00111100 | 11101101 |
Octal | 376 | 74 | 355 |
Decimal | 254 | 60 | 237 |
Hex | FE | 3C | ED |
Shades of #fe3ced
Tints of #fe3ced
RGB Percentages of Color #fe3ced
CMYK Percentages of Color #fe3ced
Complementary Color
#fe3ced | #3cfe4d |
#fe3ced Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fe3ced Color Preview on White Background
Lorem ipsum dolor sit amet.
#fe3ced Color CSS Codes
.mybgcolor {background-color:#fe3ced; } .myforecolor {color:#fe3ced; } .mybordercolor {border:3px solid #fe3ced; }
#fe3ced Text Font Color
<p style="color:#fe3ced">Text here</p>
This sample text font color is #fe3ced
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.
#fe3ced Background Color
<div style="background-color:#fe3ced">
Div content here</div>
This div background color is #fe3ced
#fe3ced Border Color
<div style="border:3px solid #fe3ced">
Div here</div>
This div border color is #fe3ced
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(254,60,237, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fe3ced; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fe3ced; -webkit-box-shadow: 1px 1px 3px 2px #fe3ced; box-shadow: 1px 1px 3px 2px #fe3ced; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(254,60,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 #fe3ced">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fe3ced; -webkit-box-shadow: 1px 1px 3px 2px #fe3ced; box-shadow: 1px 1px 3px 2px #fe3ced;">
Div content here</div>
This div box has shadow with color #fe3ced
Comments
No comments written yet.
Please login to write comment.