Color Hex Logo

#2cec91 Color Hex

#2CEC91
(44,236,145)
0 Favorites   0 Comments

Color spaces of #2cec91

RGB 44236145
HSL0.420.830.55
HSV152°81°93°
CMYK 0.810.000.39   0.07
XYZ36.145062.570736.9604
Yxy62.57070.26640.4612
Hunter Lab79.1016-56.863427.6678
CIE-Lab83.2160-65.406631.5466

#2cec91 color RGB value is (44,236,145).

#2cec91 hex color red value is 44, green value is 236 and the blue value of its RGB is 145. Cylindrical-coordinate representations (also known as HSL) of color #2cec91 hue: 0.42 , saturation: 0.83 and the lightness value of 2cec91 is 0.55.

The process color (four color CMYK) of #2cec91 color hex is 0.81, 0.00, 0.39, 0.07. Web safe color of #2cec91 is #33ff99. Color #2cec91 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00101100 11101100 10010001
Octal 54 354 221
Decimal 44 236 145
Hex 2C EC 91

RGB Percentages of Color #2cec91

%10.35
%55.53
%34.12

CMYK Percentages of Color #2cec91

%81
%0
%39
%7

Triadic Colors of #2cec91

#2cec91 #912cec #ec912c

Analogous Colors of #2cec91

#2cec91 #2ce7ec #2cec31

Monochromatic Colors of #2cec91

#2cec91

Complementary Color

#2cec91 #ec2c87

#2cec91 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2cec91 Color Preview on White Background

Lorem ipsum dolor sit amet.

#2cec91 Color CSS Codes

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

#2cec91 Text Font Color

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

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


#2cec91 Background Color

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

This div background color is #2cec91


#2cec91 Border Color

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

This div border color is #2cec91


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2cec91


Comments

No comments written yet.

Please login to write comment.