Color Hex Logo

#02dc0e Color Hex

#02DC0E
(2,220,14)
0 Favorites   0 Comments

Color spaces of #02dc0e

RGB 222014
HSL0.340.980.44
HSV123°99°86°
CMYK 0.990.000.94   0.14
XYZ25.697551.23108.9496
Yxy51.23100.29920.5966
Hunter Lab71.5758-61.171842.6897
CIE-Lab76.8187-76.769573.0740

#02dc0e color RGB value is (2,220,14).

#02dc0e hex color red value is 2, green value is 220 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #02dc0e hue: 0.34 , saturation: 0.98 and the lightness value of 02dc0e is 0.44.

The process color (four color CMYK) of #02dc0e color hex is 0.99, 0.00, 0.94, 0.14. Web safe color of #02dc0e is #00cc00. Color #02dc0e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000010 11011100 00001110
Octal 2 334 16
Decimal 2 220 14
Hex 2 DC E

RGB Percentages of Color #02dc0e

%0.85
%93.22
%5.93

CMYK Percentages of Color #02dc0e

%99
%0
%94
%14

Triadic Colors of #02dc0e

#02dc0e #0e02dc #dc0e02

Analogous Colors of #02dc0e

#02dc0e #02dc7b #63dc02

Monochromatic Colors of #02dc0e

#02dc0e

Complementary Color

#02dc0e #dc02d0

#02dc0e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#02dc0e Color Preview on White Background

Lorem ipsum dolor sit amet.

#02dc0e Color CSS Codes

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

#02dc0e Text Font Color

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

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


#02dc0e Background Color

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

This div background color is #02dc0e


#02dc0e Border Color

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

This div border color is #02dc0e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #02dc0e


Comments

No comments written yet.

Please login to write comment.