Color Hex Logo

#02c071 Color Hex

#02C071
(2,192,113)
0 Favorites   0 Comments

Color spaces of #02c071

RGB 2192113
HSL0.430.980.38
HSV155°99°75°
CMYK 0.990.000.41   0.25
XYZ21.855338.904421.9802
Yxy38.90440.26410.4702
Hunter Lab62.3734-46.608022.7678
CIE-Lab68.6820-58.687928.6793

#02c071 color RGB value is (2,192,113).

#02c071 hex color red value is 2, green value is 192 and the blue value of its RGB is 113. Cylindrical-coordinate representations (also known as HSL) of color #02c071 hue: 0.43 , saturation: 0.98 and the lightness value of 02c071 is 0.38.

The process color (four color CMYK) of #02c071 color hex is 0.99, 0.00, 0.41, 0.25. Web safe color of #02c071 is #00cc66. Color #02c071 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000010 11000000 01110001
Octal 2 300 161
Decimal 2 192 113
Hex 2 C0 71

RGB Percentages of Color #02c071

%0.65
%62.54
%36.81

CMYK Percentages of Color #02c071

%99
%0
%41
%25

Triadic Colors of #02c071

#02c071 #7102c0 #c07102

Analogous Colors of #02c071

#02c071 #02b0c0 #02c012

Monochromatic Colors of #02c071

#02c071

Complementary Color

#02c071 #c00251

#02c071 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#02c071 Color Preview on White Background

Lorem ipsum dolor sit amet.

#02c071 Color CSS Codes

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

#02c071 Text Font Color

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

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


#02c071 Background Color

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

This div background color is #02c071


#02c071 Border Color

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

This div border color is #02c071


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #02c071


Comments

No comments written yet.

Please login to write comment.