Color Hex Logo

#3efa95 Color Hex

#3EFA95
(62,250,149)
0 Favorites   0 Comments

Color spaces of #3efa95

RGB 62250149
HSL0.410.950.61
HSV148°75°98°
CMYK 0.750.000.40   0.02
XYZ41.597071.565340.0549
Yxy71.56530.27150.4671
Hunter Lab84.5963-60.272931.1446
CIE-Lab87.7589-67.620735.5895

#3efa95 color RGB value is (62,250,149).

#3efa95 hex color red value is 62, green value is 250 and the blue value of its RGB is 149. Cylindrical-coordinate representations (also known as HSL) of color #3efa95 hue: 0.41 , saturation: 0.95 and the lightness value of 3efa95 is 0.61.

The process color (four color CMYK) of #3efa95 color hex is 0.75, 0.00, 0.40, 0.02. Web safe color of #3efa95 is #33ff99. Color #3efa95 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111110 11111010 10010101
Octal 76 372 225
Decimal 62 250 149
Hex 3E FA 95

RGB Percentages of Color #3efa95

%13.45
%54.23
%32.32

CMYK Percentages of Color #3efa95

%75
%0
%40
%2

Triadic Colors of #3efa95

#3efa95 #953efa #fa953e

Analogous Colors of #3efa95

#3efa95 #3efaf3 #45fa3e

Monochromatic Colors of #3efa95

#3efa95

Complementary Color

#3efa95 #fa3ea3

#3efa95 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3efa95 Color Preview on White Background

Lorem ipsum dolor sit amet.

#3efa95 Color CSS Codes

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

#3efa95 Text Font Color

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

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


#3efa95 Background Color

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

This div background color is #3efa95


#3efa95 Border Color

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

This div border color is #3efa95


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3efa95


Comments

No comments written yet.

Please login to write comment.