Color Hex Logo

#2cca99 Color Hex

#2CCA99
(44,202,153)
0 Favorites   0 Comments

Color spaces of #2cca99

RGB 44202153
HSL0.450.640.48
HSV161°78°79°
CMYK 0.780.000.24   0.21
XYZ27.909045.076437.3667
Yxy45.07640.25290.4085
Hunter Lab67.1390-43.292513.9990
CIE-Lab72.9422-51.039613.3238

#2cca99 color RGB value is (44,202,153).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00101100 11001010 10011001
Octal 54 312 231
Decimal 44 202 153
Hex 2C CA 99

RGB Percentages of Color #2cca99

%11.03
%50.63
%38.35

CMYK Percentages of Color #2cca99

%78
%0
%24
%21

Triadic Colors of #2cca99

#2cca99 #992cca #ca992c

Analogous Colors of #2cca99

#2cca99 #2cacca #2cca4a

Monochromatic Colors of #2cca99

#2cca99

Complementary Color

#2cca99 #ca2c5d

#2cca99 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2cca99 Color Preview on White Background

Lorem ipsum dolor sit amet.

#2cca99 Color CSS Codes

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

#2cca99 Text Font Color

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

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


#2cca99 Background Color

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

This div background color is #2cca99


#2cca99 Border Color

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

This div border color is #2cca99


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2cca99


Comments

No comments written yet.

Please login to write comment.