Color Hex Logo

#329dda Color Hex

#329DDA
(50,157,218)
0 Favorites   0 Comments

Color spaces of #329dda

RGB 50157218
HSL0.560.690.53
HSV202°77°85°
CMYK 0.770.280.00   0.15
XYZ26.027329.854070.7203
Yxy29.85400.20560.2358
Hunter Lab54.6388-10.5891-38.4933
CIE-Lab61.5280-9.4841-39.5350

#329dda color RGB value is (50,157,218).

#329dda hex color red value is 50, green value is 157 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #329dda hue: 0.56 , saturation: 0.69 and the lightness value of 329dda is 0.53.

The process color (four color CMYK) of #329dda color hex is 0.77, 0.28, 0.00, 0.15. Web safe color of #329dda is #3399cc. Color #329dda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110010 10011101 11011010
Octal 62 235 332
Decimal 50 157 218
Hex 32 9D DA

RGB Percentages of Color #329dda

%11.76
%36.94
%51.29

CMYK Percentages of Color #329dda

%77
%28
%0
%15

Triadic Colors of #329dda

#329dda #da329d #9dda32

Analogous Colors of #329dda

#329dda #3249da #32dac3

Monochromatic Colors of #329dda

#329dda

Complementary Color

#329dda #da6f32

#329dda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#329dda Color Preview on White Background

Lorem ipsum dolor sit amet.

#329dda Color CSS Codes

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

#329dda Text Font Color

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

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


#329dda Background Color

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

This div background color is #329dda


#329dda Border Color

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

This div border color is #329dda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #329dda


Comments

No comments written yet.

Please login to write comment.