Color Hex Logo

#2ab4ab Color Hex

#2AB4AB
(42,180,171)
0 Favorites   0 Comments

Color spaces of #2ab4ab

RGB 42180171
HSL0.490.620.44
HSV176°77°71°
CMYK 0.770.000.05   0.29
XYZ24.626836.075044.1933
Yxy36.07500.23480.3439
Hunter Lab60.0625-31.9208-1.5812
CIE-Lab66.5772-37.1791-5.7052

#2ab4ab color RGB value is (42,180,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00101010 10110100 10101011
Octal 52 264 253
Decimal 42 180 171
Hex 2A B4 AB

RGB Percentages of Color #2ab4ab

%10.69
%45.80
%43.51

CMYK Percentages of Color #2ab4ab

%77
%0
%5
%29

Triadic Colors of #2ab4ab

#2ab4ab #ab2ab4 #b4ab2a

Analogous Colors of #2ab4ab

#2ab4ab #2a78b4 #2ab466

Monochromatic Colors of #2ab4ab

#2ab4ab

Complementary Color

#2ab4ab #b42a33

#2ab4ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2ab4ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#2ab4ab Color CSS Codes

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

#2ab4ab Text Font Color

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

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


#2ab4ab Background Color

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

This div background color is #2ab4ab


#2ab4ab Border Color

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

This div border color is #2ab4ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2ab4ab


Comments

No comments written yet.

Please login to write comment.