Color Hex Logo

#3eecbb Color Hex

#3EECBB
(62,236,187)
0 Favorites   0 Comments

Color spaces of #3eecbb

RGB 62236187
HSL0.450.820.58
HSV163°74°93°
CMYK 0.740.000.21   0.07
XYZ40.951764.602957.3249
Yxy64.60290.25140.3966
Hunter Lab80.3759-49.711813.9769
CIE-Lab84.2787-54.593011.3998

#3eecbb color RGB value is (62,236,187).

#3eecbb hex color red value is 62, green value is 236 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #3eecbb hue: 0.45 , saturation: 0.82 and the lightness value of 3eecbb is 0.58.

The process color (four color CMYK) of #3eecbb color hex is 0.74, 0.00, 0.21, 0.07. Web safe color of #3eecbb is #33ffcc. Color #3eecbb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111110 11101100 10111011
Octal 76 354 273
Decimal 62 236 187
Hex 3E EC BB

RGB Percentages of Color #3eecbb

%12.78
%48.66
%38.56

CMYK Percentages of Color #3eecbb

%74
%0
%21
%7

Triadic Colors of #3eecbb

#3eecbb #bb3eec #ecbb3e

Analogous Colors of #3eecbb

#3eecbb #3ec6ec #3eec64

Monochromatic Colors of #3eecbb

#3eecbb

Complementary Color

#3eecbb #ec3e6f

#3eecbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3eecbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#3eecbb Color CSS Codes

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

#3eecbb Text Font Color

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

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


#3eecbb Background Color

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

This div background color is #3eecbb


#3eecbb Border Color

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

This div border color is #3eecbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3eecbb


Comments

No comments written yet.

Please login to write comment.