Color Hex Logo

#32ab6a Color Hex

#32AB6A
(50,171,106)
0 Favorites   0 Comments

Color spaces of #32ab6a

RGB 50171106
HSL0.410.550.43
HSV148°71°67°
CMYK 0.710.000.38   0.33
XYZ18.479830.844518.6153
Yxy30.84450.27200.4540
Hunter Lab55.5378-37.796619.0035
CIE-Lab62.3761-48.167524.1286

#32ab6a color RGB value is (50,171,106).

#32ab6a hex color red value is 50, green value is 171 and the blue value of its RGB is 106. Cylindrical-coordinate representations (also known as HSL) of color #32ab6a hue: 0.41 , saturation: 0.55 and the lightness value of 32ab6a is 0.43.

The process color (four color CMYK) of #32ab6a color hex is 0.71, 0.00, 0.38, 0.33. Web safe color of #32ab6a is #339966. Color #32ab6a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110010 10101011 01101010
Octal 62 253 152
Decimal 50 171 106
Hex 32 AB 6A

RGB Percentages of Color #32ab6a

%15.29
%52.29
%32.42

CMYK Percentages of Color #32ab6a

%71
%0
%38
%33

Triadic Colors of #32ab6a

#32ab6a #6a32ab #ab6a32

Analogous Colors of #32ab6a

#32ab6a #32aba7 #37ab32

Monochromatic Colors of #32ab6a

#32ab6a

Complementary Color

#32ab6a #ab3273

#32ab6a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#32ab6a Color Preview on White Background

Lorem ipsum dolor sit amet.

#32ab6a Color CSS Codes

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

#32ab6a Text Font Color

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

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


#32ab6a Background Color

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

This div background color is #32ab6a


#32ab6a Border Color

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

This div border color is #32ab6a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #32ab6a


Comments

No comments written yet.

Please login to write comment.