Color Hex Logo

#2ec9be Color Hex

#2EC9BE
(46,201,190)
0 Favorites   0 Comments

Color spaces of #2ec9be

RGB 46201190
HSL0.490.630.48
HSV176°77°79°
CMYK 0.770.000.05   0.21
XYZ31.307646.071855.9579
Yxy46.07180.23480.3455
Hunter Lab67.8762-36.4510-1.3660
CIE-Lab73.5921-40.8645-5.7313

#2ec9be color RGB value is (46,201,190).

#2ec9be hex color red value is 46, green value is 201 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #2ec9be hue: 0.49 , saturation: 0.63 and the lightness value of 2ec9be is 0.48.

The process color (four color CMYK) of #2ec9be color hex is 0.77, 0.00, 0.05, 0.21. Web safe color of #2ec9be is #33cccc. Color #2ec9be contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00101110 11001001 10111110
Octal 56 311 276
Decimal 46 201 190
Hex 2E C9 BE

RGB Percentages of Color #2ec9be

%10.53
%46.00
%43.48

CMYK Percentages of Color #2ec9be

%77
%0
%5
%21

Triadic Colors of #2ec9be

#2ec9be #be2ec9 #c9be2e

Analogous Colors of #2ec9be

#2ec9be #2e87c9 #2ec971

Monochromatic Colors of #2ec9be

#2ec9be

Complementary Color

#2ec9be #c92e39

#2ec9be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2ec9be Color Preview on White Background

Lorem ipsum dolor sit amet.

#2ec9be Color CSS Codes

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

#2ec9be Text Font Color

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

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


#2ec9be Background Color

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

This div background color is #2ec9be


#2ec9be Border Color

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

This div border color is #2ec9be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2ec9be

#2ec9be Color Palettes


Comments

No comments written yet.

Please login to write comment.