Color Hex Logo

#3ecc95 Color Hex

#3ECC95
(62,204,149)
0 Favorites   0 Comments

Color spaces of #3ecc95

RGB 62204149
HSL0.440.580.52
HSV157°70°80°
CMYK 0.700.000.27   0.20
XYZ29.004346.379835.8573
Yxy46.37980.26070.4169
Hunter Lab68.1027-43.158316.4547
CIE-Lab73.7913-50.407816.6992

#3ecc95 color RGB value is (62,204,149).

#3ecc95 hex color red value is 62, green value is 204 and the blue value of its RGB is 149. Cylindrical-coordinate representations (also known as HSL) of color #3ecc95 hue: 0.44 , saturation: 0.58 and the lightness value of 3ecc95 is 0.52.

The process color (four color CMYK) of #3ecc95 color hex is 0.70, 0.00, 0.27, 0.20. Web safe color of #3ecc95 is #33cc99. Color #3ecc95 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111110 11001100 10010101
Octal 76 314 225
Decimal 62 204 149
Hex 3E CC 95

RGB Percentages of Color #3ecc95

%14.94
%49.16
%35.90

CMYK Percentages of Color #3ecc95

%70
%0
%27
%20

Triadic Colors of #3ecc95

#3ecc95 #953ecc #cc953e

Analogous Colors of #3ecc95

#3ecc95 #3ebccc #3ecc4e

Monochromatic Colors of #3ecc95

#3ecc95

Complementary Color

#3ecc95 #cc3e75

#3ecc95 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3ecc95 Color Preview on White Background

Lorem ipsum dolor sit amet.

#3ecc95 Color CSS Codes

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

#3ecc95 Text Font Color

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

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


#3ecc95 Background Color

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

This div background color is #3ecc95


#3ecc95 Border Color

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

This div border color is #3ecc95


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3ecc95


Comments

No comments written yet.

Please login to write comment.