Color spaces of #fefcd5
RGB | 254 | 252 | 213 |
---|---|---|---|
HSL | 0.16 | 0.95 | 0.92 |
HSV | 57° | 16° | 100° |
CMYK | 0.00 | 0.01 | 0.16 0.00 |
XYZ | 87.6937 | 95.4957 | 76.7614 |
Yxy | 95.4957 | 0.3373 | 0.3674 |
Hunter Lab | 97.7219 | -10.8310 | 21.8325 |
CIE-Lab | 98.2315 | -5.6189 | 18.9491 |
#fefcd5 color RGB value is (254,252,213).
#fefcd5 hex color red value is 254, green value is 252 and the blue value of its RGB is 213. Cylindrical-coordinate representations (also known as HSL) of color #fefcd5 hue: 0.16 , saturation: 0.95 and the lightness value of fefcd5 is 0.92.
The process color (four color CMYK) of #fefcd5 color hex is 0.00, 0.01, 0.16, 0.00. Web safe color of #fefcd5 is #ffffcc. Color #fefcd5 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111110 | 11111100 | 11010101 |
Octal | 376 | 374 | 325 |
Decimal | 254 | 252 | 213 |
Hex | FE | FC | D5 |
Shades of #fefcd5
Tints of #fefcd5
RGB Percentages of Color #fefcd5
CMYK Percentages of Color #fefcd5
Complementary Color
#fefcd5 | #d5d7fe |
#fefcd5 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fefcd5 Color Preview on White Background
Lorem ipsum dolor sit amet.
#fefcd5 Color CSS Codes
.mybgcolor {background-color:#fefcd5; } .myforecolor {color:#fefcd5; } .mybordercolor {border:3px solid #fefcd5; }
#fefcd5 Text Font Color
<p style="color:#fefcd5">Text here</p>
This sample text font color is #fefcd5
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.
#fefcd5 Background Color
<div style="background-color:#fefcd5">
Div content here</div>
This div background color is #fefcd5
#fefcd5 Border Color
<div style="border:3px solid #fefcd5">
Div here</div>
This div border color is #fefcd5
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(254,252,213, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fefcd5; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fefcd5; -webkit-box-shadow: 1px 1px 3px 2px #fefcd5; box-shadow: 1px 1px 3px 2px #fefcd5; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(254,252,213, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fefcd5">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fefcd5; -webkit-box-shadow: 1px 1px 3px 2px #fefcd5; box-shadow: 1px 1px 3px 2px #fefcd5;">
Div content here</div>
This div box has shadow with color #fefcd5
Related Colors
Comments
No comments written yet.
Please login to write comment.