Color Hex Logo

#2abc9c Color Hex

#2ABC9C
(42,188,156)
0 Favorites   0 Comments

Color spaces of #2abc9c

RGB 42188156
HSL0.460.630.45
HSV167°78°74°
CMYK 0.780.000.17   0.26
XYZ24.938838.859037.6386
Yxy38.85900.24590.3831
Hunter Lab62.3370-37.67837.8370
CIE-Lab68.6490-44.76885.5830

#2abc9c color RGB value is (42,188,156).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00101010 10111100 10011100
Octal 52 274 234
Decimal 42 188 156
Hex 2A BC 9C

RGB Percentages of Color #2abc9c

%10.88
%48.70
%40.41

CMYK Percentages of Color #2abc9c

%78
%0
%17
%26

Triadic Colors of #2abc9c

#2abc9c #9c2abc #bc9c2a

Analogous Colors of #2abc9c

#2abc9c #2a93bc #2abc53

Monochromatic Colors of #2abc9c

#2abc9c

Complementary Color

#2abc9c #bc2a4a

#2abc9c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2abc9c Color Preview on White Background

Lorem ipsum dolor sit amet.

#2abc9c Color CSS Codes

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

#2abc9c Text Font Color

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

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


#2abc9c Background Color

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

This div background color is #2abc9c


#2abc9c Border Color

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

This div border color is #2abc9c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2abc9c


Comments

No comments written yet.

Please login to write comment.