Color spaces of #70cebf
RGB | 112 | 206 | 191 |
---|---|---|---|
HSL | 0.47 | 0.49 | 0.62 |
HSV | 170° | 46° | 81° |
CMYK | 0.46 | 0.00 | 0.07 0.19 |
XYZ | 38.1574 | 51.3489 | 57.1904 |
Yxy | 51.3489 | 0.2601 | 0.3500 |
Hunter Lab | 71.6581 | -30.3519 | 2.8413 |
CIE-Lab | 76.8899 | -31.5371 | -1.2131 |
#70cebf color RGB value is (112,206,191).
#70cebf hex color red value is 112, green value is 206 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #70cebf hue: 0.47 , saturation: 0.49 and the lightness value of 70cebf is 0.62.
The process color (four color CMYK) of #70cebf color hex is 0.46, 0.00, 0.07, 0.19. Web safe color of #70cebf is #66cccc. Color #70cebf contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01110000 | 11001110 | 10111111 |
Octal | 160 | 316 | 277 |
Decimal | 112 | 206 | 191 |
Hex | 70 | CE | BF |
Shades of #70cebf
Tints of #70cebf
RGB Percentages of Color #70cebf
CMYK Percentages of Color #70cebf
Complementary Color
#70cebf | #ce707f |
#70cebf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#70cebf Color Preview on White Background
Lorem ipsum dolor sit amet.
#70cebf Color CSS Codes
.mybgcolor {background-color:#70cebf; } .myforecolor {color:#70cebf; } .mybordercolor {border:3px solid #70cebf; }
#70cebf Text Font Color
<p style="color:#70cebf">Text here</p>
This sample text font color is #70cebf
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.
#70cebf Background Color
<div style="background-color:#70cebf">
Div content here</div>
This div background color is #70cebf
#70cebf Border Color
<div style="border:3px solid #70cebf">
Div here</div>
This div border color is #70cebf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(112,206,191, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #70cebf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #70cebf; -webkit-box-shadow: 1px 1px 3px 2px #70cebf; box-shadow: 1px 1px 3px 2px #70cebf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(112,206,191, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #70cebf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #70cebf; -webkit-box-shadow: 1px 1px 3px 2px #70cebf; box-shadow: 1px 1px 3px 2px #70cebf;">
Div content here</div>
This div box has shadow with color #70cebf
Comments
No comments written yet.
Please login to write comment.