Color Hex Logo

#329682 Color Hex

#329682
(50,150,130)
0 Favorites   0 Comments

Color spaces of #329682

RGB 50150130
HSL0.470.500.39
HSV168°67°59°
CMYK 0.670.000.13   0.41
XYZ16.251024.102524.9148
Yxy24.10250.24900.3693
Hunter Lab49.0943-26.82874.2770
CIE-Lab56.1903-33.65162.1371

#329682 color RGB value is (50,150,130).

#329682 hex color red value is 50, green value is 150 and the blue value of its RGB is 130. Cylindrical-coordinate representations (also known as HSL) of color #329682 hue: 0.47 , saturation: 0.50 and the lightness value of 329682 is 0.39.

The process color (four color CMYK) of #329682 color hex is 0.67, 0.00, 0.13, 0.41. Web safe color of #329682 is #339999. Color #329682 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110010 10010110 10000010
Octal 62 226 202
Decimal 50 150 130
Hex 32 96 82

RGB Percentages of Color #329682

%15.15
%45.45
%39.39

CMYK Percentages of Color #329682

%67
%0
%13
%41

Triadic Colors of #329682

#329682 #823296 #968232

Analogous Colors of #329682

#329682 #327896 #329650

Monochromatic Colors of #329682

#329682

Complementary Color

#329682 #963246

#329682 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#329682 Color Preview on White Background

Lorem ipsum dolor sit amet.

#329682 Color CSS Codes

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

#329682 Text Font Color

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

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


#329682 Background Color

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

This div background color is #329682


#329682 Border Color

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

This div border color is #329682


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(50,150,130, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #329682; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #329682;
  -webkit-box-shadow: 1px 1px 3px 2px #329682;
  box-shadow:         1px 1px 3px 2px #329682; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #329682


Comments

No comments written yet.

Please login to write comment.