Color Hex Logo

#329cbd Color Hex

#329CBD
(50,156,189)
0 Favorites   0 Comments

Color spaces of #329cbd

RGB 50156189
HSL0.540.580.47
HSV194°74°74°
CMYK 0.740.170.00   0.26
XYZ22.389228.129252.3936
Yxy28.12920.21760.2733
Hunter Lab53.0370-17.4621-21.4449
CIE-Lab60.0053-18.8141-25.6806

#329cbd color RGB value is (50,156,189).

#329cbd hex color red value is 50, green value is 156 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #329cbd hue: 0.54 , saturation: 0.58 and the lightness value of 329cbd is 0.47.

The process color (four color CMYK) of #329cbd color hex is 0.74, 0.17, 0.00, 0.26. Web safe color of #329cbd is #3399cc. Color #329cbd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110010 10011100 10111101
Octal 62 234 275
Decimal 50 156 189
Hex 32 9C BD

RGB Percentages of Color #329cbd

%12.66
%39.49
%47.85

CMYK Percentages of Color #329cbd

%74
%17
%0
%26

Triadic Colors of #329cbd

#329cbd #bd329c #9cbd32

Analogous Colors of #329cbd

#329cbd #3256bd #32bd99

Monochromatic Colors of #329cbd

#329cbd

Complementary Color

#329cbd #bd5332

#329cbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#329cbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#329cbd Color CSS Codes

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

#329cbd Text Font Color

<p style="color:#329cbd">Text here</p>

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


#329cbd Background Color

<div style="background-color:#329cbd">
Div content here</div>

This div background color is #329cbd


#329cbd Border Color

<div style="border:3px solid #329cbd">
Div here</div>

This div border color is #329cbd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(50,156,189, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #329cbd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #329cbd;
  -webkit-box-shadow: 1px 1px 3px 2px #329cbd;
  box-shadow:         1px 1px 3px 2px #329cbd; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #329cbd


Comments

No comments written yet.

Please login to write comment.