Color Hex Logo

#3ef07d Color Hex

#3EF07D
(62,240,125)
0 Favorites   0 Comments

Color spaces of #3ef07d

RGB 62240125
HSL0.390.860.59
HSV141°74°94°
CMYK 0.740.000.48   0.06
XYZ36.848464.825029.9724
Yxy64.82500.27990.4924
Hunter Lab80.5140-59.206334.2883
CIE-Lab84.3935-68.147242.9903

#3ef07d color RGB value is (62,240,125).

#3ef07d hex color red value is 62, green value is 240 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #3ef07d hue: 0.39 , saturation: 0.86 and the lightness value of 3ef07d is 0.59.

The process color (four color CMYK) of #3ef07d color hex is 0.74, 0.00, 0.48, 0.06. Web safe color of #3ef07d is #33ff66. Color #3ef07d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111110 11110000 01111101
Octal 76 360 175
Decimal 62 240 125
Hex 3E F0 7D

RGB Percentages of Color #3ef07d

%14.52
%56.21
%29.27

CMYK Percentages of Color #3ef07d

%74
%0
%48
%6

Triadic Colors of #3ef07d

#3ef07d #7d3ef0 #f07d3e

Analogous Colors of #3ef07d

#3ef07d #3ef0d6 #58f03e

Monochromatic Colors of #3ef07d

#3ef07d

Complementary Color

#3ef07d #f03eb1

#3ef07d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3ef07d Color Preview on White Background

Lorem ipsum dolor sit amet.

#3ef07d Color CSS Codes

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

#3ef07d Text Font Color

<p style="color:#3ef07d">Text here</p>

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


#3ef07d Background Color

<div style="background-color:#3ef07d">
Div content here</div>

This div background color is #3ef07d


#3ef07d Border Color

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

This div border color is #3ef07d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(62,240,125, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #3ef07d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #3ef07d;
  -webkit-box-shadow: 1px 1px 3px 2px #3ef07d;
  box-shadow:         1px 1px 3px 2px #3ef07d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3ef07d


Comments

No comments written yet.

Please login to write comment.