Color Hex Logo

#02efbd Color Hex

#02EFBD
(2,239,189)
0 Favorites   0 Comments

Color spaces of #02efbd

RGB 2239189
HSL0.460.980.47
HSV167°99°94°
CMYK 0.990.000.21   0.06
XYZ40.076865.420058.6592
Yxy65.42000.24410.3985
Hunter Lab80.8826-53.099113.6184
CIE-Lab84.6997-59.116410.8823

#02efbd color RGB value is (2,239,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000010 11101111 10111101
Octal 2 357 275
Decimal 2 239 189
Hex 2 EF BD

RGB Percentages of Color #02efbd

%0.47
%55.58
%43.95

CMYK Percentages of Color #02efbd

%99
%0
%21
%6

Triadic Colors of #02efbd

#02efbd #bd02ef #efbd02

Analogous Colors of #02efbd

#02efbd #02abef #02ef47

Monochromatic Colors of #02efbd

#02efbd

Complementary Color

#02efbd #ef0234

#02efbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#02efbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#02efbd Color CSS Codes

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

#02efbd Text Font Color

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

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


#02efbd Background Color

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

This div background color is #02efbd


#02efbd Border Color

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

This div border color is #02efbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #02efbd


Comments

No comments written yet.

Please login to write comment.