Color Hex Logo

#02eeab Color Hex

#02EEAB
(2,238,171)
0 Favorites   0 Comments

Color spaces of #02eeab

RGB 2238171
HSL0.450.980.47
HSV163°99°93°
CMYK 0.990.000.28   0.07
XYZ37.950364.102348.9009
Yxy64.10230.25140.4246
Hunter Lab80.0639-55.502819.8320
CIE-Lab84.0190-62.934619.2853

#02eeab color RGB value is (2,238,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000010 11101110 10101011
Octal 2 356 253
Decimal 2 238 171
Hex 2 EE AB

RGB Percentages of Color #02eeab

%0.49
%57.91
%41.61

CMYK Percentages of Color #02eeab

%99
%0
%28
%7

Triadic Colors of #02eeab

#02eeab #ab02ee #eeab02

Analogous Colors of #02eeab

#02eeab #02bbee #02ee35

Monochromatic Colors of #02eeab

#02eeab

Complementary Color

#02eeab #ee0245

#02eeab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#02eeab Color Preview on White Background

Lorem ipsum dolor sit amet.

#02eeab Color CSS Codes

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

#02eeab Text Font Color

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

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


#02eeab Background Color

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

This div background color is #02eeab


#02eeab Border Color

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

This div border color is #02eeab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #02eeab


Comments

No comments written yet.

Please login to write comment.