Color spaces of #7febba
RGB | 127 | 235 | 186 |
---|---|---|---|
HSL | 0.42 | 0.73 | 0.71 |
HSV | 153° | 46° | 92° |
CMYK | 0.46 | 0.00 | 0.21 0.08 |
XYZ | 47.3237 | 67.4739 | 56.9839 |
Yxy | 67.4739 | 0.2755 | 0.3928 |
Hunter Lab | 82.1425 | -40.9125 | 16.3691 |
CIE-Lab | 85.7427 | -42.2528 | 14.2448 |
#7febba color RGB value is (127,235,186).
#7febba hex color red value is 127, green value is 235 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #7febba hue: 0.42 , saturation: 0.73 and the lightness value of 7febba is 0.71.
The process color (four color CMYK) of #7febba color hex is 0.46, 0.00, 0.21, 0.08. Web safe color of #7febba is #66ffcc. Color #7febba contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01111111 | 11101011 | 10111010 |
Octal | 177 | 353 | 272 |
Decimal | 127 | 235 | 186 |
Hex | 7F | EB | BA |
Shades of #7febba
Tints of #7febba
RGB Percentages of Color #7febba
CMYK Percentages of Color #7febba
Complementary Color
#7febba | #eb7fb0 |
#7febba Color Preview on Black Background
Lorem ipsum dolor sit amet.
#7febba Color Preview on White Background
Lorem ipsum dolor sit amet.
#7febba Color CSS Codes
.mybgcolor {background-color:#7febba; } .myforecolor {color:#7febba; } .mybordercolor {border:3px solid #7febba; }
#7febba Text Font Color
<p style="color:#7febba">Text here</p>
This sample text font color is #7febba
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.
#7febba Background Color
<div style="background-color:#7febba">
Div content here</div>
This div background color is #7febba
#7febba Border Color
<div style="border:3px solid #7febba">
Div here</div>
This div border color is #7febba
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(127,235,186, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #7febba; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #7febba; -webkit-box-shadow: 1px 1px 3px 2px #7febba; box-shadow: 1px 1px 3px 2px #7febba; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(127,235,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 #7febba">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #7febba; -webkit-box-shadow: 1px 1px 3px 2px #7febba; box-shadow: 1px 1px 3px 2px #7febba;">
Div content here</div>
This div box has shadow with color #7febba
Comments
No comments written yet.
Please login to write comment.