Color Hex Logo

#2ab899 Color Hex

#2AB899
(42,184,153)
0 Favorites   0 Comments

Color spaces of #2ab899

RGB 42184153
HSL0.460.630.44
HSV167°77°72°
CMYK 0.770.000.17   0.28
XYZ23.845137.073136.0361
Yxy37.07310.24590.3824
Hunter Lab60.8877-36.64857.5309
CIE-Lab67.3318-43.84085.3330

#2ab899 color RGB value is (42,184,153).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00101010 10111000 10011001
Octal 52 270 231
Decimal 42 184 153
Hex 2A B8 99

RGB Percentages of Color #2ab899

%11.08
%48.55
%40.37

CMYK Percentages of Color #2ab899

%77
%0
%17
%28

Triadic Colors of #2ab899

#2ab899 #992ab8 #b8992a

Analogous Colors of #2ab899

#2ab899 #2a90b8 #2ab852

Monochromatic Colors of #2ab899

#2ab899

Complementary Color

#2ab899 #b82a49

#2ab899 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2ab899 Color Preview on White Background

Lorem ipsum dolor sit amet.

#2ab899 Color CSS Codes

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

#2ab899 Text Font Color

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

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


#2ab899 Background Color

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

This div background color is #2ab899


#2ab899 Border Color

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

This div border color is #2ab899


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2ab899


Comments

No comments written yet.

Please login to write comment.