Color Hex Logo

#329ada Color Hex

#329ADA
(50,154,218)
0 Favorites   0 Comments

Color spaces of #329ada

RGB 50154218
HSL0.560.690.53
HSV203°77°85°
CMYK 0.770.290.00   0.15
XYZ25.525928.851370.5532
Yxy28.85130.20430.2309
Hunter Lab53.7134-9.1710-40.2787
CIE-Lab60.6502-7.7987-40.9120

#329ada color RGB value is (50,154,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110010 10011010 11011010
Octal 62 232 332
Decimal 50 154 218
Hex 32 9A DA

RGB Percentages of Color #329ada

%11.85
%36.49
%51.66

CMYK Percentages of Color #329ada

%77
%29
%0
%15

Triadic Colors of #329ada

#329ada #da329a #9ada32

Analogous Colors of #329ada

#329ada #3246da #32dac6

Monochromatic Colors of #329ada

#329ada

Complementary Color

#329ada #da7232

#329ada Color Preview on Black Background

Lorem ipsum dolor sit amet.

#329ada Color Preview on White Background

Lorem ipsum dolor sit amet.

#329ada Color CSS Codes

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

#329ada Text Font Color

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

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


#329ada Background Color

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

This div background color is #329ada


#329ada Border Color

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

This div border color is #329ada


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #329ada


Comments

No comments written yet.

Please login to write comment.