Color spaces of #07efbe
RGB | 7 | 239 | 190 |
---|---|---|---|
HSL | 0.46 | 0.94 | 0.48 |
HSV | 167° | 97° | 94° |
CMYK | 0.97 | 0.00 | 0.21 0.06 |
XYZ | 40.2484 | 65.4959 | 59.2359 |
Yxy | 65.4959 | 0.2440 | 0.3970 |
Hunter Lab | 80.9295 | -52.8539 | 13.2537 |
CIE-Lab | 84.7386 | -58.7498 | 10.4178 |
#07efbe color RGB value is (7,239,190).
#07efbe hex color red value is 7, green value is 239 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #07efbe hue: 0.46 , saturation: 0.94 and the lightness value of 07efbe is 0.48.
The process color (four color CMYK) of #07efbe color hex is 0.97, 0.00, 0.21, 0.06. Web safe color of #07efbe is #00ffcc. Color #07efbe contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00000111 | 11101111 | 10111110 |
Octal | 7 | 357 | 276 |
Decimal | 7 | 239 | 190 |
Hex | 7 | EF | BE |
Shades of #07efbe
Tints of #07efbe
RGB Percentages of Color #07efbe
CMYK Percentages of Color #07efbe
Complementary Color
#07efbe | #ef0738 |
#07efbe Color Preview on Black Background
Lorem ipsum dolor sit amet.
#07efbe Color Preview on White Background
Lorem ipsum dolor sit amet.
#07efbe Color CSS Codes
.mybgcolor {background-color:#07efbe; } .myforecolor {color:#07efbe; } .mybordercolor {border:3px solid #07efbe; }
#07efbe Text Font Color
<p style="color:#07efbe">Text here</p>
This sample text font color is #07efbe
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.
#07efbe Background Color
<div style="background-color:#07efbe">
Div content here</div>
This div background color is #07efbe
#07efbe Border Color
<div style="border:3px solid #07efbe">
Div here</div>
This div border color is #07efbe
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(7,239,190, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #07efbe; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #07efbe; -webkit-box-shadow: 1px 1px 3px 2px #07efbe; box-shadow: 1px 1px 3px 2px #07efbe; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(7,239,190, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #07efbe">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #07efbe; -webkit-box-shadow: 1px 1px 3px 2px #07efbe; box-shadow: 1px 1px 3px 2px #07efbe;">
Div content here</div>
This div box has shadow with color #07efbe
Comments
No comments written yet.
Please login to write comment.