Color Hex Logo

#2ab97f Color Hex

#2AB97F
(42,185,127)
0 Favorites   0 Comments

Color spaces of #2ab97f

RGB 42185127
HSL0.430.630.45
HSV156°77°73°
CMYK 0.770.000.31   0.27
XYZ22.134636.722526.0002
Yxy36.72250.26080.4328
Hunter Lab60.5991-40.849016.9808
CIE-Lab67.0683-50.433219.1411

#2ab97f color RGB value is (42,185,127).

#2ab97f hex color red value is 42, green value is 185 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #2ab97f hue: 0.43 , saturation: 0.63 and the lightness value of 2ab97f is 0.45.

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

Base Numbers

BaseRedGreenBlue
Binary 00101010 10111001 01111111
Octal 52 271 177
Decimal 42 185 127
Hex 2A B9 7F

RGB Percentages of Color #2ab97f

%11.86
%52.26
%35.88

CMYK Percentages of Color #2ab97f

%77
%0
%31
%27

Triadic Colors of #2ab97f

#2ab97f #7f2ab9 #b97f2a

Analogous Colors of #2ab97f

#2ab97f #2aacb9 #2ab938

Monochromatic Colors of #2ab97f

#2ab97f

Complementary Color

#2ab97f #b92a64

#2ab97f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2ab97f Color Preview on White Background

Lorem ipsum dolor sit amet.

#2ab97f Color CSS Codes

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

#2ab97f Text Font Color

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

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


#2ab97f Background Color

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

This div background color is #2ab97f


#2ab97f Border Color

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

This div border color is #2ab97f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2ab97f


Comments

No comments written yet.

Please login to write comment.