Color Hex Logo

#2ab988 Color Hex

#2AB988
(42,185,136)
0 Favorites   0 Comments

Color spaces of #2ab988

RGB 42185136
HSL0.440.630.45
HSV159°77°73°
CMYK 0.770.000.26   0.27
XYZ22.747736.967729.2291
Yxy36.96770.25580.4156
Hunter Lab60.8011-39.619114.0581
CIE-Lab67.2528-48.413914.5218

#2ab988 color RGB value is (42,185,136).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00101010 10111001 10001000
Octal 52 271 210
Decimal 42 185 136
Hex 2A B9 88

RGB Percentages of Color #2ab988

%11.57
%50.96
%37.47

CMYK Percentages of Color #2ab988

%77
%0
%26
%27

Triadic Colors of #2ab988

#2ab988 #882ab9 #b9882a

Analogous Colors of #2ab988

#2ab988 #2aa3b9 #2ab941

Monochromatic Colors of #2ab988

#2ab988

Complementary Color

#2ab988 #b92a5b

#2ab988 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2ab988 Color Preview on White Background

Lorem ipsum dolor sit amet.

#2ab988 Color CSS Codes

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

#2ab988 Text Font Color

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

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


#2ab988 Background Color

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

This div background color is #2ab988


#2ab988 Border Color

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

This div border color is #2ab988


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2ab988


Comments

No comments written yet.

Please login to write comment.