Color Hex Logo

#2ab44e Color Hex

#2AB44E
(42,180,78)
0 Favorites   0 Comments

Color spaces of #2ab44e

RGB 4218078
HSL0.380.620.44
HSV136°77°71°
CMYK 0.770.000.57   0.29
XYZ18.651233.684812.7265
Yxy33.68480.28670.5177
Hunter Lab58.0386-44.205127.6261
CIE-Lab64.7116-57.341341.3713

#2ab44e color RGB value is (42,180,78).

#2ab44e hex color red value is 42, green value is 180 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #2ab44e hue: 0.38 , saturation: 0.62 and the lightness value of 2ab44e is 0.44.

The process color (four color CMYK) of #2ab44e color hex is 0.77, 0.00, 0.57, 0.29. Web safe color of #2ab44e is #33cc66. Color #2ab44e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00101010 10110100 01001110
Octal 52 264 116
Decimal 42 180 78
Hex 2A B4 4E

RGB Percentages of Color #2ab44e

%14.00
%60.00
%26.00

CMYK Percentages of Color #2ab44e

%77
%0
%57
%29

Triadic Colors of #2ab44e

#2ab44e #4e2ab4 #b44e2a

Analogous Colors of #2ab44e

#2ab44e #2ab493 #4bb42a

Monochromatic Colors of #2ab44e

#2ab44e

Complementary Color

#2ab44e #b42a90

#2ab44e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2ab44e Color Preview on White Background

Lorem ipsum dolor sit amet.

#2ab44e Color CSS Codes

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

#2ab44e Text Font Color

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

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


#2ab44e Background Color

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

This div background color is #2ab44e


#2ab44e Border Color

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

This div border color is #2ab44e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(42,180,78, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #2ab44e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #2ab44e;
  -webkit-box-shadow: 1px 1px 3px 2px #2ab44e;
  box-shadow:         1px 1px 3px 2px #2ab44e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(42,180,78, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2ab44e


Comments

No comments written yet.

Please login to write comment.