Color spaces of #fec69e
RGB | 254 | 198 | 158 |
---|---|---|---|
HSL | 0.07 | 0.98 | 0.81 |
HSV | 25° | 38° | 100° |
CMYK | 0.00 | 0.22 | 0.38 0.00 |
XYZ | 67.2387 | 63.9276 | 41.1432 |
Yxy | 63.9276 | 0.3902 | 0.3710 |
Hunter Lab | 79.9547 | 10.1905 | 25.4588 |
CIE-Lab | 83.9281 | 14.7919 | 27.6983 |
#fec69e color RGB value is (254,198,158).
#fec69e hex color red value is 254, green value is 198 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #fec69e hue: 0.07 , saturation: 0.98 and the lightness value of fec69e is 0.81.
The process color (four color CMYK) of #fec69e color hex is 0.00, 0.22, 0.38, 0.00. Web safe color of #fec69e is #ffcc99. Color #fec69e contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111110 | 11000110 | 10011110 |
Octal | 376 | 306 | 236 |
Decimal | 254 | 198 | 158 |
Hex | FE | C6 | 9E |
Shades of #fec69e
Tints of #fec69e
RGB Percentages of Color #fec69e
CMYK Percentages of Color #fec69e
Complementary Color
#fec69e | #9ed6fe |
#fec69e Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fec69e Color Preview on White Background
Lorem ipsum dolor sit amet.
#fec69e Color CSS Codes
.mybgcolor {background-color:#fec69e; } .myforecolor {color:#fec69e; } .mybordercolor {border:3px solid #fec69e; }
#fec69e Text Font Color
<p style="color:#fec69e">Text here</p>
This sample text font color is #fec69e
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.
#fec69e Background Color
<div style="background-color:#fec69e">
Div content here</div>
This div background color is #fec69e
#fec69e Border Color
<div style="border:3px solid #fec69e">
Div here</div>
This div border color is #fec69e
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(254,198,158, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fec69e; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fec69e; -webkit-box-shadow: 1px 1px 3px 2px #fec69e; box-shadow: 1px 1px 3px 2px #fec69e; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(254,198,158, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fec69e">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fec69e; -webkit-box-shadow: 1px 1px 3px 2px #fec69e; box-shadow: 1px 1px 3px 2px #fec69e;">
Div content here</div>
This div box has shadow with color #fec69e
Comments
No comments written yet.
Please login to write comment.