Color Hex Logo

#32ca49 Color Hex

#32CA49
(50,202,73)
0 Favorites   0 Comments

Color spaces of #32ca49

RGB 5020273
HSL0.360.600.49
HSV129°75°79°
CMYK 0.750.000.64   0.21
XYZ23.638543.400213.4345
Yxy43.40020.29370.5393
Hunter Lab65.8788-51.239034.0243
CIE-Lab71.8258-64.124651.8563

#32ca49 color RGB value is (50,202,73).

#32ca49 hex color red value is 50, green value is 202 and the blue value of its RGB is 73. Cylindrical-coordinate representations (also known as HSL) of color #32ca49 hue: 0.36 , saturation: 0.60 and the lightness value of 32ca49 is 0.49.

The process color (four color CMYK) of #32ca49 color hex is 0.75, 0.00, 0.64, 0.21. Web safe color of #32ca49 is #33cc33. Color #32ca49 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110010 11001010 01001001
Octal 62 312 111
Decimal 50 202 73
Hex 32 CA 49

RGB Percentages of Color #32ca49

%15.38
%62.15
%22.46

CMYK Percentages of Color #32ca49

%75
%0
%64
%21

Triadic Colors of #32ca49

#32ca49 #4932ca #ca4932

Analogous Colors of #32ca49

#32ca49 #32ca95 #67ca32

Monochromatic Colors of #32ca49

#32ca49

Complementary Color

#32ca49 #ca32b3

#32ca49 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#32ca49 Color Preview on White Background

Lorem ipsum dolor sit amet.

#32ca49 Color CSS Codes

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

#32ca49 Text Font Color

<p style="color:#32ca49">Text here</p>

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


#32ca49 Background Color

<div style="background-color:#32ca49">
Div content here</div>

This div background color is #32ca49


#32ca49 Border Color

<div style="border:3px solid #32ca49">
Div here</div>

This div border color is #32ca49


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(50,202,73, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #32ca49; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #32ca49;
  -webkit-box-shadow: 1px 1px 3px 2px #32ca49;
  box-shadow:         1px 1px 3px 2px #32ca49; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(50,202,73, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #32ca49


Comments

No comments written yet.

Please login to write comment.