Color spaces of #89849a
RGB | 137 | 132 | 154 |
---|---|---|---|
HSL | 0.70 | 0.10 | 0.56 |
HSV | 254° | 14° | 60° |
CMYK | 0.11 | 0.14 | 0.00 0.40 |
XYZ | 24.4005 | 24.1540 | 33.9480 |
Yxy | 24.1540 | 0.2958 | 0.2928 |
Hunter Lab | 49.1467 | 2.6154 | -6.5517 |
CIE-Lab | 56.2417 | 6.3913 | -11.0626 |
#89849a color RGB value is (137,132,154).
#89849a hex color red value is 137, green value is 132 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #89849a hue: 0.70 , saturation: 0.10 and the lightness value of 89849a is 0.56.
The process color (four color CMYK) of #89849a color hex is 0.11, 0.14, 0.00, 0.40. Web safe color of #89849a is #999999. Color #89849a contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10001001 | 10000100 | 10011010 |
Octal | 211 | 204 | 232 |
Decimal | 137 | 132 | 154 |
Hex | 89 | 84 | 9A |
Shades of #89849a
Tints of #89849a
RGB Percentages of Color #89849a
CMYK Percentages of Color #89849a
Complementary Color
#89849a | #959a84 |
#89849a Color Preview on Black Background
Lorem ipsum dolor sit amet.
#89849a Color Preview on White Background
Lorem ipsum dolor sit amet.
#89849a Color CSS Codes
.mybgcolor {background-color:#89849a; } .myforecolor {color:#89849a; } .mybordercolor {border:3px solid #89849a; }
#89849a Text Font Color
<p style="color:#89849a">Text here</p>
This sample text font color is #89849a
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.
#89849a Background Color
<div style="background-color:#89849a">
Div content here</div>
This div background color is #89849a
#89849a Border Color
<div style="border:3px solid #89849a">
Div here</div>
This div border color is #89849a
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(137,132,154, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #89849a; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #89849a; -webkit-box-shadow: 1px 1px 3px 2px #89849a; box-shadow: 1px 1px 3px 2px #89849a; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(137,132,154, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #89849a">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #89849a; -webkit-box-shadow: 1px 1px 3px 2px #89849a; box-shadow: 1px 1px 3px 2px #89849a;">
Div content here</div>
This div box has shadow with color #89849a
Comments
No comments written yet.
Please login to write comment.