Color Hex Logo

#3ec3be Color Hex

#3EC3BE
(62,195,190)
0 Favorites   0 Comments

Color spaces of #3ec3be

RGB 62195190
HSL0.490.530.50
HSV178°68°76°
CMYK 0.680.000.03   0.24
XYZ30.796043.772155.5409
Yxy43.77210.23670.3364
Hunter Lab66.1605-32.6937-3.4609
CIE-Lab72.0759-36.2204-7.9465

#3ec3be color RGB value is (62,195,190).

#3ec3be hex color red value is 62, green value is 195 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #3ec3be hue: 0.49 , saturation: 0.53 and the lightness value of 3ec3be is 0.50.

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

Base Numbers

BaseRedGreenBlue
Binary 00111110 11000011 10111110
Octal 76 303 276
Decimal 62 195 190
Hex 3E C3 BE

RGB Percentages of Color #3ec3be

%13.87
%43.62
%42.51

CMYK Percentages of Color #3ec3be

%68
%0
%3
%24

Triadic Colors of #3ec3be

#3ec3be #be3ec3 #c3be3e

Analogous Colors of #3ec3be

#3ec3be #3e86c3 #3ec37c

Monochromatic Colors of #3ec3be

#3ec3be

Complementary Color

#3ec3be #c33e43

#3ec3be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3ec3be Color Preview on White Background

Lorem ipsum dolor sit amet.

#3ec3be Color CSS Codes

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

#3ec3be Text Font Color

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

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


#3ec3be Background Color

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

This div background color is #3ec3be


#3ec3be Border Color

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

This div border color is #3ec3be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3ec3be


Comments

No comments written yet.

Please login to write comment.