Color spaces of #79dbba
RGB | 121 | 219 | 186 |
---|---|---|---|
HSL | 0.44 | 0.58 | 0.67 |
HSV | 160° | 45° | 86° |
CMYK | 0.45 | 0.00 | 0.15 0.14 |
XYZ | 42.0796 | 58.2732 | 55.4844 |
Yxy | 58.2732 | 0.2700 | 0.3739 |
Hunter Lab | 76.3369 | -35.1940 | 10.3417 |
CIE-Lab | 80.8904 | -36.5528 | 7.3052 |
#79dbba color RGB value is (121,219,186).
#79dbba hex color red value is 121, green value is 219 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #79dbba hue: 0.44 , saturation: 0.58 and the lightness value of 79dbba is 0.67.
The process color (four color CMYK) of #79dbba color hex is 0.45, 0.00, 0.15, 0.14. Web safe color of #79dbba is #66cccc. Color #79dbba contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01111001 | 11011011 | 10111010 |
Octal | 171 | 333 | 272 |
Decimal | 121 | 219 | 186 |
Hex | 79 | DB | BA |
Shades of #79dbba
Tints of #79dbba
RGB Percentages of Color #79dbba
CMYK Percentages of Color #79dbba
Complementary Color
#79dbba | #db799a |
#79dbba Color Preview on Black Background
Lorem ipsum dolor sit amet.
#79dbba Color Preview on White Background
Lorem ipsum dolor sit amet.
#79dbba Color CSS Codes
.mybgcolor {background-color:#79dbba; } .myforecolor {color:#79dbba; } .mybordercolor {border:3px solid #79dbba; }
#79dbba Text Font Color
<p style="color:#79dbba">Text here</p>
This sample text font color is #79dbba
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.
#79dbba Background Color
<div style="background-color:#79dbba">
Div content here</div>
This div background color is #79dbba
#79dbba Border Color
<div style="border:3px solid #79dbba">
Div here</div>
This div border color is #79dbba
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(121,219,186, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #79dbba; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #79dbba; -webkit-box-shadow: 1px 1px 3px 2px #79dbba; box-shadow: 1px 1px 3px 2px #79dbba; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(121,219,186, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #79dbba">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #79dbba; -webkit-box-shadow: 1px 1px 3px 2px #79dbba; box-shadow: 1px 1px 3px 2px #79dbba;">
Div content here</div>
This div box has shadow with color #79dbba
Comments
No comments written yet.
Please login to write comment.