Color Hex Logo

#329fac Color Hex

#329FAC
(50,159,172)
0 Favorites   0 Comments

Color spaces of #329fac

RGB 50159172
HSL0.520.550.44
HSV186°71°67°
CMYK 0.710.080.00   0.33
XYZ21.159928.452943.4064
Yxy28.45290.22750.3059
Hunter Lab53.3413-22.5382-10.9083
CIE-Lab60.2957-25.8243-15.6512

#329fac color RGB value is (50,159,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110010 10011111 10101100
Octal 62 237 254
Decimal 50 159 172
Hex 32 9F AC

RGB Percentages of Color #329fac

%13.12
%41.73
%45.14

CMYK Percentages of Color #329fac

%71
%8
%0
%33

Triadic Colors of #329fac

#329fac #ac329f #9fac32

Analogous Colors of #329fac

#329fac #3262ac #32ac7c

Monochromatic Colors of #329fac

#329fac

Complementary Color

#329fac #ac3f32

#329fac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#329fac Color Preview on White Background

Lorem ipsum dolor sit amet.

#329fac Color CSS Codes

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

#329fac Text Font Color

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

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


#329fac Background Color

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

This div background color is #329fac


#329fac Border Color

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

This div border color is #329fac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #329fac


Comments

No comments written yet.

Please login to write comment.