Color spaces of #70cbad
RGB | 112 | 203 | 173 |
---|---|---|---|
HSL | 0.45 | 0.47 | 0.62 |
HSV | 160° | 45° | 80° |
CMYK | 0.45 | 0.00 | 0.15 0.20 |
XYZ | 35.5809 | 49.1737 | 47.1513 |
Yxy | 49.1737 | 0.2697 | 0.3728 |
Hunter Lab | 70.1240 | -32.1460 | 9.2202 |
CIE-Lab | 75.5593 | -34.2979 | 6.5484 |
#70cbad color RGB value is (112,203,173).
#70cbad hex color red value is 112, green value is 203 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #70cbad hue: 0.45 , saturation: 0.47 and the lightness value of 70cbad is 0.62.
The process color (four color CMYK) of #70cbad color hex is 0.45, 0.00, 0.15, 0.20. Web safe color of #70cbad is #66cc99. Color #70cbad contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01110000 | 11001011 | 10101101 |
Octal | 160 | 313 | 255 |
Decimal | 112 | 203 | 173 |
Hex | 70 | CB | AD |
Shades of #70cbad
Tints of #70cbad
RGB Percentages of Color #70cbad
CMYK Percentages of Color #70cbad
Complementary Color
#70cbad | #cb708e |
#70cbad Color Preview on Black Background
Lorem ipsum dolor sit amet.
#70cbad Color Preview on White Background
Lorem ipsum dolor sit amet.
#70cbad Color CSS Codes
.mybgcolor {background-color:#70cbad; } .myforecolor {color:#70cbad; } .mybordercolor {border:3px solid #70cbad; }
#70cbad Text Font Color
<p style="color:#70cbad">Text here</p>
This sample text font color is #70cbad
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.
#70cbad Background Color
<div style="background-color:#70cbad">
Div content here</div>
This div background color is #70cbad
#70cbad Border Color
<div style="border:3px solid #70cbad">
Div here</div>
This div border color is #70cbad
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(112,203,173, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #70cbad; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #70cbad; -webkit-box-shadow: 1px 1px 3px 2px #70cbad; box-shadow: 1px 1px 3px 2px #70cbad; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(112,203,173, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #70cbad">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #70cbad; -webkit-box-shadow: 1px 1px 3px 2px #70cbad; box-shadow: 1px 1px 3px 2px #70cbad;">
Div content here</div>
This div box has shadow with color #70cbad
Comments
No comments written yet.
Please login to write comment.