Color spaces of #79bcba
RGB | 121 | 188 | 186 |
---|---|---|---|
HSL | 0.50 | 0.33 | 0.61 |
HSV | 178° | 36° | 74° |
CMYK | 0.36 | 0.00 | 0.01 0.26 |
XYZ | 34.7313 | 43.5766 | 53.0350 |
Yxy | 43.5766 | 0.2644 | 0.3318 |
Hunter Lab | 66.0126 | -21.6075 | -1.4252 |
CIE-Lab | 71.9446 | -21.6087 | -5.7325 |
#79bcba color RGB value is (121,188,186).
#79bcba hex color red value is 121, green value is 188 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #79bcba hue: 0.50 , saturation: 0.33 and the lightness value of 79bcba is 0.61.
The process color (four color CMYK) of #79bcba color hex is 0.36, 0.00, 0.01, 0.26. Web safe color of #79bcba is #66cccc. Color #79bcba contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01111001 | 10111100 | 10111010 |
Octal | 171 | 274 | 272 |
Decimal | 121 | 188 | 186 |
Hex | 79 | BC | BA |
Shades of #79bcba
Tints of #79bcba
RGB Percentages of Color #79bcba
CMYK Percentages of Color #79bcba
Complementary Color
#79bcba | #bc797b |
#79bcba Color Preview on Black Background
Lorem ipsum dolor sit amet.
#79bcba Color Preview on White Background
Lorem ipsum dolor sit amet.
#79bcba Color CSS Codes
.mybgcolor {background-color:#79bcba; } .myforecolor {color:#79bcba; } .mybordercolor {border:3px solid #79bcba; }
#79bcba Text Font Color
<p style="color:#79bcba">Text here</p>
This sample text font color is #79bcba
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.
#79bcba Background Color
<div style="background-color:#79bcba">
Div content here</div>
This div background color is #79bcba
#79bcba Border Color
<div style="border:3px solid #79bcba">
Div here</div>
This div border color is #79bcba
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(121,188,186, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #79bcba; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #79bcba; -webkit-box-shadow: 1px 1px 3px 2px #79bcba; box-shadow: 1px 1px 3px 2px #79bcba; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(121,188,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 #79bcba">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #79bcba; -webkit-box-shadow: 1px 1px 3px 2px #79bcba; box-shadow: 1px 1px 3px 2px #79bcba;">
Div content here</div>
This div box has shadow with color #79bcba
Comments
No comments written yet.
Please login to write comment.