Color Hex Logo

#329d68 Color Hex

#329D68
(50,157,104)
0 Favorites   0 Comments

Color spaces of #329d68

RGB 50157104
HSL0.420.520.41
HSV150°68°62°
CMYK 0.680.000.34   0.38
XYZ15.871125.791517.2385
Yxy25.79150.26950.4379
Hunter Lab50.7853-33.090715.4244
CIE-Lab57.8386-42.936119.1123

#329d68 color RGB value is (50,157,104).

#329d68 hex color red value is 50, green value is 157 and the blue value of its RGB is 104. Cylindrical-coordinate representations (also known as HSL) of color #329d68 hue: 0.42 , saturation: 0.52 and the lightness value of 329d68 is 0.41.

The process color (four color CMYK) of #329d68 color hex is 0.68, 0.00, 0.34, 0.38. Web safe color of #329d68 is #339966. Color #329d68 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110010 10011101 01101000
Octal 62 235 150
Decimal 50 157 104
Hex 32 9D 68

RGB Percentages of Color #329d68

%16.08
%50.48
%33.44

CMYK Percentages of Color #329d68

%68
%0
%34
%38

Triadic Colors of #329d68

#329d68 #68329d #9d6832

Analogous Colors of #329d68

#329d68 #329d9d #329d33

Monochromatic Colors of #329d68

#329d68

Complementary Color

#329d68 #9d3267

#329d68 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#329d68 Color Preview on White Background

Lorem ipsum dolor sit amet.

#329d68 Color CSS Codes

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

#329d68 Text Font Color

<p style="color:#329d68">Text here</p>

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


#329d68 Background Color

<div style="background-color:#329d68">
Div content here</div>

This div background color is #329d68


#329d68 Border Color

<div style="border:3px solid #329d68">
Div here</div>

This div border color is #329d68


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(50,157,104, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #329d68; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #329d68;
  -webkit-box-shadow: 1px 1px 3px 2px #329d68;
  box-shadow:         1px 1px 3px 2px #329d68; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #329d68


Comments

No comments written yet.

Please login to write comment.