Color Hex Logo

#32a79f Color Hex

#32A79F
(50,167,159)
0 Favorites   0 Comments

Color spaces of #32a79f

RGB 50167159
HSL0.490.540.43
HSV176°70°65°
CMYK 0.700.000.05   0.35
XYZ21.392130.818737.6220
Yxy30.81870.23810.3431
Hunter Lab55.5146-28.3670-1.3204
CIE-Lab62.3543-33.5930-5.2494

#32a79f color RGB value is (50,167,159).

#32a79f hex color red value is 50, green value is 167 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #32a79f hue: 0.49 , saturation: 0.54 and the lightness value of 32a79f is 0.43.

The process color (four color CMYK) of #32a79f color hex is 0.70, 0.00, 0.05, 0.35. Web safe color of #32a79f is #339999. Color #32a79f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110010 10100111 10011111
Octal 62 247 237
Decimal 50 167 159
Hex 32 A7 9F

RGB Percentages of Color #32a79f

%13.30
%44.41
%42.29

CMYK Percentages of Color #32a79f

%70
%0
%5
%35

Triadic Colors of #32a79f

#32a79f #9f32a7 #a79f32

Analogous Colors of #32a79f

#32a79f #3275a7 #32a765

Monochromatic Colors of #32a79f

#32a79f

Complementary Color

#32a79f #a7323a

#32a79f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#32a79f Color Preview on White Background

Lorem ipsum dolor sit amet.

#32a79f Color CSS Codes

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

#32a79f Text Font Color

<p style="color:#32a79f">Text here</p>

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


#32a79f Background Color

<div style="background-color:#32a79f">
Div content here</div>

This div background color is #32a79f


#32a79f Border Color

<div style="border:3px solid #32a79f">
Div here</div>

This div border color is #32a79f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(50,167,159, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #32a79f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #32a79f;
  -webkit-box-shadow: 1px 1px 3px 2px #32a79f;
  box-shadow:         1px 1px 3px 2px #32a79f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #32a79f


Comments

No comments written yet.

Please login to write comment.