Color spaces of #73ecbb
RGB | 115 | 236 | 187 |
---|---|---|---|
HSL | 0.43 | 0.76 | 0.69 |
HSV | 156° | 51° | 93° |
CMYK | 0.51 | 0.00 | 0.21 0.07 |
XYZ | 46.0353 | 67.2236 | 57.5628 |
Yxy | 67.2236 | 0.2695 | 0.3935 |
Hunter Lab | 81.9900 | -43.2593 | 15.7672 |
CIE-Lab | 85.6167 | -45.3394 | 13.4837 |
#73ecbb color RGB value is (115,236,187).
#73ecbb hex color red value is 115, green value is 236 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #73ecbb hue: 0.43 , saturation: 0.76 and the lightness value of 73ecbb is 0.69.
The process color (four color CMYK) of #73ecbb color hex is 0.51, 0.00, 0.21, 0.07. Web safe color of #73ecbb is #66ffcc. Color #73ecbb contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01110011 | 11101100 | 10111011 |
Octal | 163 | 354 | 273 |
Decimal | 115 | 236 | 187 |
Hex | 73 | EC | BB |
Shades of #73ecbb
Tints of #73ecbb
RGB Percentages of Color #73ecbb
CMYK Percentages of Color #73ecbb
Complementary Color
#73ecbb | #ec73a4 |
#73ecbb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#73ecbb Color Preview on White Background
Lorem ipsum dolor sit amet.
#73ecbb Color CSS Codes
.mybgcolor {background-color:#73ecbb; } .myforecolor {color:#73ecbb; } .mybordercolor {border:3px solid #73ecbb; }
#73ecbb Text Font Color
<p style="color:#73ecbb">Text here</p>
This sample text font color is #73ecbb
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.
#73ecbb Background Color
<div style="background-color:#73ecbb">
Div content here</div>
This div background color is #73ecbb
#73ecbb Border Color
<div style="border:3px solid #73ecbb">
Div here</div>
This div border color is #73ecbb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(115,236,187, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #73ecbb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #73ecbb; -webkit-box-shadow: 1px 1px 3px 2px #73ecbb; box-shadow: 1px 1px 3px 2px #73ecbb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(115,236,187, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #73ecbb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #73ecbb; -webkit-box-shadow: 1px 1px 3px 2px #73ecbb; box-shadow: 1px 1px 3px 2px #73ecbb;">
Div content here</div>
This div box has shadow with color #73ecbb
Comments
No comments written yet.
Please login to write comment.