Color Hex Logo

#329bac Color Hex

#329BAC
(50,155,172)
0 Favorites   0 Comments

Color spaces of #329bac

RGB 50155172
HSL0.520.550.44
HSV188°71°67°
CMYK 0.710.100.00   0.33
XYZ20.483127.099443.1808
Yxy27.09940.22570.2986
Hunter Lab52.0571-20.8648-12.7405
CIE-Lab59.0662-23.7907-17.5155

#329bac color RGB value is (50,155,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110010 10011011 10101100
Octal 62 233 254
Decimal 50 155 172
Hex 32 9B AC

RGB Percentages of Color #329bac

%13.26
%41.11
%45.62

CMYK Percentages of Color #329bac

%71
%10
%0
%33

Triadic Colors of #329bac

#329bac #ac329b #9bac32

Analogous Colors of #329bac

#329bac #325eac #32ac80

Monochromatic Colors of #329bac

#329bac

Complementary Color

#329bac #ac4332

#329bac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#329bac Color Preview on White Background

Lorem ipsum dolor sit amet.

#329bac Color CSS Codes

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

#329bac Text Font Color

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

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


#329bac Background Color

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

This div background color is #329bac


#329bac Border Color

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

This div border color is #329bac


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(50,155,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 #329bac">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #329bac


Comments

No comments written yet.

Please login to write comment.