Color Hex Logo

#32ffab Color Hex

#32FFAB
(50,255,171)
0 Favorites   0 Comments

Color spaces of #32ffab

RGB 50255171
HSL0.431.000.60
HSV155°80°100°
CMYK 0.800.000.33   0.00
XYZ44.426175.138450.6897
Yxy75.13840.26090.4413
Hunter Lab86.6824-60.210226.0064
CIE-Lab89.4578-66.525326.8173

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

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

The process color (four color CMYK) of #32ffab color hex is 0.80, 0.00, 0.33, 0.00. Web safe color of #32ffab is #33ff99. Color #32ffab contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110010 11111111 10101011
Octal 62 377 253
Decimal 50 255 171
Hex 32 FF AB

RGB Percentages of Color #32ffab

%10.50
%53.57
%35.92

CMYK Percentages of Color #32ffab

%80
%0
%33
%0

Triadic Colors of #32ffab

#32ffab #ab32ff #ffab32

Analogous Colors of #32ffab

#32ffab #32edff #32ff44

Monochromatic Colors of #32ffab

#32ffab

Complementary Color

#32ffab #ff3286

#32ffab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#32ffab Color Preview on White Background

Lorem ipsum dolor sit amet.

#32ffab Color CSS Codes

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

#32ffab Text Font Color

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

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


#32ffab Background Color

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

This div background color is #32ffab


#32ffab Border Color

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

This div border color is #32ffab


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(50,255,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 #32ffab">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #32ffab


Comments

No comments written yet.

Please login to write comment.