Color spaces of #feec8a
RGB | 254 | 236 | 138 |
---|---|---|---|
HSL | 0.14 | 0.98 | 0.77 |
HSV | 51° | 46° | 100° |
CMYK | 0.00 | 0.07 | 0.46 0.00 |
XYZ | 75.4559 | 82.8967 | 36.0685 |
Yxy | 82.8967 | 0.3881 | 0.4264 |
Hunter Lab | 91.0476 | -11.4011 | 40.2456 |
CIE-Lab | 92.9692 | -6.7226 | 49.4939 |
#feec8a color RGB value is (254,236,138).
#feec8a hex color red value is 254, green value is 236 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #feec8a hue: 0.14 , saturation: 0.98 and the lightness value of feec8a is 0.77.
The process color (four color CMYK) of #feec8a color hex is 0.00, 0.07, 0.46, 0.00. Web safe color of #feec8a is #ffff99. Color #feec8a contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111110 | 11101100 | 10001010 |
Octal | 376 | 354 | 212 |
Decimal | 254 | 236 | 138 |
Hex | FE | EC | 8A |
Shades of #feec8a
Tints of #feec8a
RGB Percentages of Color #feec8a
CMYK Percentages of Color #feec8a
Complementary Color
#feec8a | #8a9cfe |
#feec8a Color Preview on Black Background
Lorem ipsum dolor sit amet.
#feec8a Color Preview on White Background
Lorem ipsum dolor sit amet.
#feec8a Color CSS Codes
.mybgcolor {background-color:#feec8a; } .myforecolor {color:#feec8a; } .mybordercolor {border:3px solid #feec8a; }
#feec8a Text Font Color
<p style="color:#feec8a">Text here</p>
This sample text font color is #feec8a
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.
#feec8a Background Color
<div style="background-color:#feec8a">
Div content here</div>
This div background color is #feec8a
#feec8a Border Color
<div style="border:3px solid #feec8a">
Div here</div>
This div border color is #feec8a
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(254,236,138, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #feec8a; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #feec8a; -webkit-box-shadow: 1px 1px 3px 2px #feec8a; box-shadow: 1px 1px 3px 2px #feec8a; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(254,236,138, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #feec8a">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #feec8a; -webkit-box-shadow: 1px 1px 3px 2px #feec8a; box-shadow: 1px 1px 3px 2px #feec8a;">
Div content here</div>
This div box has shadow with color #feec8a
Related Colors
Comments
No comments written yet.
Please login to write comment.