Color Hex Logo

#32abab Color Hex

#32ABAB
(50,171,171)
0 Favorites   0 Comments

Color spaces of #32abab

RGB 50171171
HSL0.500.550.43
HSV180°71°67°
CMYK 0.710.000.00   0.33
XYZ23.229032.744243.6240
Yxy32.74420.23320.3288
Hunter Lab57.2225-27.6789-5.1444
CIE-Lab63.9532-32.0176-9.5906

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110010 10101011 10101011
Octal 62 253 253
Decimal 50 171 171
Hex 32 AB AB

RGB Percentages of Color #32abab

%12.76
%43.62
%43.62

CMYK Percentages of Color #32abab

%71
%0
%0
%33

Triadic Colors of #32abab

#32abab #ab32ab #abab32

Analogous Colors of #32abab

#32abab #326fab #32ab6f

Monochromatic Colors of #32abab

#32abab

Complementary Color

#32abab #ab3232

#32abab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#32abab Color Preview on White Background

Lorem ipsum dolor sit amet.

#32abab Color CSS Codes

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

#32abab Text Font Color

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

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


#32abab Background Color

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

This div background color is #32abab


#32abab Border Color

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

This div border color is #32abab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #32abab


Comments

No comments written yet.

Please login to write comment.