Color Hex Logo

#32b96d Color Hex

#32B96D
(50,185,109)
0 Favorites   0 Comments

Color spaces of #32b96d

RGB 50185109
HSL0.410.570.46
HSV146°73°73°
CMYK 0.730.000.41   0.27
XYZ21.424736.480220.3802
Yxy36.48020.27370.4660
Hunter Lab60.3988-42.380422.2731
CIE-Lab66.8852-52.968428.5002

#32b96d color RGB value is (50,185,109).

#32b96d hex color red value is 50, green value is 185 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #32b96d hue: 0.41 , saturation: 0.57 and the lightness value of 32b96d is 0.46.

The process color (four color CMYK) of #32b96d color hex is 0.73, 0.00, 0.41, 0.27. Web safe color of #32b96d is #33cc66. Color #32b96d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110010 10111001 01101101
Octal 62 271 155
Decimal 50 185 109
Hex 32 B9 6D

RGB Percentages of Color #32b96d

%14.53
%53.78
%31.69

CMYK Percentages of Color #32b96d

%73
%0
%41
%27

Triadic Colors of #32b96d

#32b96d #6d32b9 #b96d32

Analogous Colors of #32b96d

#32b96d #32b9b1 #3bb932

Monochromatic Colors of #32b96d

#32b96d

Complementary Color

#32b96d #b9327e

#32b96d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#32b96d Color Preview on White Background

Lorem ipsum dolor sit amet.

#32b96d Color CSS Codes

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

#32b96d Text Font Color

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

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


#32b96d Background Color

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

This div background color is #32b96d


#32b96d Border Color

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

This div border color is #32b96d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #32b96d


Comments

No comments written yet.

Please login to write comment.