Color Hex Logo

#32abaa Color Hex

#32ABAA
(50,171,170)
0 Favorites   0 Comments

Color spaces of #32abaa

RGB 50171170
HSL0.500.550.43
HSV180°71°67°
CMYK 0.710.000.01   0.33
XYZ23.134032.706243.1239
Yxy32.70620.23380.3305
Hunter Lab57.1893-27.8752-4.6754
CIE-Lab63.9223-32.3110-9.0784

#32abaa color RGB value is (50,171,170).

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

The process color (four color CMYK) of #32abaa color hex is 0.71, 0.00, 0.01, 0.33. Web safe color of #32abaa is #339999. Color #32abaa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110010 10101011 10101010
Octal 62 253 252
Decimal 50 171 170
Hex 32 AB AA

RGB Percentages of Color #32abaa

%12.79
%43.73
%43.48

CMYK Percentages of Color #32abaa

%71
%0
%1
%33

Triadic Colors of #32abaa

#32abaa #aa32ab #abaa32

Analogous Colors of #32abaa

#32abaa #3270ab #32ab6e

Monochromatic Colors of #32abaa

#32abaa

Complementary Color

#32abaa #ab3233

#32abaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#32abaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#32abaa Color CSS Codes

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

#32abaa Text Font Color

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

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


#32abaa Background Color

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

This div background color is #32abaa


#32abaa Border Color

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

This div border color is #32abaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #32abaa


Comments

No comments written yet.

Please login to write comment.