Color Hex Logo

#2ca560 Color Hex

#2CA560
(44,165,96)
0 Favorites   0 Comments

Color spaces of #2ca560

RGB 4416596
HSL0.400.580.41
HSV146°73°65°
CMYK 0.730.000.42   0.35
XYZ16.605228.290315.6517
Yxy28.29030.27430.4672
Hunter Lab53.1886-37.353419.7849
CIE-Lab60.1501-48.718126.5248

#2ca560 color RGB value is (44,165,96).

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

The process color (four color CMYK) of #2ca560 color hex is 0.73, 0.00, 0.42, 0.35. Web safe color of #2ca560 is #339966. Color #2ca560 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00101100 10100101 01100000
Octal 54 245 140
Decimal 44 165 96
Hex 2C A5 60

RGB Percentages of Color #2ca560

%14.43
%54.10
%31.48

CMYK Percentages of Color #2ca560

%73
%0
%42
%35

Triadic Colors of #2ca560

#2ca560 #602ca5 #a5602c

Analogous Colors of #2ca560

#2ca560 #2ca59d #34a52c

Monochromatic Colors of #2ca560

#2ca560

Complementary Color

#2ca560 #a52c71

#2ca560 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2ca560 Color Preview on White Background

Lorem ipsum dolor sit amet.

#2ca560 Color CSS Codes

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

#2ca560 Text Font Color

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

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


#2ca560 Background Color

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

This div background color is #2ca560


#2ca560 Border Color

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

This div border color is #2ca560


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2ca560


Comments

No comments written yet.

Please login to write comment.