Color spaces of #febdf4
RGB | 254 | 189 | 244 |
---|---|---|---|
HSL | 0.86 | 0.97 | 0.87 |
HSV | 309° | 26° | 100° |
CMYK | 0.00 | 0.26 | 0.04 0.00 |
XYZ | 75.3998 | 63.9977 | 93.9667 |
Yxy | 63.9977 | 0.3231 | 0.2742 |
Hunter Lab | 79.9986 | 28.2413 | -13.6433 |
CIE-Lab | 83.9646 | 31.9757 | -18.0623 |
#febdf4 color RGB value is (254,189,244).
#febdf4 hex color red value is 254, green value is 189 and the blue value of its RGB is 244. Cylindrical-coordinate representations (also known as HSL) of color #febdf4 hue: 0.86 , saturation: 0.97 and the lightness value of febdf4 is 0.87.
The process color (four color CMYK) of #febdf4 color hex is 0.00, 0.26, 0.04, 0.00. Web safe color of #febdf4 is #ffccff. Color #febdf4 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111110 | 10111101 | 11110100 |
Octal | 376 | 275 | 364 |
Decimal | 254 | 189 | 244 |
Hex | FE | BD | F4 |
Shades of #febdf4
Tints of #febdf4
RGB Percentages of Color #febdf4
CMYK Percentages of Color #febdf4
Complementary Color
#febdf4 | #bdfec7 |
#febdf4 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#febdf4 Color Preview on White Background
Lorem ipsum dolor sit amet.
#febdf4 Color CSS Codes
.mybgcolor {background-color:#febdf4; } .myforecolor {color:#febdf4; } .mybordercolor {border:3px solid #febdf4; }
#febdf4 Text Font Color
<p style="color:#febdf4">Text here</p>
This sample text font color is #febdf4
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.
#febdf4 Background Color
<div style="background-color:#febdf4">
Div content here</div>
This div background color is #febdf4
#febdf4 Border Color
<div style="border:3px solid #febdf4">
Div here</div>
This div border color is #febdf4
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(254,189,244, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #febdf4; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #febdf4; -webkit-box-shadow: 1px 1px 3px 2px #febdf4; box-shadow: 1px 1px 3px 2px #febdf4; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(254,189,244, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #febdf4">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #febdf4; -webkit-box-shadow: 1px 1px 3px 2px #febdf4; box-shadow: 1px 1px 3px 2px #febdf4;">
Div content here</div>
This div box has shadow with color #febdf4
Comments
No comments written yet.
Please login to write comment.