Color spaces of #928086
RGB | 146 | 128 | 134 |
---|---|---|---|
HSL | 0.94 | 0.08 | 0.54 |
HSV | 340° | 12° | 57° |
CMYK | 0.00 | 0.12 | 0.08 0.43 |
XYZ | 23.8763 | 23.2706 | 25.7875 |
Yxy | 23.2706 | 0.3274 | 0.3191 |
Hunter Lab | 48.2396 | 3.9296 | 2.0730 |
CIE-Lab | 55.3500 | 7.9426 | -0.7236 |
#928086 color RGB value is (146,128,134).
#928086 hex color red value is 146, green value is 128 and the blue value of its RGB is 134. Cylindrical-coordinate representations (also known as HSL) of color #928086 hue: 0.94 , saturation: 0.08 and the lightness value of 928086 is 0.54.
The process color (four color CMYK) of #928086 color hex is 0.00, 0.12, 0.08, 0.43. Web safe color of #928086 is #999999. Color #928086 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10010010 | 10000000 | 10000110 |
Octal | 222 | 200 | 206 |
Decimal | 146 | 128 | 134 |
Hex | 92 | 80 | 86 |
Shades of #928086
Tints of #928086
RGB Percentages of Color #928086
CMYK Percentages of Color #928086
Complementary Color
#928086 | #80928c |
#928086 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#928086 Color Preview on White Background
Lorem ipsum dolor sit amet.
#928086 Color CSS Codes
.mybgcolor {background-color:#928086; } .myforecolor {color:#928086; } .mybordercolor {border:3px solid #928086; }
#928086 Text Font Color
<p style="color:#928086">Text here</p>
This sample text font color is #928086
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.
#928086 Background Color
<div style="background-color:#928086">
Div content here</div>
This div background color is #928086
#928086 Border Color
<div style="border:3px solid #928086">
Div here</div>
This div border color is #928086
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(146,128,134, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #928086; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #928086; -webkit-box-shadow: 1px 1px 3px 2px #928086; box-shadow: 1px 1px 3px 2px #928086; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(146,128,134, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #928086">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #928086; -webkit-box-shadow: 1px 1px 3px 2px #928086; box-shadow: 1px 1px 3px 2px #928086;">
Div content here</div>
This div box has shadow with color #928086
Comments
No comments written yet.
Please login to write comment.