Color Hex Logo

#328eae Color Hex

#328EAE
(50,142,174)
0 Favorites   0 Comments

Color spaces of #328eae

RGB 50142174
HSL0.540.550.44
HSV195°71°68°
CMYK 0.710.180.00   0.32
XYZ18.628423.080143.5175
Yxy23.08010.21860.2708
Hunter Lab48.0418-14.8589-20.0772
CIE-Lab55.1547-16.2664-24.6404

#328eae color RGB value is (50,142,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110010 10001110 10101110
Octal 62 216 256
Decimal 50 142 174
Hex 32 8E AE

RGB Percentages of Color #328eae

%13.66
%38.80
%47.54

CMYK Percentages of Color #328eae

%71
%18
%0
%32

Triadic Colors of #328eae

#328eae #ae328e #8eae32

Analogous Colors of #328eae

#328eae #3250ae #32ae90

Monochromatic Colors of #328eae

#328eae

Complementary Color

#328eae #ae5232

#328eae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#328eae Color Preview on White Background

Lorem ipsum dolor sit amet.

#328eae Color CSS Codes

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

#328eae Text Font Color

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

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


#328eae Background Color

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

This div background color is #328eae


#328eae Border Color

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

This div border color is #328eae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #328eae


Comments

No comments written yet.

Please login to write comment.