Color spaces of #7bbcab
RGB | 123 | 188 | 171 |
---|---|---|---|
HSL | 0.46 | 0.33 | 0.61 |
HSV | 164° | 35° | 74° |
CMYK | 0.35 | 0.00 | 0.09 0.26 |
XYZ | 33.5023 | 43.1177 | 45.0849 |
Yxy | 43.1177 | 0.2753 | 0.3543 |
Hunter Lab | 65.6641 | -23.8401 | 5.2564 |
CIE-Lab | 71.6348 | -24.5404 | 2.0256 |
#7bbcab color RGB value is (123,188,171).
#7bbcab hex color red value is 123, green value is 188 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #7bbcab hue: 0.46 , saturation: 0.33 and the lightness value of 7bbcab is 0.61.
The process color (four color CMYK) of #7bbcab color hex is 0.35, 0.00, 0.09, 0.26. Web safe color of #7bbcab is #66cc99. Color #7bbcab contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01111011 | 10111100 | 10101011 |
Octal | 173 | 274 | 253 |
Decimal | 123 | 188 | 171 |
Hex | 7B | BC | AB |
Shades of #7bbcab
Tints of #7bbcab
RGB Percentages of Color #7bbcab
CMYK Percentages of Color #7bbcab
Complementary Color
#7bbcab | #bc7b8c |
#7bbcab Color Preview on Black Background
Lorem ipsum dolor sit amet.
#7bbcab Color Preview on White Background
Lorem ipsum dolor sit amet.
#7bbcab Color CSS Codes
.mybgcolor {background-color:#7bbcab; } .myforecolor {color:#7bbcab; } .mybordercolor {border:3px solid #7bbcab; }
#7bbcab Text Font Color
<p style="color:#7bbcab">Text here</p>
This sample text font color is #7bbcab
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.
#7bbcab Background Color
<div style="background-color:#7bbcab">
Div content here</div>
This div background color is #7bbcab
#7bbcab Border Color
<div style="border:3px solid #7bbcab">
Div here</div>
This div border color is #7bbcab
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(123,188,171, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #7bbcab; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #7bbcab; -webkit-box-shadow: 1px 1px 3px 2px #7bbcab; box-shadow: 1px 1px 3px 2px #7bbcab; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(123,188,171, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #7bbcab">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #7bbcab; -webkit-box-shadow: 1px 1px 3px 2px #7bbcab; box-shadow: 1px 1px 3px 2px #7bbcab;">
Div content here</div>
This div box has shadow with color #7bbcab
Comments
No comments written yet.
Please login to write comment.