Color Hex Logo

#2ca49a Color Hex

#2CA49A
(44,164,154)
0 Favorites   0 Comments

Color spaces of #2ca49a

RGB 44164154
HSL0.490.580.41
HSV175°73°64°
CMYK 0.730.000.06   0.36
XYZ20.146929.419535.1885
Yxy29.41950.23770.3471
Hunter Lab54.2397-28.6172-0.4971
CIE-Lab61.1501-34.4220-4.2319

#2ca49a color RGB value is (44,164,154).

#2ca49a hex color red value is 44, green value is 164 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #2ca49a hue: 0.49 , saturation: 0.58 and the lightness value of 2ca49a is 0.41.

The process color (four color CMYK) of #2ca49a color hex is 0.73, 0.00, 0.06, 0.36. Web safe color of #2ca49a is #339999. Color #2ca49a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00101100 10100100 10011010
Octal 54 244 232
Decimal 44 164 154
Hex 2C A4 9A

RGB Percentages of Color #2ca49a

%12.15
%45.30
%42.54

CMYK Percentages of Color #2ca49a

%73
%0
%6
%36

Triadic Colors of #2ca49a

#2ca49a #9a2ca4 #a49a2c

Analogous Colors of #2ca49a

#2ca49a #2c72a4 #2ca45e

Monochromatic Colors of #2ca49a

#2ca49a

Complementary Color

#2ca49a #a42c36

#2ca49a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2ca49a Color Preview on White Background

Lorem ipsum dolor sit amet.

#2ca49a Color CSS Codes

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

#2ca49a Text Font Color

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

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


#2ca49a Background Color

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

This div background color is #2ca49a


#2ca49a Border Color

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

This div border color is #2ca49a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(44,164,154, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #2ca49a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #2ca49a;
  -webkit-box-shadow: 1px 1px 3px 2px #2ca49a;
  box-shadow:         1px 1px 3px 2px #2ca49a; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(44,164,154, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2ca49a


Comments

No comments written yet.

Please login to write comment.