Color Hex Logo

#3ed4be Color Hex

#3ED4BE
(62,212,190)
0 Favorites   0 Comments

Color spaces of #3ed4be

RGB 62212190
HSL0.480.640.54
HSV171°71°83°
CMYK 0.710.000.10   0.17
XYZ34.824451.828856.8837
Yxy51.82880.24260.3611
Hunter Lab71.9922-39.64163.5473
CIE-Lab77.1784-43.8489-0.4268

#3ed4be color RGB value is (62,212,190).

#3ed4be hex color red value is 62, green value is 212 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #3ed4be hue: 0.48 , saturation: 0.64 and the lightness value of 3ed4be is 0.54.

The process color (four color CMYK) of #3ed4be color hex is 0.71, 0.00, 0.10, 0.17. Web safe color of #3ed4be is #33cccc. Color #3ed4be contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111110 11010100 10111110
Octal 76 324 276
Decimal 62 212 190
Hex 3E D4 BE

RGB Percentages of Color #3ed4be

%13.36
%45.69
%40.95

CMYK Percentages of Color #3ed4be

%71
%0
%10
%17

Triadic Colors of #3ed4be

#3ed4be #be3ed4 #d4be3e

Analogous Colors of #3ed4be

#3ed4be #3e9fd4 #3ed473

Monochromatic Colors of #3ed4be

#3ed4be

Complementary Color

#3ed4be #d43e54

#3ed4be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3ed4be Color Preview on White Background

Lorem ipsum dolor sit amet.

#3ed4be Color CSS Codes

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

#3ed4be Text Font Color

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

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


#3ed4be Background Color

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

This div background color is #3ed4be


#3ed4be Border Color

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

This div border color is #3ed4be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3ed4be


Comments

No comments written yet.

Please login to write comment.