Color spaces of #7ecbbb
RGB | 126 | 203 | 187 |
---|---|---|---|
HSL | 0.47 | 0.43 | 0.65 |
HSV | 168° | 38° | 80° |
CMYK | 0.38 | 0.00 | 0.08 0.20 |
XYZ | 38.9298 | 50.7353 | 54.7548 |
Yxy | 50.7353 | 0.2696 | 0.3513 |
Hunter Lab | 71.2287 | -27.0917 | 4.2828 |
CIE-Lab | 76.5184 | -27.4637 | 0.4704 |
#7ecbbb color RGB value is (126,203,187).
#7ecbbb hex color red value is 126, green value is 203 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #7ecbbb hue: 0.47 , saturation: 0.43 and the lightness value of 7ecbbb is 0.65.
The process color (four color CMYK) of #7ecbbb color hex is 0.38, 0.00, 0.08, 0.20. Web safe color of #7ecbbb is #66cccc. Color #7ecbbb contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01111110 | 11001011 | 10111011 |
Octal | 176 | 313 | 273 |
Decimal | 126 | 203 | 187 |
Hex | 7E | CB | BB |
Shades of #7ecbbb
Tints of #7ecbbb
RGB Percentages of Color #7ecbbb
CMYK Percentages of Color #7ecbbb
Complementary Color
#7ecbbb | #cb7e8e |
#7ecbbb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#7ecbbb Color Preview on White Background
Lorem ipsum dolor sit amet.
#7ecbbb Color CSS Codes
.mybgcolor {background-color:#7ecbbb; } .myforecolor {color:#7ecbbb; } .mybordercolor {border:3px solid #7ecbbb; }
#7ecbbb Text Font Color
<p style="color:#7ecbbb">Text here</p>
This sample text font color is #7ecbbb
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.
#7ecbbb Background Color
<div style="background-color:#7ecbbb">
Div content here</div>
This div background color is #7ecbbb
#7ecbbb Border Color
<div style="border:3px solid #7ecbbb">
Div here</div>
This div border color is #7ecbbb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(126,203,187, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #7ecbbb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #7ecbbb; -webkit-box-shadow: 1px 1px 3px 2px #7ecbbb; box-shadow: 1px 1px 3px 2px #7ecbbb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(126,203,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 #7ecbbb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #7ecbbb; -webkit-box-shadow: 1px 1px 3px 2px #7ecbbb; box-shadow: 1px 1px 3px 2px #7ecbbb;">
Div content here</div>
This div box has shadow with color #7ecbbb
Comments
No comments written yet.
Please login to write comment.