Color spaces of #fe856a
RGB | 254 | 133 | 106 |
---|---|---|---|
HSL | 0.03 | 0.99 | 0.71 |
HSV | 11° | 58° | 100° |
CMYK | 0.00 | 0.48 | 0.58 0.00 |
XYZ | 51.8621 | 38.8865 | 18.4081 |
Yxy | 38.8865 | 0.4751 | 0.3562 |
Hunter Lab | 62.3590 | 39.3246 | 26.1492 |
CIE-Lab | 68.6690 | 43.6245 | 35.3917 |
#fe856a color RGB value is (254,133,106).
#fe856a hex color red value is 254, green value is 133 and the blue value of its RGB is 106. Cylindrical-coordinate representations (also known as HSL) of color #fe856a hue: 0.03 , saturation: 0.99 and the lightness value of fe856a is 0.71.
The process color (four color CMYK) of #fe856a color hex is 0.00, 0.48, 0.58, 0.00. Web safe color of #fe856a is #ff9966. Color #fe856a contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111110 | 10000101 | 01101010 |
Octal | 376 | 205 | 152 |
Decimal | 254 | 133 | 106 |
Hex | FE | 85 | 6A |
Shades of #fe856a
Tints of #fe856a
RGB Percentages of Color #fe856a
CMYK Percentages of Color #fe856a
Complementary Color
#fe856a | #6ae3fe |
#fe856a Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fe856a Color Preview on White Background
Lorem ipsum dolor sit amet.
#fe856a Color CSS Codes
.mybgcolor {background-color:#fe856a; } .myforecolor {color:#fe856a; } .mybordercolor {border:3px solid #fe856a; }
#fe856a Text Font Color
<p style="color:#fe856a">Text here</p>
This sample text font color is #fe856a
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.
#fe856a Background Color
<div style="background-color:#fe856a">
Div content here</div>
This div background color is #fe856a
#fe856a Border Color
<div style="border:3px solid #fe856a">
Div here</div>
This div border color is #fe856a
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(254,133,106, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fe856a; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fe856a; -webkit-box-shadow: 1px 1px 3px 2px #fe856a; box-shadow: 1px 1px 3px 2px #fe856a; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(254,133,106, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fe856a">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fe856a; -webkit-box-shadow: 1px 1px 3px 2px #fe856a; box-shadow: 1px 1px 3px 2px #fe856a;">
Div content here</div>
This div box has shadow with color #fe856a
Comments
No comments written yet.
Please login to write comment.