Color Hex Logo

#329898 Color Hex

#329898
(50,152,152)
0 Favorites   0 Comments

Color spaces of #329898

RGB 50152152
HSL0.500.500.40
HSV180°67°60°
CMYK 0.670.000.00   0.40
XYZ18.211125.401633.6489
Yxy25.40160.23570.3288
Hunter Lab50.4000-23.7024-4.3042
CIE-Lab57.4646-28.4080-8.5545

#329898 color RGB value is (50,152,152).

#329898 hex color red value is 50, green value is 152 and the blue value of its RGB is 152. Cylindrical-coordinate representations (also known as HSL) of color #329898 hue: 0.50 , saturation: 0.50 and the lightness value of 329898 is 0.40.

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

Base Numbers

BaseRedGreenBlue
Binary 00110010 10011000 10011000
Octal 62 230 230
Decimal 50 152 152
Hex 32 98 98

RGB Percentages of Color #329898

%14.12
%42.94
%42.94

CMYK Percentages of Color #329898

%67
%0
%0
%40

Triadic Colors of #329898

#329898 #983298 #989832

Analogous Colors of #329898

#329898 #326598 #329865

Monochromatic Colors of #329898

#329898

Complementary Color

#329898 #983232

#329898 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#329898 Color Preview on White Background

Lorem ipsum dolor sit amet.

#329898 Color CSS Codes

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

#329898 Text Font Color

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

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


#329898 Background Color

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

This div background color is #329898


#329898 Border Color

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

This div border color is #329898


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #329898

#329898 Color Palettes


Comments

No comments written yet.

Please login to write comment.