Color Hex Logo

#2ec0be Color Hex

#2EC0BE
(46,192,190)
0 Favorites   0 Comments

Color spaces of #2ec0be

RGB 46192190
HSL0.500.610.47
HSV179°76°75°
CMYK 0.760.000.01   0.25
XYZ29.270641.997855.2789
Yxy41.99780.23130.3319
Hunter Lab64.8057-32.7874-5.2100
CIE-Lab70.8694-36.7863-9.7750

#2ec0be color RGB value is (46,192,190).

#2ec0be hex color red value is 46, green value is 192 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #2ec0be hue: 0.50 , saturation: 0.61 and the lightness value of 2ec0be is 0.47.

The process color (four color CMYK) of #2ec0be color hex is 0.76, 0.00, 0.01, 0.25. Web safe color of #2ec0be is #33cccc. Color #2ec0be contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00101110 11000000 10111110
Octal 56 300 276
Decimal 46 192 190
Hex 2E C0 BE

RGB Percentages of Color #2ec0be

%10.75
%44.86
%44.39

CMYK Percentages of Color #2ec0be

%76
%0
%1
%25

Triadic Colors of #2ec0be

#2ec0be #be2ec0 #c0be2e

Analogous Colors of #2ec0be

#2ec0be #2e79c0 #2ec075

Monochromatic Colors of #2ec0be

#2ec0be

Complementary Color

#2ec0be #c02e30

#2ec0be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2ec0be Color Preview on White Background

Lorem ipsum dolor sit amet.

#2ec0be Color CSS Codes

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

#2ec0be Text Font Color

<p style="color:#2ec0be">Text here</p>

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


#2ec0be Background Color

<div style="background-color:#2ec0be">
Div content here</div>

This div background color is #2ec0be


#2ec0be Border Color

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

This div border color is #2ec0be


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(46,192,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 #2ec0be">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2ec0be


Comments

No comments written yet.

Please login to write comment.