Color Hex Logo

#3ed4ce Color Hex

#3ED4CE
(62,212,206)
0 Favorites   0 Comments

Color spaces of #3ed4ce

RGB 62212206
HSL0.490.640.54
HSV178°71°83°
CMYK 0.710.000.03   0.17
XYZ36.670752.567366.6063
Yxy52.56730.23530.3373
Hunter Lab72.5033-36.5991-3.7154
CIE-Lab77.6188-39.5332-8.3664

#3ed4ce color RGB value is (62,212,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111110 11010100 11001110
Octal 76 324 316
Decimal 62 212 206
Hex 3E D4 CE

RGB Percentages of Color #3ed4ce

%12.92
%44.17
%42.92

CMYK Percentages of Color #3ed4ce

%71
%0
%3
%17

Triadic Colors of #3ed4ce

#3ed4ce #ce3ed4 #d4ce3e

Analogous Colors of #3ed4ce

#3ed4ce #3e8fd4 #3ed483

Monochromatic Colors of #3ed4ce

#3ed4ce

Complementary Color

#3ed4ce #d43e44

#3ed4ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3ed4ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#3ed4ce Color CSS Codes

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

#3ed4ce Text Font Color

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

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


#3ed4ce Background Color

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

This div background color is #3ed4ce


#3ed4ce Border Color

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

This div border color is #3ed4ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3ed4ce


Comments

No comments written yet.

Please login to write comment.