Color spaces of #7bdcbb
RGB | 123 | 220 | 187 |
---|---|---|---|
HSL | 0.44 | 0.58 | 0.67 |
HSV | 160° | 44° | 86° |
CMYK | 0.44 | 0.00 | 0.15 0.14 |
XYZ | 42.7312 | 58.9852 | 56.1468 |
Yxy | 58.9852 | 0.2707 | 0.3736 |
Hunter Lab | 76.8018 | -35.0889 | 10.4167 |
CIE-Lab | 81.2835 | -36.2899 | 7.3496 |
#7bdcbb color RGB value is (123,220,187).
#7bdcbb hex color red value is 123, green value is 220 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #7bdcbb hue: 0.44 , saturation: 0.58 and the lightness value of 7bdcbb is 0.67.
The process color (four color CMYK) of #7bdcbb color hex is 0.44, 0.00, 0.15, 0.14. Web safe color of #7bdcbb is #66cccc. Color #7bdcbb contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01111011 | 11011100 | 10111011 |
Octal | 173 | 334 | 273 |
Decimal | 123 | 220 | 187 |
Hex | 7B | DC | BB |
Shades of #7bdcbb
Tints of #7bdcbb
RGB Percentages of Color #7bdcbb
CMYK Percentages of Color #7bdcbb
Complementary Color
#7bdcbb | #dc7b9c |
#7bdcbb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#7bdcbb Color Preview on White Background
Lorem ipsum dolor sit amet.
#7bdcbb Color CSS Codes
.mybgcolor {background-color:#7bdcbb; } .myforecolor {color:#7bdcbb; } .mybordercolor {border:3px solid #7bdcbb; }
#7bdcbb Text Font Color
<p style="color:#7bdcbb">Text here</p>
This sample text font color is #7bdcbb
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.
#7bdcbb Background Color
<div style="background-color:#7bdcbb">
Div content here</div>
This div background color is #7bdcbb
#7bdcbb Border Color
<div style="border:3px solid #7bdcbb">
Div here</div>
This div border color is #7bdcbb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(123,220,187, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #7bdcbb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #7bdcbb; -webkit-box-shadow: 1px 1px 3px 2px #7bdcbb; box-shadow: 1px 1px 3px 2px #7bdcbb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(123,220,187, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #7bdcbb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #7bdcbb; -webkit-box-shadow: 1px 1px 3px 2px #7bdcbb; box-shadow: 1px 1px 3px 2px #7bdcbb;">
Div content here</div>
This div box has shadow with color #7bdcbb
Comments
No comments written yet.
Please login to write comment.