Color Hex Logo

#02d57f Color Hex

#02D57F
(2,213,127)
0 Favorites   0 Comments

Color spaces of #02d57f

RGB 2213127
HSL0.430.980.42
HSV156°99°84°
CMYK 0.990.000.40   0.16
XYZ27.650049.133728.1051
Yxy49.13370.26360.4684
Hunter Lab70.0954-52.255525.2942
CIE-Lab75.5344-63.244330.4760

#02d57f color RGB value is (2,213,127).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000010 11010101 01111111
Octal 2 325 177
Decimal 2 213 127
Hex 2 D5 7F

RGB Percentages of Color #02d57f

%0.58
%62.28
%37.13

CMYK Percentages of Color #02d57f

%99
%0
%40
%16

Triadic Colors of #02d57f

#02d57f #7f02d5 #d57f02

Analogous Colors of #02d57f

#02d57f #02c2d5 #02d515

Monochromatic Colors of #02d57f

#02d57f

Complementary Color

#02d57f #d50258

#02d57f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#02d57f Color Preview on White Background

Lorem ipsum dolor sit amet.

#02d57f Color CSS Codes

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

#02d57f Text Font Color

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

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


#02d57f Background Color

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

This div background color is #02d57f


#02d57f Border Color

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

This div border color is #02d57f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #02d57f


Comments

No comments written yet.

Please login to write comment.