Color spaces of #7bfdbb
RGB | 123 | 253 | 187 |
---|---|---|---|
HSL | 0.42 | 0.97 | 0.74 |
HSV | 150° | 51° | 99° |
CMYK | 0.51 | 0.00 | 0.26 0.01 |
XYZ | 52.2633 | 78.0494 | 59.3242 |
Yxy | 78.0494 | 0.2756 | 0.4116 |
Hunter Lab | 88.3456 | -49.0081 | 22.0286 |
CIE-Lab | 90.8024 | -50.7275 | 20.7916 |
#7bfdbb color RGB value is (123,253,187).
#7bfdbb hex color red value is 123, green value is 253 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #7bfdbb hue: 0.42 , saturation: 0.97 and the lightness value of 7bfdbb is 0.74.
The process color (four color CMYK) of #7bfdbb color hex is 0.51, 0.00, 0.26, 0.01. Web safe color of #7bfdbb is #66ffcc. Color #7bfdbb contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01111011 | 11111101 | 10111011 |
Octal | 173 | 375 | 273 |
Decimal | 123 | 253 | 187 |
Hex | 7B | FD | BB |
Shades of #7bfdbb
Tints of #7bfdbb
RGB Percentages of Color #7bfdbb
CMYK Percentages of Color #7bfdbb
Complementary Color
#7bfdbb | #fd7bbd |
#7bfdbb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#7bfdbb Color Preview on White Background
Lorem ipsum dolor sit amet.
#7bfdbb Color CSS Codes
.mybgcolor {background-color:#7bfdbb; } .myforecolor {color:#7bfdbb; } .mybordercolor {border:3px solid #7bfdbb; }
#7bfdbb Text Font Color
<p style="color:#7bfdbb">Text here</p>
This sample text font color is #7bfdbb
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.
#7bfdbb Background Color
<div style="background-color:#7bfdbb">
Div content here</div>
This div background color is #7bfdbb
#7bfdbb Border Color
<div style="border:3px solid #7bfdbb">
Div here</div>
This div border color is #7bfdbb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(123,253,187, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #7bfdbb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #7bfdbb; -webkit-box-shadow: 1px 1px 3px 2px #7bfdbb; box-shadow: 1px 1px 3px 2px #7bfdbb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(123,253,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 #7bfdbb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #7bfdbb; -webkit-box-shadow: 1px 1px 3px 2px #7bfdbb; box-shadow: 1px 1px 3px 2px #7bfdbb;">
Div content here</div>
This div box has shadow with color #7bfdbb
Comments
No comments written yet.
Please login to write comment.