Color Hex Logo

#328aab Color Hex

#328AAB
(50,138,171)
0 Favorites   0 Comments

Color spaces of #328aab

RGB 50138171
HSL0.550.550.43
HSV196°71°67°
CMYK 0.710.190.00   0.33
XYZ17.754621.795341.7992
Yxy21.79530.21830.2679
Hunter Lab46.6854-13.8155-20.4047
CIE-Lab53.8091-15.0804-24.9953

#328aab color RGB value is (50,138,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110010 10001010 10101011
Octal 62 212 253
Decimal 50 138 171
Hex 32 8A AB

RGB Percentages of Color #328aab

%13.93
%38.44
%47.63

CMYK Percentages of Color #328aab

%71
%19
%0
%33

Triadic Colors of #328aab

#328aab #ab328a #8aab32

Analogous Colors of #328aab

#328aab #324eab #32ab90

Monochromatic Colors of #328aab

#328aab

Complementary Color

#328aab #ab5332

#328aab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#328aab Color Preview on White Background

Lorem ipsum dolor sit amet.

#328aab Color CSS Codes

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

#328aab Text Font Color

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

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


#328aab Background Color

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

This div background color is #328aab


#328aab Border Color

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

This div border color is #328aab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #328aab


Comments

No comments written yet.

Please login to write comment.