Color spaces of #938682
RGB | 147 | 134 | 130 |
---|---|---|---|
HSL | 0.04 | 0.07 | 0.54 |
HSV | 14° | 12° | 58° |
CMYK | 0.00 | 0.09 | 0.12 0.42 |
XYZ | 24.5870 | 24.8649 | 24.6226 |
Yxy | 24.8649 | 0.3319 | 0.3357 |
Hunter Lab | 49.8647 | 0.7505 | 5.6286 |
CIE-Lab | 56.9435 | 4.1734 | 3.9159 |
#938682 color RGB value is (147,134,130).
#938682 hex color red value is 147, green value is 134 and the blue value of its RGB is 130. Cylindrical-coordinate representations (also known as HSL) of color #938682 hue: 0.04 , saturation: 0.07 and the lightness value of 938682 is 0.54.
The process color (four color CMYK) of #938682 color hex is 0.00, 0.09, 0.12, 0.42. Web safe color of #938682 is #999999. Color #938682 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10010011 | 10000110 | 10000010 |
Octal | 223 | 206 | 202 |
Decimal | 147 | 134 | 130 |
Hex | 93 | 86 | 82 |
Shades of #938682
Tints of #938682
RGB Percentages of Color #938682
CMYK Percentages of Color #938682
Complementary Color
#938682 | #828f93 |
#938682 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#938682 Color Preview on White Background
Lorem ipsum dolor sit amet.
#938682 Color CSS Codes
.mybgcolor {background-color:#938682; } .myforecolor {color:#938682; } .mybordercolor {border:3px solid #938682; }
#938682 Text Font Color
<p style="color:#938682">Text here</p>
This sample text font color is #938682
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.
#938682 Background Color
<div style="background-color:#938682">
Div content here</div>
This div background color is #938682
#938682 Border Color
<div style="border:3px solid #938682">
Div here</div>
This div border color is #938682
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(147,134,130, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #938682; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #938682; -webkit-box-shadow: 1px 1px 3px 2px #938682; box-shadow: 1px 1px 3px 2px #938682; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(147,134,130, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #938682">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #938682; -webkit-box-shadow: 1px 1px 3px 2px #938682; box-shadow: 1px 1px 3px 2px #938682;">
Div content here</div>
This div box has shadow with color #938682
Comments
No comments written yet.
Please login to write comment.