Color Hex Logo

#329dac Color Hex

#329DAC
(50,157,172)
0 Favorites   0 Comments

Color spaces of #329dac

RGB 50157172
HSL0.520.550.44
HSV187°71°67°
CMYK 0.710.090.00   0.33
XYZ20.818827.770643.2927
Yxy27.77060.22660.3022
Hunter Lab52.6978-21.7030-11.8199
CIE-Lab59.6809-24.8114-16.5825

#329dac color RGB value is (50,157,172).

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

The process color (four color CMYK) of #329dac color hex is 0.71, 0.09, 0.00, 0.33. Web safe color of #329dac is #339999. Color #329dac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110010 10011101 10101100
Octal 62 235 254
Decimal 50 157 172
Hex 32 9D AC

RGB Percentages of Color #329dac

%13.19
%41.42
%45.38

CMYK Percentages of Color #329dac

%71
%9
%0
%33

Triadic Colors of #329dac

#329dac #ac329d #9dac32

Analogous Colors of #329dac

#329dac #3260ac #32ac7e

Monochromatic Colors of #329dac

#329dac

Complementary Color

#329dac #ac4132

#329dac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#329dac Color Preview on White Background

Lorem ipsum dolor sit amet.

#329dac Color CSS Codes

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

#329dac Text Font Color

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

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


#329dac Background Color

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

This div background color is #329dac


#329dac Border Color

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

This div border color is #329dac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #329dac


Comments

No comments written yet.

Please login to write comment.