Color Hex Logo

#02efbf Color Hex

#02EFBF
(2,239,191)
0 Favorites   0 Comments

Color spaces of #02efbf

RGB 2239191
HSL0.470.980.47
HSV168°99°94°
CMYK 0.990.000.20   0.06
XYZ40.295565.507559.8106
Yxy65.50750.24330.3955
Hunter Lab80.9367-52.770412.8416
CIE-Lab84.7446-58.62909.9018

#02efbf color RGB value is (2,239,191).

#02efbf hex color red value is 2, green value is 239 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #02efbf hue: 0.47 , saturation: 0.98 and the lightness value of 02efbf is 0.47.

The process color (four color CMYK) of #02efbf color hex is 0.99, 0.00, 0.20, 0.06. Web safe color of #02efbf is #00ffcc. Color #02efbf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000010 11101111 10111111
Octal 2 357 277
Decimal 2 239 191
Hex 2 EF BF

RGB Percentages of Color #02efbf

%0.46
%55.32
%44.21

CMYK Percentages of Color #02efbf

%99
%0
%20
%6

Triadic Colors of #02efbf

#02efbf #bf02ef #efbf02

Analogous Colors of #02efbf

#02efbf #02a9ef #02ef49

Monochromatic Colors of #02efbf

#02efbf

Complementary Color

#02efbf #ef0232

#02efbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#02efbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#02efbf Color CSS Codes

.mybgcolor {background-color:#02efbf; } 
.myforecolor {color:#02efbf; }
.mybordercolor {border:3px solid #02efbf; }

#02efbf Text Font Color

<p style="color:#02efbf">Text here</p>

This sample text font color is #02efbf
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.


#02efbf Background Color

<div style="background-color:#02efbf">
Div content here</div>

This div background color is #02efbf


#02efbf Border Color

<div style="border:3px solid #02efbf">
Div here</div>

This div border color is #02efbf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(2,239,191, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #02efbf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #02efbf;
  -webkit-box-shadow: 1px 1px 3px 2px #02efbf;
  box-shadow:         1px 1px 3px 2px #02efbf; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(2,239,191, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #02efbf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #02efbf;
  -webkit-box-shadow: 1px 1px 3px 2px #02efbf;
  box-shadow:         1px 1px 3px 2px #02efbf;">
Div content here</div>

This div box has shadow with color #02efbf


Comments

No comments written yet.

Please login to write comment.