Color Hex Logo

#3aef76 Color Hex

#3AEF76
(58,239,118)
0 Favorites   0 Comments

Color spaces of #3aef76

RGB 58239118
HSL0.390.850.58
HSV140°76°94°
CMYK 0.760.000.51   0.06
XYZ35.881463.940627.5902
Yxy63.94060.28160.5018
Hunter Lab79.9629-59.837535.5167
CIE-Lab83.9348-69.387845.7419

#3aef76 color RGB value is (58,239,118).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111010 11101111 01110110
Octal 72 357 166
Decimal 58 239 118
Hex 3A EF 76

RGB Percentages of Color #3aef76

%13.98
%57.59
%28.43

CMYK Percentages of Color #3aef76

%76
%0
%51
%6

Triadic Colors of #3aef76

#3aef76 #763aef #ef763a

Analogous Colors of #3aef76

#3aef76 #3aefd1 #59ef3a

Monochromatic Colors of #3aef76

#3aef76

Complementary Color

#3aef76 #ef3ab3

#3aef76 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3aef76 Color Preview on White Background

Lorem ipsum dolor sit amet.

#3aef76 Color CSS Codes

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

#3aef76 Text Font Color

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

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


#3aef76 Background Color

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

This div background color is #3aef76


#3aef76 Border Color

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

This div border color is #3aef76


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(58,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 #3aef76">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3aef76


Comments

No comments written yet.

Please login to write comment.