Color Hex Logo

#2ab593 Color Hex

#2AB593
(42,181,147)
0 Favorites   0 Comments

Color spaces of #2ab593

RGB 42181147
HSL0.460.620.44
HSV165°77°71°
CMYK 0.770.000.19   0.29
XYZ22.745235.646633.2854
Yxy35.64660.24810.3888
Hunter Lab59.7048-36.48188.7392
CIE-Lab66.2490-44.09877.0796

#2ab593 color RGB value is (42,181,147).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00101010 10110101 10010011
Octal 52 265 223
Decimal 42 181 147
Hex 2A B5 93

RGB Percentages of Color #2ab593

%11.35
%48.92
%39.73

CMYK Percentages of Color #2ab593

%77
%0
%19
%29

Triadic Colors of #2ab593

#2ab593 #932ab5 #b5932a

Analogous Colors of #2ab593

#2ab593 #2a92b5 #2ab54e

Monochromatic Colors of #2ab593

#2ab593

Complementary Color

#2ab593 #b52a4c

#2ab593 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2ab593 Color Preview on White Background

Lorem ipsum dolor sit amet.

#2ab593 Color CSS Codes

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

#2ab593 Text Font Color

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

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


#2ab593 Background Color

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

This div background color is #2ab593


#2ab593 Border Color

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

This div border color is #2ab593


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2ab593


Comments

No comments written yet.

Please login to write comment.