Color spaces of #8da692
RGB | 141 | 166 | 146 |
---|---|---|---|
HSL | 0.37 | 0.12 | 0.60 |
HSV | 132° | 15° | 65° |
CMYK | 0.15 | 0.00 | 0.12 0.35 |
XYZ | 29.8090 | 35.0105 | 32.3807 |
Yxy | 35.0105 | 0.3067 | 0.3602 |
Hunter Lab | 59.1697 | -13.6207 | 8.9722 |
CIE-Lab | 65.7568 | -12.6917 | 7.4629 |
#8da692 color RGB value is (141,166,146).
#8da692 hex color red value is 141, green value is 166 and the blue value of its RGB is 146. Cylindrical-coordinate representations (also known as HSL) of color #8da692 hue: 0.37 , saturation: 0.12 and the lightness value of 8da692 is 0.60.
The process color (four color CMYK) of #8da692 color hex is 0.15, 0.00, 0.12, 0.35. Web safe color of #8da692 is #999999. Color #8da692 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10001101 | 10100110 | 10010010 |
Octal | 215 | 246 | 222 |
Decimal | 141 | 166 | 146 |
Hex | 8D | A6 | 92 |
Shades of #8da692
Tints of #8da692
RGB Percentages of Color #8da692
CMYK Percentages of Color #8da692
Complementary Color
#8da692 | #a68da1 |
#8da692 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#8da692 Color Preview on White Background
Lorem ipsum dolor sit amet.
#8da692 Color CSS Codes
.mybgcolor {background-color:#8da692; } .myforecolor {color:#8da692; } .mybordercolor {border:3px solid #8da692; }
#8da692 Text Font Color
<p style="color:#8da692">Text here</p>
This sample text font color is #8da692
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.
#8da692 Background Color
<div style="background-color:#8da692">
Div content here</div>
This div background color is #8da692
#8da692 Border Color
<div style="border:3px solid #8da692">
Div here</div>
This div border color is #8da692
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(141,166,146, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #8da692; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #8da692; -webkit-box-shadow: 1px 1px 3px 2px #8da692; box-shadow: 1px 1px 3px 2px #8da692; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(141,166,146, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #8da692">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #8da692; -webkit-box-shadow: 1px 1px 3px 2px #8da692; box-shadow: 1px 1px 3px 2px #8da692;">
Div content here</div>
This div box has shadow with color #8da692
Comments
No comments written yet.
Please login to write comment.