Color spaces of #fea47d
RGB | 254 | 164 | 125 |
---|---|---|---|
HSL | 0.05 | 0.98 | 0.74 |
HSV | 18° | 51° | 100° |
CMYK | 0.00 | 0.35 | 0.51 0.00 |
XYZ | 57.8502 | 49.1024 | 25.8307 |
Yxy | 49.1024 | 0.4357 | 0.3698 |
Hunter Lab | 70.0731 | 24.7362 | 27.1954 |
CIE-Lab | 75.5150 | 29.2717 | 33.9746 |
#fea47d color RGB value is (254,164,125).
#fea47d hex color red value is 254, green value is 164 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #fea47d hue: 0.05 , saturation: 0.98 and the lightness value of fea47d is 0.74.
The process color (four color CMYK) of #fea47d color hex is 0.00, 0.35, 0.51, 0.00. Web safe color of #fea47d is #ff9966. Color #fea47d contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111110 | 10100100 | 01111101 |
Octal | 376 | 244 | 175 |
Decimal | 254 | 164 | 125 |
Hex | FE | A4 | 7D |
Shades of #fea47d
Tints of #fea47d
RGB Percentages of Color #fea47d
CMYK Percentages of Color #fea47d
Complementary Color
#fea47d | #7dd7fe |
#fea47d Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fea47d Color Preview on White Background
Lorem ipsum dolor sit amet.
#fea47d Color CSS Codes
.mybgcolor {background-color:#fea47d; } .myforecolor {color:#fea47d; } .mybordercolor {border:3px solid #fea47d; }
#fea47d Text Font Color
<p style="color:#fea47d">Text here</p>
This sample text font color is #fea47d
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.
#fea47d Background Color
<div style="background-color:#fea47d">
Div content here</div>
This div background color is #fea47d
#fea47d Border Color
<div style="border:3px solid #fea47d">
Div here</div>
This div border color is #fea47d
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(254,164,125, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fea47d; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fea47d; -webkit-box-shadow: 1px 1px 3px 2px #fea47d; box-shadow: 1px 1px 3px 2px #fea47d; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(254,164,125, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fea47d">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fea47d; -webkit-box-shadow: 1px 1px 3px 2px #fea47d; box-shadow: 1px 1px 3px 2px #fea47d;">
Div content here</div>
This div box has shadow with color #fea47d
Comments
No comments written yet.
Please login to write comment.