Color spaces of #feb499
RGB | 254 | 180 | 153 |
---|---|---|---|
HSL | 0.04 | 0.98 | 0.80 |
HSV | 16° | 40° | 100° |
CMYK | 0.00 | 0.29 | 0.40 0.00 |
XYZ | 62.9441 | 56.0133 | 37.6311 |
Yxy | 56.0133 | 0.4020 | 0.3577 |
Hunter Lab | 74.8420 | 19.1496 | 22.5780 |
CIE-Lab | 79.6214 | 23.6606 | 24.5102 |
#feb499 color RGB value is (254,180,153).
#feb499 hex color red value is 254, green value is 180 and the blue value of its RGB is 153. Cylindrical-coordinate representations (also known as HSL) of color #feb499 hue: 0.04 , saturation: 0.98 and the lightness value of feb499 is 0.80.
The process color (four color CMYK) of #feb499 color hex is 0.00, 0.29, 0.40, 0.00. Web safe color of #feb499 is #ffcc99. Color #feb499 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111110 | 10110100 | 10011001 |
Octal | 376 | 264 | 231 |
Decimal | 254 | 180 | 153 |
Hex | FE | B4 | 99 |
Shades of #feb499
Tints of #feb499
RGB Percentages of Color #feb499
CMYK Percentages of Color #feb499
Complementary Color
#feb499 | #99e3fe |
#feb499 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#feb499 Color Preview on White Background
Lorem ipsum dolor sit amet.
#feb499 Color CSS Codes
.mybgcolor {background-color:#feb499; } .myforecolor {color:#feb499; } .mybordercolor {border:3px solid #feb499; }
#feb499 Text Font Color
<p style="color:#feb499">Text here</p>
This sample text font color is #feb499
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.
#feb499 Background Color
<div style="background-color:#feb499">
Div content here</div>
This div background color is #feb499
#feb499 Border Color
<div style="border:3px solid #feb499">
Div here</div>
This div border color is #feb499
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(254,180,153, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #feb499; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #feb499; -webkit-box-shadow: 1px 1px 3px 2px #feb499; box-shadow: 1px 1px 3px 2px #feb499; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(254,180,153, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #feb499">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #feb499; -webkit-box-shadow: 1px 1px 3px 2px #feb499; box-shadow: 1px 1px 3px 2px #feb499;">
Div content here</div>
This div box has shadow with color #feb499
Comments
No comments written yet.
Please login to write comment.