Color Hex Logo

#32d39f Color Hex

#32D39F
(50,211,159)
0 Favorites   0 Comments

Color spaces of #32d39f

RGB 50211159
HSL0.450.650.51
HSV161°76°83°
CMYK 0.760.000.25   0.17
XYZ30.867749.769840.7805
Yxy49.76980.25420.4099
Hunter Lab70.5477-45.357015.1105
CIE-Lab75.9277-52.556814.3308

#32d39f color RGB value is (50,211,159).

#32d39f hex color red value is 50, green value is 211 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #32d39f hue: 0.45 , saturation: 0.65 and the lightness value of 32d39f is 0.51.

The process color (four color CMYK) of #32d39f color hex is 0.76, 0.00, 0.25, 0.17. Web safe color of #32d39f is #33cc99. Color #32d39f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110010 11010011 10011111
Octal 62 323 237
Decimal 50 211 159
Hex 32 D3 9F

RGB Percentages of Color #32d39f

%11.90
%50.24
%37.86

CMYK Percentages of Color #32d39f

%76
%0
%25
%17

Triadic Colors of #32d39f

#32d39f #9f32d3 #d39f32

Analogous Colors of #32d39f

#32d39f #32b7d3 #32d34f

Monochromatic Colors of #32d39f

#32d39f

Complementary Color

#32d39f #d33266

#32d39f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#32d39f Color Preview on White Background

Lorem ipsum dolor sit amet.

#32d39f Color CSS Codes

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

#32d39f Text Font Color

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

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


#32d39f Background Color

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

This div background color is #32d39f


#32d39f Border Color

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

This div border color is #32d39f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #32d39f


Comments

No comments written yet.

Please login to write comment.