Color spaces of #70ffcd
RGB | 112 | 255 | 205 |
---|---|---|---|
HSL | 0.44 | 1.00 | 0.72 |
HSV | 159° | 56° | 100° |
CMYK | 0.56 | 0.00 | 0.20 0.00 |
XYZ | 53.4615 | 79.3725 | 70.2603 |
Yxy | 79.3725 | 0.2632 | 0.3908 |
Hunter Lab | 89.0912 | -48.7961 | 15.6058 |
CIE-Lab | 91.4026 | -50.2075 | 12.3492 |
#70ffcd color RGB value is (112,255,205).
#70ffcd hex color red value is 112, green value is 255 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #70ffcd hue: 0.44 , saturation: 1.00 and the lightness value of 70ffcd is 0.72.
The process color (four color CMYK) of #70ffcd color hex is 0.56, 0.00, 0.20, 0.00. Web safe color of #70ffcd is #66ffcc. Color #70ffcd contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01110000 | 11111111 | 11001101 |
Octal | 160 | 377 | 315 |
Decimal | 112 | 255 | 205 |
Hex | 70 | FF | CD |
Shades of #70ffcd
Tints of #70ffcd
RGB Percentages of Color #70ffcd
CMYK Percentages of Color #70ffcd
Complementary Color
#70ffcd | #ff70a2 |
#70ffcd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#70ffcd Color Preview on White Background
Lorem ipsum dolor sit amet.
#70ffcd Color CSS Codes
.mybgcolor {background-color:#70ffcd; } .myforecolor {color:#70ffcd; } .mybordercolor {border:3px solid #70ffcd; }
#70ffcd Text Font Color
<p style="color:#70ffcd">Text here</p>
This sample text font color is #70ffcd
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.
#70ffcd Background Color
<div style="background-color:#70ffcd">
Div content here</div>
This div background color is #70ffcd
#70ffcd Border Color
<div style="border:3px solid #70ffcd">
Div here</div>
This div border color is #70ffcd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(112,255,205, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #70ffcd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #70ffcd; -webkit-box-shadow: 1px 1px 3px 2px #70ffcd; box-shadow: 1px 1px 3px 2px #70ffcd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(112,255,205, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #70ffcd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #70ffcd; -webkit-box-shadow: 1px 1px 3px 2px #70ffcd; box-shadow: 1px 1px 3px 2px #70ffcd;">
Div content here</div>
This div box has shadow with color #70ffcd
Comments
No comments written yet.
Please login to write comment.