Color spaces of #79bcbf
RGB | 121 | 188 | 191 |
---|---|---|---|
HSL | 0.51 | 0.35 | 0.61 |
HSV | 183° | 37° | 75° |
CMYK | 0.37 | 0.02 | 0.00 0.25 |
XYZ | 35.2723 | 43.7930 | 55.8841 |
Yxy | 43.7930 | 0.2614 | 0.3245 |
Hunter Lab | 66.1763 | -20.6671 | -3.7454 |
CIE-Lab | 72.0899 | -20.3886 | -8.2508 |
#79bcbf color RGB value is (121,188,191).
#79bcbf hex color red value is 121, green value is 188 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #79bcbf hue: 0.51 , saturation: 0.35 and the lightness value of 79bcbf is 0.61.
The process color (four color CMYK) of #79bcbf color hex is 0.37, 0.02, 0.00, 0.25. Web safe color of #79bcbf is #66cccc. Color #79bcbf contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01111001 | 10111100 | 10111111 |
Octal | 171 | 274 | 277 |
Decimal | 121 | 188 | 191 |
Hex | 79 | BC | BF |
Shades of #79bcbf
Tints of #79bcbf
RGB Percentages of Color #79bcbf
CMYK Percentages of Color #79bcbf
Complementary Color
#79bcbf | #bf7c79 |
#79bcbf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#79bcbf Color Preview on White Background
Lorem ipsum dolor sit amet.
#79bcbf Color CSS Codes
.mybgcolor {background-color:#79bcbf; } .myforecolor {color:#79bcbf; } .mybordercolor {border:3px solid #79bcbf; }
#79bcbf Text Font Color
<p style="color:#79bcbf">Text here</p>
This sample text font color is #79bcbf
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.
#79bcbf Background Color
<div style="background-color:#79bcbf">
Div content here</div>
This div background color is #79bcbf
#79bcbf Border Color
<div style="border:3px solid #79bcbf">
Div here</div>
This div border color is #79bcbf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(121,188,191, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #79bcbf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #79bcbf; -webkit-box-shadow: 1px 1px 3px 2px #79bcbf; box-shadow: 1px 1px 3px 2px #79bcbf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(121,188,191, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #79bcbf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #79bcbf; -webkit-box-shadow: 1px 1px 3px 2px #79bcbf; box-shadow: 1px 1px 3px 2px #79bcbf;">
Div content here</div>
This div box has shadow with color #79bcbf
Comments
No comments written yet.
Please login to write comment.