Color spaces of #70ecfa
RGB | 112 | 236 | 250 |
---|---|---|---|
HSL | 0.52 | 0.93 | 0.71 |
HSV | 186° | 55° | 98° |
CMYK | 0.55 | 0.06 | 0.00 0.02 |
XYZ | 53.9329 | 70.3378 | 101.1765 |
Yxy | 70.3378 | 0.2392 | 0.3120 |
Hunter Lab | 83.8676 | -31.9801 | -12.8191 |
CIE-Lab | 87.1623 | -30.7208 | -17.2996 |
#70ecfa color RGB value is (112,236,250).
#70ecfa hex color red value is 112, green value is 236 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #70ecfa hue: 0.52 , saturation: 0.93 and the lightness value of 70ecfa is 0.71.
The process color (four color CMYK) of #70ecfa color hex is 0.55, 0.06, 0.00, 0.02. Web safe color of #70ecfa is #66ffff. Color #70ecfa contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01110000 | 11101100 | 11111010 |
Octal | 160 | 354 | 372 |
Decimal | 112 | 236 | 250 |
Hex | 70 | EC | FA |
Shades of #70ecfa
Tints of #70ecfa
RGB Percentages of Color #70ecfa
CMYK Percentages of Color #70ecfa
Complementary Color
#70ecfa | #fa7e70 |
#70ecfa Color Preview on Black Background
Lorem ipsum dolor sit amet.
#70ecfa Color Preview on White Background
Lorem ipsum dolor sit amet.
#70ecfa Color CSS Codes
.mybgcolor {background-color:#70ecfa; } .myforecolor {color:#70ecfa; } .mybordercolor {border:3px solid #70ecfa; }
#70ecfa Text Font Color
<p style="color:#70ecfa">Text here</p>
This sample text font color is #70ecfa
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.
#70ecfa Background Color
<div style="background-color:#70ecfa">
Div content here</div>
This div background color is #70ecfa
#70ecfa Border Color
<div style="border:3px solid #70ecfa">
Div here</div>
This div border color is #70ecfa
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(112,236,250, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #70ecfa; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #70ecfa; -webkit-box-shadow: 1px 1px 3px 2px #70ecfa; box-shadow: 1px 1px 3px 2px #70ecfa; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(112,236,250, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #70ecfa">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #70ecfa; -webkit-box-shadow: 1px 1px 3px 2px #70ecfa; box-shadow: 1px 1px 3px 2px #70ecfa;">
Div content here</div>
This div box has shadow with color #70ecfa
Comments
No comments written yet.
Please login to write comment.