Color Hex Logo

#3ec1cd Color Hex

#3EC1CD
(62,193,205)
0 Favorites   0 Comments

Color spaces of #3ec1cd

RGB 62193205
HSL0.510.590.52
HSV185°70°80°
CMYK 0.700.060.00   0.20
XYZ32.076043.571864.4772
Yxy43.57180.22890.3109
Hunter Lab66.0089-28.7764-11.7079
CIE-Lab71.9414-30.9470-16.3265

#3ec1cd color RGB value is (62,193,205).

#3ec1cd hex color red value is 62, green value is 193 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #3ec1cd hue: 0.51 , saturation: 0.59 and the lightness value of 3ec1cd is 0.52.

The process color (four color CMYK) of #3ec1cd color hex is 0.70, 0.06, 0.00, 0.20. Web safe color of #3ec1cd is #33cccc. Color #3ec1cd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111110 11000001 11001101
Octal 76 301 315
Decimal 62 193 205
Hex 3E C1 CD

RGB Percentages of Color #3ec1cd

%13.48
%41.96
%44.57

CMYK Percentages of Color #3ec1cd

%70
%6
%0
%20

Triadic Colors of #3ec1cd

#3ec1cd #cd3ec1 #c1cd3e

Analogous Colors of #3ec1cd

#3ec1cd #3e7acd #3ecd92

Monochromatic Colors of #3ec1cd

#3ec1cd

Complementary Color

#3ec1cd #cd4a3e

#3ec1cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3ec1cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#3ec1cd Color CSS Codes

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

#3ec1cd Text Font Color

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

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


#3ec1cd Background Color

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

This div background color is #3ec1cd


#3ec1cd Border Color

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

This div border color is #3ec1cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3ec1cd


Comments

No comments written yet.

Please login to write comment.