Color Hex Logo

#32958e Color Hex

#32958E
(50,149,142)
0 Favorites   0 Comments

Color spaces of #32958e

RGB 50149142
HSL0.490.500.39
HSV176°66°58°
CMYK 0.660.000.05   0.42
XYZ16.945324.126029.3549
Yxy24.12600.24060.3426
Hunter Lab49.1182-24.3762-1.0512
CIE-Lab56.2137-29.8556-4.6959

#32958e color RGB value is (50,149,142).

#32958e hex color red value is 50, green value is 149 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #32958e hue: 0.49 , saturation: 0.50 and the lightness value of 32958e is 0.39.

The process color (four color CMYK) of #32958e color hex is 0.66, 0.00, 0.05, 0.42. Web safe color of #32958e is #339999. Color #32958e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110010 10010101 10001110
Octal 62 225 216
Decimal 50 149 142
Hex 32 95 8E

RGB Percentages of Color #32958e

%14.66
%43.70
%41.64

CMYK Percentages of Color #32958e

%66
%0
%5
%42

Triadic Colors of #32958e

#32958e #8e3295 #958e32

Analogous Colors of #32958e

#32958e #326b95 #32955d

Monochromatic Colors of #32958e

#32958e

Complementary Color

#32958e #953239

#32958e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#32958e Color Preview on White Background

Lorem ipsum dolor sit amet.

#32958e Color CSS Codes

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

#32958e Text Font Color

<p style="color:#32958e">Text here</p>

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


#32958e Background Color

<div style="background-color:#32958e">
Div content here</div>

This div background color is #32958e


#32958e Border Color

<div style="border:3px solid #32958e">
Div here</div>

This div border color is #32958e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(50,149,142, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #32958e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #32958e;
  -webkit-box-shadow: 1px 1px 3px 2px #32958e;
  box-shadow:         1px 1px 3px 2px #32958e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #32958e


Comments

No comments written yet.

Please login to write comment.