Color spaces of #ff895a
RGB | 255 | 137 | 90 |
---|---|---|---|
HSL | 0.05 | 1.00 | 0.68 |
HSV | 17° | 65° | 100° |
CMYK | 0.00 | 0.46 | 0.65 0.00 |
XYZ | 52.0311 | 39.8895 | 14.6300 |
Yxy | 39.8895 | 0.4883 | 0.3744 |
Hunter Lab | 63.1581 | 36.5256 | 30.4767 |
CIE-Lab | 69.3908 | 40.9567 | 44.7882 |
#ff895a color RGB value is (255,137,90).
#ff895a hex color red value is 255, green value is 137 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #ff895a hue: 0.05 , saturation: 1.00 and the lightness value of ff895a is 0.68.
The process color (four color CMYK) of #ff895a color hex is 0.00, 0.46, 0.65, 0.00. Web safe color of #ff895a is #ff9966. Color #ff895a contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111111 | 10001001 | 01011010 |
Octal | 377 | 211 | 132 |
Decimal | 255 | 137 | 90 |
Hex | FF | 89 | 5A |
Shades of #ff895a
Tints of #ff895a
RGB Percentages of Color #ff895a
CMYK Percentages of Color #ff895a
Complementary Color
#ff895a | #5ad0ff |
#ff895a Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ff895a Color Preview on White Background
Lorem ipsum dolor sit amet.
#ff895a Color CSS Codes
.mybgcolor {background-color:#ff895a; } .myforecolor {color:#ff895a; } .mybordercolor {border:3px solid #ff895a; }
#ff895a Text Font Color
<p style="color:#ff895a">Text here</p>
This sample text font color is #ff895a
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.
#ff895a Background Color
<div style="background-color:#ff895a">
Div content here</div>
This div background color is #ff895a
#ff895a Border Color
<div style="border:3px solid #ff895a">
Div here</div>
This div border color is #ff895a
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(255,137,90, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ff895a; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ff895a; -webkit-box-shadow: 1px 1px 3px 2px #ff895a; box-shadow: 1px 1px 3px 2px #ff895a; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(255,137,90, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ff895a">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ff895a; -webkit-box-shadow: 1px 1px 3px 2px #ff895a; box-shadow: 1px 1px 3px 2px #ff895a;">
Div content here</div>
This div box has shadow with color #ff895a
Comments
No comments written yet.
Please login to write comment.