Color Hex Logo

#3dfe60 Color Hex

#3DFE60
(61,254,96)
0 Favorites   0 Comments

Color spaces of #3dfe60

RGB 6125496
HSL0.360.990.62
HSV131°76°100°
CMYK 0.760.000.62   0.00
XYZ39.477672.720223.0221
Yxy72.72020.29200.5378
Hunter Lab85.2761-66.598743.6867
CIE-Lab88.3141-76.573760.7026

#3dfe60 color RGB value is (61,254,96).

#3dfe60 hex color red value is 61, green value is 254 and the blue value of its RGB is 96. Cylindrical-coordinate representations (also known as HSL) of color #3dfe60 hue: 0.36 , saturation: 0.99 and the lightness value of 3dfe60 is 0.62.

The process color (four color CMYK) of #3dfe60 color hex is 0.76, 0.00, 0.62, 0.00. Web safe color of #3dfe60 is #33ff66. Color #3dfe60 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111101 11111110 01100000
Octal 75 376 140
Decimal 61 254 96
Hex 3D FE 60

RGB Percentages of Color #3dfe60

%14.84
%61.80
%23.36

CMYK Percentages of Color #3dfe60

%76
%0
%62
%0

Triadic Colors of #3dfe60

#3dfe60 #603dfe #fe603d

Analogous Colors of #3dfe60

#3dfe60 #3dfec1 #7bfe3d

Monochromatic Colors of #3dfe60

#3dfe60

Complementary Color

#3dfe60 #fe3ddb

#3dfe60 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3dfe60 Color Preview on White Background

Lorem ipsum dolor sit amet.

#3dfe60 Color CSS Codes

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

#3dfe60 Text Font Color

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

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


#3dfe60 Background Color

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

This div background color is #3dfe60


#3dfe60 Border Color

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

This div border color is #3dfe60


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(61,254,96, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #3dfe60; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #3dfe60;
  -webkit-box-shadow: 1px 1px 3px 2px #3dfe60;
  box-shadow:         1px 1px 3px 2px #3dfe60; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3dfe60


Comments

No comments written yet.

Please login to write comment.