Color Hex Logo

#329ebf Color Hex

#329EBF
(50,158,191)
0 Favorites   0 Comments

Color spaces of #329ebf

RGB 50158191
HSL0.540.590.47
HSV194°74°75°
CMYK 0.740.170.00   0.25
XYZ22.946228.893453.6578
Yxy28.89340.21750.2739
Hunter Lab53.7526-17.8679-21.5586
CIE-Lab60.6874-19.2146-25.7550

#329ebf color RGB value is (50,158,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110010 10011110 10111111
Octal 62 236 277
Decimal 50 158 191
Hex 32 9E BF

RGB Percentages of Color #329ebf

%12.53
%39.60
%47.87

CMYK Percentages of Color #329ebf

%74
%17
%0
%25

Triadic Colors of #329ebf

#329ebf #bf329e #9ebf32

Analogous Colors of #329ebf

#329ebf #3257bf #32bf9a

Monochromatic Colors of #329ebf

#329ebf

Complementary Color

#329ebf #bf5332

#329ebf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#329ebf Color Preview on White Background

Lorem ipsum dolor sit amet.

#329ebf Color CSS Codes

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

#329ebf Text Font Color

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

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


#329ebf Background Color

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

This div background color is #329ebf


#329ebf Border Color

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

This div border color is #329ebf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #329ebf


Comments

No comments written yet.

Please login to write comment.