Color spaces of #79bcad
RGB | 121 | 188 | 173 |
---|---|---|---|
HSL | 0.46 | 0.33 | 0.61 |
HSV | 167° | 36° | 74° |
CMYK | 0.36 | 0.00 | 0.08 0.26 |
XYZ | 33.4112 | 43.0485 | 46.0834 |
Yxy | 43.0485 | 0.2726 | 0.3513 |
Hunter Lab | 65.6114 | -23.9225 | 4.2845 |
CIE-Lab | 71.5879 | -24.6587 | 0.8522 |
#79bcad color RGB value is (121,188,173).
#79bcad hex color red value is 121, green value is 188 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #79bcad hue: 0.46 , saturation: 0.33 and the lightness value of 79bcad is 0.61.
The process color (four color CMYK) of #79bcad color hex is 0.36, 0.00, 0.08, 0.26. Web safe color of #79bcad is #66cc99. Color #79bcad contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01111001 | 10111100 | 10101101 |
Octal | 171 | 274 | 255 |
Decimal | 121 | 188 | 173 |
Hex | 79 | BC | AD |
Shades of #79bcad
Tints of #79bcad
RGB Percentages of Color #79bcad
CMYK Percentages of Color #79bcad
Complementary Color
#79bcad | #bc7988 |
#79bcad Color Preview on Black Background
Lorem ipsum dolor sit amet.
#79bcad Color Preview on White Background
Lorem ipsum dolor sit amet.
#79bcad Color CSS Codes
.mybgcolor {background-color:#79bcad; } .myforecolor {color:#79bcad; } .mybordercolor {border:3px solid #79bcad; }
#79bcad Text Font Color
<p style="color:#79bcad">Text here</p>
This sample text font color is #79bcad
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.
#79bcad Background Color
<div style="background-color:#79bcad">
Div content here</div>
This div background color is #79bcad
#79bcad Border Color
<div style="border:3px solid #79bcad">
Div here</div>
This div border color is #79bcad
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(121,188,173, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #79bcad; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #79bcad; -webkit-box-shadow: 1px 1px 3px 2px #79bcad; box-shadow: 1px 1px 3px 2px #79bcad; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(121,188,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 #79bcad">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #79bcad; -webkit-box-shadow: 1px 1px 3px 2px #79bcad; box-shadow: 1px 1px 3px 2px #79bcad;">
Div content here</div>
This div box has shadow with color #79bcad
Comments
No comments written yet.
Please login to write comment.