Color Hex Logo

#2ab66d Color Hex

#2AB66D
(42,182,109)
0 Favorites   0 Comments

Color spaces of #2ab66d

RGB 42182109
HSL0.410.630.44
HSV149°77°71°
CMYK 0.770.000.40   0.29
XYZ20.443135.052320.1563
Yxy35.05230.27020.4633
Hunter Lab59.2050-41.973821.2582
CIE-Lab65.7894-52.965027.0314

#2ab66d color RGB value is (42,182,109).

#2ab66d hex color red value is 42, green value is 182 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #2ab66d hue: 0.41 , saturation: 0.63 and the lightness value of 2ab66d is 0.44.

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

Base Numbers

BaseRedGreenBlue
Binary 00101010 10110110 01101101
Octal 52 266 155
Decimal 42 182 109
Hex 2A B6 6D

RGB Percentages of Color #2ab66d

%12.61
%54.65
%32.73

CMYK Percentages of Color #2ab66d

%77
%0
%40
%29

Triadic Colors of #2ab66d

#2ab66d #6d2ab6 #b66d2a

Analogous Colors of #2ab66d

#2ab66d #2ab6b3 #2db62a

Monochromatic Colors of #2ab66d

#2ab66d

Complementary Color

#2ab66d #b62a73

#2ab66d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2ab66d Color Preview on White Background

Lorem ipsum dolor sit amet.

#2ab66d Color CSS Codes

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

#2ab66d Text Font Color

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

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


#2ab66d Background Color

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

This div background color is #2ab66d


#2ab66d Border Color

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

This div border color is #2ab66d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2ab66d


Comments

No comments written yet.

Please login to write comment.