Color Hex Logo

#02e89f Color Hex

#02E89F
(2,232,159)
0 Favorites   0 Comments

Color spaces of #02e89f

RGB 2232159
HSL0.450.980.46
HSV161°99°91°
CMYK 0.990.000.31   0.09
XYZ35.139760.229342.5743
Yxy60.22930.25470.4366
Hunter Lab77.6075-54.990721.7997
CIE-Lab81.9627-63.394422.6523

#02e89f color RGB value is (2,232,159).

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

The process color (four color CMYK) of #02e89f color hex is 0.99, 0.00, 0.31, 0.09. Web safe color of #02e89f is #00ff99. Color #02e89f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000010 11101000 10011111
Octal 2 350 237
Decimal 2 232 159
Hex 2 E8 9F

RGB Percentages of Color #02e89f

%0.51
%59.03
%40.46

CMYK Percentages of Color #02e89f

%99
%0
%31
%9

Triadic Colors of #02e89f

#02e89f #9f02e8 #e89f02

Analogous Colors of #02e89f

#02e89f #02bee8 #02e82c

Monochromatic Colors of #02e89f

#02e89f

Complementary Color

#02e89f #e8024b

#02e89f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#02e89f Color Preview on White Background

Lorem ipsum dolor sit amet.

#02e89f Color CSS Codes

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

#02e89f Text Font Color

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

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


#02e89f Background Color

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

This div background color is #02e89f


#02e89f Border Color

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

This div border color is #02e89f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #02e89f


Comments

No comments written yet.

Please login to write comment.