Color spaces of #70eb9e
RGB | 112 | 235 | 158 |
---|---|---|---|
HSL | 0.40 | 0.75 | 0.68 |
HSV | 142° | 52° | 92° |
CMYK | 0.52 | 0.00 | 0.33 0.08 |
XYZ | 42.5620 | 65.3300 | 42.7145 |
Yxy | 65.3300 | 0.2826 | 0.4338 |
Hunter Lab | 80.8270 | -47.4524 | 25.2460 |
CIE-Lab | 84.6535 | -51.3221 | 27.1313 |
#70eb9e color RGB value is (112,235,158).
#70eb9e hex color red value is 112, green value is 235 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #70eb9e hue: 0.40 , saturation: 0.75 and the lightness value of 70eb9e is 0.68.
The process color (four color CMYK) of #70eb9e color hex is 0.52, 0.00, 0.33, 0.08. Web safe color of #70eb9e is #66ff99. Color #70eb9e contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01110000 | 11101011 | 10011110 |
Octal | 160 | 353 | 236 |
Decimal | 112 | 235 | 158 |
Hex | 70 | EB | 9E |
Shades of #70eb9e
Tints of #70eb9e
RGB Percentages of Color #70eb9e
CMYK Percentages of Color #70eb9e
Complementary Color
#70eb9e | #eb70bd |
#70eb9e Color Preview on Black Background
Lorem ipsum dolor sit amet.
#70eb9e Color Preview on White Background
Lorem ipsum dolor sit amet.
#70eb9e Color CSS Codes
.mybgcolor {background-color:#70eb9e; } .myforecolor {color:#70eb9e; } .mybordercolor {border:3px solid #70eb9e; }
#70eb9e Text Font Color
<p style="color:#70eb9e">Text here</p>
This sample text font color is #70eb9e
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.
#70eb9e Background Color
<div style="background-color:#70eb9e">
Div content here</div>
This div background color is #70eb9e
#70eb9e Border Color
<div style="border:3px solid #70eb9e">
Div here</div>
This div border color is #70eb9e
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(112,235,158, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #70eb9e; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #70eb9e; -webkit-box-shadow: 1px 1px 3px 2px #70eb9e; box-shadow: 1px 1px 3px 2px #70eb9e; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(112,235,158, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #70eb9e">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #70eb9e; -webkit-box-shadow: 1px 1px 3px 2px #70eb9e; box-shadow: 1px 1px 3px 2px #70eb9e;">
Div content here</div>
This div box has shadow with color #70eb9e
Comments
No comments written yet.
Please login to write comment.