Color Hex Logo

#2ecabd Color Hex

#2ECABD
(46,202,189)
0 Favorites   0 Comments

Color spaces of #2ecabd

RGB 46202189
HSL0.490.630.49
HSV175°77°79°
CMYK 0.770.000.06   0.21
XYZ31.432646.496055.4621
Yxy46.49600.23560.3486
Hunter Lab68.1880-37.0458-0.4932
CIE-Lab73.8662-41.5871-4.7841

#2ecabd color RGB value is (46,202,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00101110 11001010 10111101
Octal 56 312 275
Decimal 46 202 189
Hex 2E CA BD

RGB Percentages of Color #2ecabd

%10.53
%46.22
%43.25

CMYK Percentages of Color #2ecabd

%77
%0
%6
%21

Triadic Colors of #2ecabd

#2ecabd #bd2eca #cabd2e

Analogous Colors of #2ecabd

#2ecabd #2e89ca #2eca6f

Monochromatic Colors of #2ecabd

#2ecabd

Complementary Color

#2ecabd #ca2e3b

#2ecabd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2ecabd Color Preview on White Background

Lorem ipsum dolor sit amet.

#2ecabd Color CSS Codes

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

#2ecabd Text Font Color

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

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


#2ecabd Background Color

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

This div background color is #2ecabd


#2ecabd Border Color

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

This div border color is #2ecabd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(46,202,189, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2ecabd


Comments

No comments written yet.

Please login to write comment.