Color Hex Logo

#2ecaa4 Color Hex

#2ECAA4
(46,202,164)
0 Favorites   0 Comments

Color spaces of #2ecaa4

RGB 46202164
HSL0.460.630.49
HSV165°77°79°
CMYK 0.770.000.19   0.21
XYZ28.948145.502242.3790
Yxy45.50220.24780.3895
Hunter Lab67.4553-41.44459.9696
CIE-Lab73.2213-48.16877.8050

#2ecaa4 color RGB value is (46,202,164).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00101110 11001010 10100100
Octal 56 312 244
Decimal 46 202 164
Hex 2E CA A4

RGB Percentages of Color #2ecaa4

%11.17
%49.03
%39.81

CMYK Percentages of Color #2ecaa4

%77
%0
%19
%21

Triadic Colors of #2ecaa4

#2ecaa4 #a42eca #caa42e

Analogous Colors of #2ecaa4

#2ecaa4 #2ea2ca #2eca56

Monochromatic Colors of #2ecaa4

#2ecaa4

Complementary Color

#2ecaa4 #ca2e54

#2ecaa4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2ecaa4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#2ecaa4 Color CSS Codes

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

#2ecaa4 Text Font Color

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

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


#2ecaa4 Background Color

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

This div background color is #2ecaa4


#2ecaa4 Border Color

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

This div border color is #2ecaa4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2ecaa4


Comments

No comments written yet.

Please login to write comment.