Color Hex Logo

#329abf Color Hex

#329ABF
(50,154,191)
0 Favorites   0 Comments

Color spaces of #329abf

RGB 50154191
HSL0.540.590.47
HSV196°74°75°
CMYK 0.740.190.00   0.25
XYZ22.275027.550953.4341
Yxy27.55090.21570.2668
Hunter Lab52.4890-16.1047-23.6153
CIE-Lab59.4808-17.0794-27.6155

#329abf color RGB value is (50,154,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110010 10011010 10111111
Octal 62 232 277
Decimal 50 154 191
Hex 32 9A BF

RGB Percentages of Color #329abf

%12.66
%38.99
%48.35

CMYK Percentages of Color #329abf

%74
%19
%0
%25

Triadic Colors of #329abf

#329abf #bf329a #9abf32

Analogous Colors of #329abf

#329abf #3253bf #32bf9e

Monochromatic Colors of #329abf

#329abf

Complementary Color

#329abf #bf5732

#329abf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#329abf Color Preview on White Background

Lorem ipsum dolor sit amet.

#329abf Color CSS Codes

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

#329abf Text Font Color

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

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


#329abf Background Color

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

This div background color is #329abf


#329abf Border Color

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

This div border color is #329abf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #329abf


Comments

No comments written yet.

Please login to write comment.