Color spaces of #70b196
RGB | 112 | 177 | 150 |
---|---|---|---|
HSL | 0.43 | 0.29 | 0.57 |
HSV | 155° | 37° | 69° |
CMYK | 0.37 | 0.00 | 0.15 0.31 |
XYZ | 27.9093 | 37.0910 | 34.5425 |
Yxy | 37.0910 | 0.2804 | 0.3726 |
Hunter Lab | 60.9024 | -24.7792 | 9.0037 |
CIE-Lab | 67.3452 | -26.9137 | 7.2945 |
#70b196 color RGB value is (112,177,150).
#70b196 hex color red value is 112, green value is 177 and the blue value of its RGB is 150. Cylindrical-coordinate representations (also known as HSL) of color #70b196 hue: 0.43 , saturation: 0.29 and the lightness value of 70b196 is 0.57.
The process color (four color CMYK) of #70b196 color hex is 0.37, 0.00, 0.15, 0.31. Web safe color of #70b196 is #669999. Color #70b196 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01110000 | 10110001 | 10010110 |
Octal | 160 | 261 | 226 |
Decimal | 112 | 177 | 150 |
Hex | 70 | B1 | 96 |
Shades of #70b196
Tints of #70b196
RGB Percentages of Color #70b196
CMYK Percentages of Color #70b196
Complementary Color
#70b196 | #b1708b |
#70b196 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#70b196 Color Preview on White Background
Lorem ipsum dolor sit amet.
#70b196 Color CSS Codes
.mybgcolor {background-color:#70b196; } .myforecolor {color:#70b196; } .mybordercolor {border:3px solid #70b196; }
#70b196 Text Font Color
<p style="color:#70b196">Text here</p>
This sample text font color is #70b196
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.
#70b196 Background Color
<div style="background-color:#70b196">
Div content here</div>
This div background color is #70b196
#70b196 Border Color
<div style="border:3px solid #70b196">
Div here</div>
This div border color is #70b196
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(112,177,150, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #70b196; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #70b196; -webkit-box-shadow: 1px 1px 3px 2px #70b196; box-shadow: 1px 1px 3px 2px #70b196; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(112,177,150, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #70b196">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #70b196; -webkit-box-shadow: 1px 1px 3px 2px #70b196; box-shadow: 1px 1px 3px 2px #70b196;">
Div content here</div>
This div box has shadow with color #70b196
Comments
No comments written yet.
Please login to write comment.