Color Hex Logo

#328cae Color Hex

#328CAE
(50,140,174)
0 Favorites   0 Comments

Color spaces of #328cae

RGB 50140174
HSL0.550.550.44
HSV196°71°68°
CMYK 0.710.200.00   0.32
XYZ18.333522.490343.4192
Yxy22.49030.21760.2670
Hunter Lab47.4239-13.9860-21.0865
CIE-Lab54.5434-15.1721-25.5834

#328cae color RGB value is (50,140,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110010 10001100 10101110
Octal 62 214 256
Decimal 50 140 174
Hex 32 8C AE

RGB Percentages of Color #328cae

%13.74
%38.46
%47.80

CMYK Percentages of Color #328cae

%71
%20
%0
%32

Triadic Colors of #328cae

#328cae #ae328c #8cae32

Analogous Colors of #328cae

#328cae #324eae #32ae92

Monochromatic Colors of #328cae

#328cae

Complementary Color

#328cae #ae5432

#328cae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#328cae Color Preview on White Background

Lorem ipsum dolor sit amet.

#328cae Color CSS Codes

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

#328cae Text Font Color

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

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


#328cae Background Color

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

This div background color is #328cae


#328cae Border Color

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

This div border color is #328cae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #328cae


Comments

No comments written yet.

Please login to write comment.