Color Hex Logo

#328aac Color Hex

#328AAC
(50,138,172)
0 Favorites   0 Comments

Color spaces of #328aac

RGB 50138172
HSL0.550.550.44
HSV197°71°67°
CMYK 0.710.200.00   0.33
XYZ17.850321.833642.3032
Yxy21.83360.21770.2663
Hunter Lab46.7264-13.5812-20.9690
CIE-Lab53.8500-14.7440-25.5067

#328aac color RGB value is (50,138,172).

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

The process color (four color CMYK) of #328aac color hex is 0.71, 0.20, 0.00, 0.33. Web safe color of #328aac is #339999. Color #328aac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110010 10001010 10101100
Octal 62 212 254
Decimal 50 138 172
Hex 32 8A AC

RGB Percentages of Color #328aac

%13.89
%38.33
%47.78

CMYK Percentages of Color #328aac

%71
%20
%0
%33

Triadic Colors of #328aac

#328aac #ac328a #8aac32

Analogous Colors of #328aac

#328aac #324dac #32ac91

Monochromatic Colors of #328aac

#328aac

Complementary Color

#328aac #ac5432

#328aac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#328aac Color Preview on White Background

Lorem ipsum dolor sit amet.

#328aac Color CSS Codes

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

#328aac Text Font Color

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

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


#328aac Background Color

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

This div background color is #328aac


#328aac Border Color

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

This div border color is #328aac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #328aac


Comments

No comments written yet.

Please login to write comment.