Color Hex Logo

#02eeaf Color Hex

#02EEAF
(2,238,175)
0 Favorites   0 Comments

Color spaces of #02eeaf

RGB 2238175
HSL0.460.980.47
HSV164°99°93°
CMYK 0.990.000.26   0.07
XYZ38.337464.257150.9397
Yxy64.25710.24970.4185
Hunter Lab80.1605-54.911918.4353
CIE-Lab84.0995-62.033817.3244

#02eeaf color RGB value is (2,238,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000010 11101110 10101111
Octal 2 356 257
Decimal 2 238 175
Hex 2 EE AF

RGB Percentages of Color #02eeaf

%0.48
%57.35
%42.17

CMYK Percentages of Color #02eeaf

%99
%0
%26
%7

Triadic Colors of #02eeaf

#02eeaf #af02ee #eeaf02

Analogous Colors of #02eeaf

#02eeaf #02b7ee #02ee39

Monochromatic Colors of #02eeaf

#02eeaf

Complementary Color

#02eeaf #ee0241

#02eeaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#02eeaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#02eeaf Color CSS Codes

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

#02eeaf Text Font Color

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

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


#02eeaf Background Color

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

This div background color is #02eeaf


#02eeaf Border Color

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

This div border color is #02eeaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #02eeaf


Comments

No comments written yet.

Please login to write comment.