Color Hex Logo

#2cab73 Color Hex

#2CAB73
(44,171,115)
0 Favorites   0 Comments

Color spaces of #2cab73

RGB 44171115
HSL0.430.590.42
HSV154°74°67°
CMYK 0.740.000.33   0.33
XYZ18.696130.899121.1984
Yxy30.89910.26410.4365
Hunter Lab55.5870-37.240516.3003
CIE-Lab62.4224-47.241019.2947

#2cab73 color RGB value is (44,171,115).

#2cab73 hex color red value is 44, green value is 171 and the blue value of its RGB is 115. Cylindrical-coordinate representations (also known as HSL) of color #2cab73 hue: 0.43 , saturation: 0.59 and the lightness value of 2cab73 is 0.42.

The process color (four color CMYK) of #2cab73 color hex is 0.74, 0.00, 0.33, 0.33. Web safe color of #2cab73 is #339966. Color #2cab73 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00101100 10101011 01110011
Octal 54 253 163
Decimal 44 171 115
Hex 2C AB 73

RGB Percentages of Color #2cab73

%13.33
%51.82
%34.85

CMYK Percentages of Color #2cab73

%74
%0
%33
%33

Triadic Colors of #2cab73

#2cab73 #732cab #ab732c

Analogous Colors of #2cab73

#2cab73 #2ca4ab #2cab34

Monochromatic Colors of #2cab73

#2cab73

Complementary Color

#2cab73 #ab2c64

#2cab73 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2cab73 Color Preview on White Background

Lorem ipsum dolor sit amet.

#2cab73 Color CSS Codes

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

#2cab73 Text Font Color

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

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


#2cab73 Background Color

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

This div background color is #2cab73


#2cab73 Border Color

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

This div border color is #2cab73


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2cab73


Comments

No comments written yet.

Please login to write comment.