Color Hex Logo

#328aae Color Hex

#328AAE
(50,138,174)
0 Favorites   0 Comments

Color spaces of #328aae

RGB 50138174
HSL0.550.550.44
HSV197°71°68°
CMYK 0.710.210.00   0.32
XYZ18.043921.911143.3226
Yxy21.91110.21670.2631
Hunter Lab46.8093-13.1086-22.1071
CIE-Lab53.9326-14.0683-26.5274

#328aae color RGB value is (50,138,174).

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

The process color (four color CMYK) of #328aae color hex is 0.71, 0.21, 0.00, 0.32. Web safe color of #328aae is #339999. Color #328aae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110010 10001010 10101110
Octal 62 212 256
Decimal 50 138 174
Hex 32 8A AE

RGB Percentages of Color #328aae

%13.81
%38.12
%48.07

CMYK Percentages of Color #328aae

%71
%21
%0
%32

Triadic Colors of #328aae

#328aae #ae328a #8aae32

Analogous Colors of #328aae

#328aae #324cae #32ae94

Monochromatic Colors of #328aae

#328aae

Complementary Color

#328aae #ae5632

#328aae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#328aae Color Preview on White Background

Lorem ipsum dolor sit amet.

#328aae Color CSS Codes

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

#328aae Text Font Color

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

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


#328aae Background Color

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

This div background color is #328aae


#328aae Border Color

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

This div border color is #328aae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #328aae


Comments

No comments written yet.

Please login to write comment.