Color spaces of #fefdc5
RGB | 254 | 253 | 197 |
---|---|---|---|
HSL | 0.16 | 0.97 | 0.88 |
HSV | 59° | 22° | 100° |
CMYK | 0.00 | 0.00 | 0.22 0.00 |
XYZ | 86.0764 | 95.3526 | 66.6915 |
Yxy | 95.3526 | 0.3469 | 0.3843 |
Hunter Lab | 97.6487 | -13.5390 | 27.8605 |
CIE-Lab | 98.1744 | -8.3838 | 27.0020 |
#fefdc5 color RGB value is (254,253,197).
#fefdc5 hex color red value is 254, green value is 253 and the blue value of its RGB is 197. Cylindrical-coordinate representations (also known as HSL) of color #fefdc5 hue: 0.16 , saturation: 0.97 and the lightness value of fefdc5 is 0.88.
The process color (four color CMYK) of #fefdc5 color hex is 0.00, 0.00, 0.22, 0.00. Web safe color of #fefdc5 is #ffffcc. Color #fefdc5 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111110 | 11111101 | 11000101 |
Octal | 376 | 375 | 305 |
Decimal | 254 | 253 | 197 |
Hex | FE | FD | C5 |
Shades of #fefdc5
Tints of #fefdc5
RGB Percentages of Color #fefdc5
CMYK Percentages of Color #fefdc5
Complementary Color
#fefdc5 | #c5c6fe |
#fefdc5 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fefdc5 Color Preview on White Background
Lorem ipsum dolor sit amet.
#fefdc5 Color CSS Codes
.mybgcolor {background-color:#fefdc5; } .myforecolor {color:#fefdc5; } .mybordercolor {border:3px solid #fefdc5; }
#fefdc5 Text Font Color
<p style="color:#fefdc5">Text here</p>
This sample text font color is #fefdc5
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.
#fefdc5 Background Color
<div style="background-color:#fefdc5">
Div content here</div>
This div background color is #fefdc5
#fefdc5 Border Color
<div style="border:3px solid #fefdc5">
Div here</div>
This div border color is #fefdc5
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(254,253,197, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fefdc5; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fefdc5; -webkit-box-shadow: 1px 1px 3px 2px #fefdc5; box-shadow: 1px 1px 3px 2px #fefdc5; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(254,253,197, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fefdc5">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fefdc5; -webkit-box-shadow: 1px 1px 3px 2px #fefdc5; box-shadow: 1px 1px 3px 2px #fefdc5;">
Div content here</div>
This div box has shadow with color #fefdc5
Comments
No comments written yet.
Please login to write comment.