Color Hex Logo

#2cc88e Color Hex

#2CC88E
(44,200,142)
0 Favorites   0 Comments

Color spaces of #2cc88e

RGB 44200142
HSL0.440.640.48
HSV158°78°78°
CMYK 0.780.000.29   0.22
XYZ26.575543.797032.6442
Yxy43.79700.25800.4251
Hunter Lab66.1793-44.133917.0796
CIE-Lab72.0926-52.757218.0255

#2cc88e color RGB value is (44,200,142).

#2cc88e hex color red value is 44, green value is 200 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #2cc88e hue: 0.44 , saturation: 0.64 and the lightness value of 2cc88e is 0.48.

The process color (four color CMYK) of #2cc88e color hex is 0.78, 0.00, 0.29, 0.22. Web safe color of #2cc88e is #33cc99. Color #2cc88e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00101100 11001000 10001110
Octal 54 310 216
Decimal 44 200 142
Hex 2C C8 8E

RGB Percentages of Color #2cc88e

%11.40
%51.81
%36.79

CMYK Percentages of Color #2cc88e

%78
%0
%29
%22

Triadic Colors of #2cc88e

#2cc88e #8e2cc8 #c88e2c

Analogous Colors of #2cc88e

#2cc88e #2cb4c8 #2cc840

Monochromatic Colors of #2cc88e

#2cc88e

Complementary Color

#2cc88e #c82c66

#2cc88e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2cc88e Color Preview on White Background

Lorem ipsum dolor sit amet.

#2cc88e Color CSS Codes

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

#2cc88e Text Font Color

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

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


#2cc88e Background Color

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

This div background color is #2cc88e


#2cc88e Border Color

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

This div border color is #2cc88e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2cc88e


Comments

No comments written yet.

Please login to write comment.