Color spaces of #feadbf
RGB | 254 | 173 | 191 |
---|---|---|---|
HSL | 0.96 | 0.98 | 0.84 |
HSV | 347° | 32° | 100° |
CMYK | 0.00 | 0.32 | 0.25 0.00 |
XYZ | 65.2206 | 54.7196 | 56.4146 |
Yxy | 54.7196 | 0.3698 | 0.3103 |
Hunter Lab | 73.9727 | 27.9285 | 6.5639 |
CIE-Lab | 78.8795 | 32.0505 | 2.9502 |
#feadbf color RGB value is (254,173,191).
#feadbf hex color red value is 254, green value is 173 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #feadbf hue: 0.96 , saturation: 0.98 and the lightness value of feadbf is 0.84.
The process color (four color CMYK) of #feadbf color hex is 0.00, 0.32, 0.25, 0.00. Web safe color of #feadbf is #ff99cc. Color #feadbf contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111110 | 10101101 | 10111111 |
Octal | 376 | 255 | 277 |
Decimal | 254 | 173 | 191 |
Hex | FE | AD | BF |
Shades of #feadbf
Tints of #feadbf
RGB Percentages of Color #feadbf
CMYK Percentages of Color #feadbf
Complementary Color
#feadbf | #adfeec |
#feadbf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#feadbf Color Preview on White Background
Lorem ipsum dolor sit amet.
#feadbf Color CSS Codes
.mybgcolor {background-color:#feadbf; } .myforecolor {color:#feadbf; } .mybordercolor {border:3px solid #feadbf; }
#feadbf Text Font Color
<p style="color:#feadbf">Text here</p>
This sample text font color is #feadbf
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.
#feadbf Background Color
<div style="background-color:#feadbf">
Div content here</div>
This div background color is #feadbf
#feadbf Border Color
<div style="border:3px solid #feadbf">
Div here</div>
This div border color is #feadbf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(254,173,191, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #feadbf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #feadbf; -webkit-box-shadow: 1px 1px 3px 2px #feadbf; box-shadow: 1px 1px 3px 2px #feadbf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(254,173,191, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #feadbf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #feadbf; -webkit-box-shadow: 1px 1px 3px 2px #feadbf; box-shadow: 1px 1px 3px 2px #feadbf;">
Div content here</div>
This div box has shadow with color #feadbf
Comments
No comments written yet.
Please login to write comment.