Color spaces of #73dbc2
RGB | 115 | 219 | 194 |
---|---|---|---|
HSL | 0.46 | 0.59 | 0.65 |
HSV | 166° | 47° | 86° |
CMYK | 0.47 | 0.00 | 0.11 0.14 |
XYZ | 42.1394 | 58.2029 | 60.0522 |
Yxy | 58.2029 | 0.2627 | 0.3629 |
Hunter Lab | 76.2908 | -34.9141 | 6.7335 |
CIE-Lab | 80.8515 | -36.2043 | 2.9693 |
#73dbc2 color RGB value is (115,219,194).
#73dbc2 hex color red value is 115, green value is 219 and the blue value of its RGB is 194. Cylindrical-coordinate representations (also known as HSL) of color #73dbc2 hue: 0.46 , saturation: 0.59 and the lightness value of 73dbc2 is 0.65.
The process color (four color CMYK) of #73dbc2 color hex is 0.47, 0.00, 0.11, 0.14. Web safe color of #73dbc2 is #66cccc. Color #73dbc2 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01110011 | 11011011 | 11000010 |
Octal | 163 | 333 | 302 |
Decimal | 115 | 219 | 194 |
Hex | 73 | DB | C2 |
Shades of #73dbc2
Tints of #73dbc2
RGB Percentages of Color #73dbc2
CMYK Percentages of Color #73dbc2
Complementary Color
#73dbc2 | #db738c |
#73dbc2 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#73dbc2 Color Preview on White Background
Lorem ipsum dolor sit amet.
#73dbc2 Color CSS Codes
.mybgcolor {background-color:#73dbc2; } .myforecolor {color:#73dbc2; } .mybordercolor {border:3px solid #73dbc2; }
#73dbc2 Text Font Color
<p style="color:#73dbc2">Text here</p>
This sample text font color is #73dbc2
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.
#73dbc2 Background Color
<div style="background-color:#73dbc2">
Div content here</div>
This div background color is #73dbc2
#73dbc2 Border Color
<div style="border:3px solid #73dbc2">
Div here</div>
This div border color is #73dbc2
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(115,219,194, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #73dbc2; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #73dbc2; -webkit-box-shadow: 1px 1px 3px 2px #73dbc2; box-shadow: 1px 1px 3px 2px #73dbc2; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(115,219,194, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #73dbc2">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #73dbc2; -webkit-box-shadow: 1px 1px 3px 2px #73dbc2; box-shadow: 1px 1px 3px 2px #73dbc2;">
Div content here</div>
This div box has shadow with color #73dbc2
Comments
No comments written yet.
Please login to write comment.