Color spaces of #7ebfba
RGB | 126 | 191 | 186 |
---|---|---|---|
HSL | 0.49 | 0.34 | 0.62 |
HSV | 175° | 34° | 75° |
CMYK | 0.34 | 0.00 | 0.03 0.25 |
XYZ | 36.0979 | 45.2424 | 53.2845 |
Yxy | 45.2424 | 0.2681 | 0.3361 |
Hunter Lab | 67.2625 | -21.9133 | 0.1149 |
CIE-Lab | 73.0512 | -21.7504 | -4.0709 |
#7ebfba color RGB value is (126,191,186).
#7ebfba hex color red value is 126, green value is 191 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #7ebfba hue: 0.49 , saturation: 0.34 and the lightness value of 7ebfba is 0.62.
The process color (four color CMYK) of #7ebfba color hex is 0.34, 0.00, 0.03, 0.25. Web safe color of #7ebfba is #66cccc. Color #7ebfba contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01111110 | 10111111 | 10111010 |
Octal | 176 | 277 | 272 |
Decimal | 126 | 191 | 186 |
Hex | 7E | BF | BA |
Shades of #7ebfba
Tints of #7ebfba
RGB Percentages of Color #7ebfba
CMYK Percentages of Color #7ebfba
Complementary Color
#7ebfba | #bf7e83 |
#7ebfba Color Preview on Black Background
Lorem ipsum dolor sit amet.
#7ebfba Color Preview on White Background
Lorem ipsum dolor sit amet.
#7ebfba Color CSS Codes
.mybgcolor {background-color:#7ebfba; } .myforecolor {color:#7ebfba; } .mybordercolor {border:3px solid #7ebfba; }
#7ebfba Text Font Color
<p style="color:#7ebfba">Text here</p>
This sample text font color is #7ebfba
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.
#7ebfba Background Color
<div style="background-color:#7ebfba">
Div content here</div>
This div background color is #7ebfba
#7ebfba Border Color
<div style="border:3px solid #7ebfba">
Div here</div>
This div border color is #7ebfba
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(126,191,186, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #7ebfba; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #7ebfba; -webkit-box-shadow: 1px 1px 3px 2px #7ebfba; box-shadow: 1px 1px 3px 2px #7ebfba; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(126,191,186, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #7ebfba">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #7ebfba; -webkit-box-shadow: 1px 1px 3px 2px #7ebfba; box-shadow: 1px 1px 3px 2px #7ebfba;">
Div content here</div>
This div box has shadow with color #7ebfba
Comments
No comments written yet.
Please login to write comment.