Color Hex Logo

#3def76 Color Hex

#3DEF76
(61,239,118)
0 Favorites   0 Comments

Color spaces of #3def76

RGB 61239118
HSL0.390.850.59
HSV139°74°94°
CMYK 0.740.000.51   0.06
XYZ36.061064.033127.5986
Yxy64.03310.28240.5015
Hunter Lab80.0207-59.595935.5658
CIE-Lab83.9830-68.993545.8121

#3def76 color RGB value is (61,239,118).

#3def76 hex color red value is 61, green value is 239 and the blue value of its RGB is 118. Cylindrical-coordinate representations (also known as HSL) of color #3def76 hue: 0.39 , saturation: 0.85 and the lightness value of 3def76 is 0.59.

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

Base Numbers

BaseRedGreenBlue
Binary 00111101 11101111 01110110
Octal 75 357 166
Decimal 61 239 118
Hex 3D EF 76

RGB Percentages of Color #3def76

%14.59
%57.18
%28.23

CMYK Percentages of Color #3def76

%74
%0
%51
%6

Triadic Colors of #3def76

#3def76 #763def #ef763d

Analogous Colors of #3def76

#3def76 #3defcf #5def3d

Monochromatic Colors of #3def76

#3def76

Complementary Color

#3def76 #ef3db6

#3def76 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3def76 Color Preview on White Background

Lorem ipsum dolor sit amet.

#3def76 Color CSS Codes

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

#3def76 Text Font Color

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

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


#3def76 Background Color

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

This div background color is #3def76


#3def76 Border Color

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

This div border color is #3def76


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3def76


Comments

No comments written yet.

Please login to write comment.