Color Hex Logo

#3ede91 Color Hex

#3EDE91
(62,222,145)
0 Favorites   0 Comments

Color spaces of #3ede91

RGB 62222145
HSL0.420.710.56
HSV151°72°87°
CMYK 0.720.000.35   0.13
XYZ33.218755.311035.7134
Yxy55.31100.26740.4452
Hunter Lab74.3714-50.421123.5887
CIE-Lab79.2201-58.235126.2441

#3ede91 color RGB value is (62,222,145).

#3ede91 hex color red value is 62, green value is 222 and the blue value of its RGB is 145. Cylindrical-coordinate representations (also known as HSL) of color #3ede91 hue: 0.42 , saturation: 0.71 and the lightness value of 3ede91 is 0.56.

The process color (four color CMYK) of #3ede91 color hex is 0.72, 0.00, 0.35, 0.13. Web safe color of #3ede91 is #33cc99. Color #3ede91 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111110 11011110 10010001
Octal 76 336 221
Decimal 62 222 145
Hex 3E DE 91

RGB Percentages of Color #3ede91

%14.45
%51.75
%33.80

CMYK Percentages of Color #3ede91

%72
%0
%35
%13

Triadic Colors of #3ede91

#3ede91 #913ede #de913e

Analogous Colors of #3ede91

#3ede91 #3edbde #3ede41

Monochromatic Colors of #3ede91

#3ede91

Complementary Color

#3ede91 #de3e8b

#3ede91 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3ede91 Color Preview on White Background

Lorem ipsum dolor sit amet.

#3ede91 Color CSS Codes

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

#3ede91 Text Font Color

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

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


#3ede91 Background Color

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

This div background color is #3ede91


#3ede91 Border Color

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

This div border color is #3ede91


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3ede91


Comments

No comments written yet.

Please login to write comment.