Color Hex Logo

#2ca763 Color Hex

#2CA763
(44,167,99)
0 Favorites   0 Comments

Color spaces of #2ca763

RGB 4416799
HSL0.410.580.41
HSV147°74°65°
CMYK 0.740.000.41   0.35
XYZ17.109629.073816.5144
Yxy29.07380.27290.4637
Hunter Lab53.9201-37.719719.5850
CIE-Lab60.8467-48.918725.8353

#2ca763 color RGB value is (44,167,99).

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

The process color (four color CMYK) of #2ca763 color hex is 0.74, 0.00, 0.41, 0.35. Web safe color of #2ca763 is #339966. Color #2ca763 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00101100 10100111 01100011
Octal 54 247 143
Decimal 44 167 99
Hex 2C A7 63

RGB Percentages of Color #2ca763

%14.19
%53.87
%31.94

CMYK Percentages of Color #2ca763

%74
%0
%41
%35

Triadic Colors of #2ca763

#2ca763 #632ca7 #a7632c

Analogous Colors of #2ca763

#2ca763 #2ca7a1 #33a72c

Monochromatic Colors of #2ca763

#2ca763

Complementary Color

#2ca763 #a72c70

#2ca763 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2ca763 Color Preview on White Background

Lorem ipsum dolor sit amet.

#2ca763 Color CSS Codes

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

#2ca763 Text Font Color

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

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


#2ca763 Background Color

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

This div background color is #2ca763


#2ca763 Border Color

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

This div border color is #2ca763


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2ca763


Comments

No comments written yet.

Please login to write comment.