Color Hex Logo

#2ab594 Color Hex

#2AB594
(42,181,148)
0 Favorites   0 Comments

Color spaces of #2ab594

RGB 42181148
HSL0.460.620.44
HSV166°77°71°
CMYK 0.770.000.18   0.29
XYZ22.824035.678133.7006
Yxy35.67810.24750.3870
Hunter Lab59.7311-36.32258.3601
CIE-Lab66.2732-43.84506.5635

#2ab594 color RGB value is (42,181,148).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00101010 10110101 10010100
Octal 52 265 224
Decimal 42 181 148
Hex 2A B5 94

RGB Percentages of Color #2ab594

%11.32
%48.79
%39.89

CMYK Percentages of Color #2ab594

%77
%0
%18
%29

Triadic Colors of #2ab594

#2ab594 #942ab5 #b5942a

Analogous Colors of #2ab594

#2ab594 #2a91b5 #2ab54f

Monochromatic Colors of #2ab594

#2ab594

Complementary Color

#2ab594 #b52a4b

#2ab594 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2ab594 Color Preview on White Background

Lorem ipsum dolor sit amet.

#2ab594 Color CSS Codes

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

#2ab594 Text Font Color

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

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


#2ab594 Background Color

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

This div background color is #2ab594


#2ab594 Border Color

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

This div border color is #2ab594


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2ab594


Comments

No comments written yet.

Please login to write comment.