Color spaces of #02efba
RGB | 2 | 239 | 186 |
---|---|---|---|
HSL | 0.46 | 0.98 | 0.47 |
HSV | 167° | 99° | 94° |
CMYK | 0.99 | 0.00 | 0.22 0.06 |
XYZ | 39.7545 | 65.2911 | 56.9615 |
Yxy | 65.2911 | 0.2454 | 0.4030 |
Hunter Lab | 80.8029 | -53.5843 | 14.7659 |
CIE-Lab | 84.6335 | -59.8389 | 12.3535 |
#02efba color RGB value is (2,239,186).
#02efba hex color red value is 2, green value is 239 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #02efba hue: 0.46 , saturation: 0.98 and the lightness value of 02efba is 0.47.
The process color (four color CMYK) of #02efba color hex is 0.99, 0.00, 0.22, 0.06. Web safe color of #02efba is #00ffcc. Color #02efba contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00000010 | 11101111 | 10111010 |
Octal | 2 | 357 | 272 |
Decimal | 2 | 239 | 186 |
Hex | 2 | EF | BA |
Shades of #02efba
Tints of #02efba
RGB Percentages of Color #02efba
CMYK Percentages of Color #02efba
Complementary Color
#02efba | #ef0237 |
#02efba Color Preview on Black Background
Lorem ipsum dolor sit amet.
#02efba Color Preview on White Background
Lorem ipsum dolor sit amet.
#02efba Color CSS Codes
.mybgcolor {background-color:#02efba; } .myforecolor {color:#02efba; } .mybordercolor {border:3px solid #02efba; }
#02efba Text Font Color
<p style="color:#02efba">Text here</p>
This sample text font color is #02efba
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.
#02efba Background Color
<div style="background-color:#02efba">
Div content here</div>
This div background color is #02efba
#02efba Border Color
<div style="border:3px solid #02efba">
Div here</div>
This div border color is #02efba
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(2,239,186, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #02efba; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #02efba; -webkit-box-shadow: 1px 1px 3px 2px #02efba; box-shadow: 1px 1px 3px 2px #02efba; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(2,239,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 #02efba">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #02efba; -webkit-box-shadow: 1px 1px 3px 2px #02efba; box-shadow: 1px 1px 3px 2px #02efba;">
Div content here</div>
This div box has shadow with color #02efba
Comments
No comments written yet.
Please login to write comment.