Color Hex Logo

#32bb83 Color Hex

#32BB83
(50,187,131)
0 Favorites   0 Comments

Color spaces of #32bb83

RGB 50187131
HSL0.430.580.46
HSV155°73°73°
CMYK 0.730.000.30   0.27
XYZ23.182537.857527.5581
Yxy37.85750.26170.4273
Hunter Lab61.5284-40.420116.5144
CIE-Lab67.9155-49.304818.1714

#32bb83 color RGB value is (50,187,131).

#32bb83 hex color red value is 50, green value is 187 and the blue value of its RGB is 131. Cylindrical-coordinate representations (also known as HSL) of color #32bb83 hue: 0.43 , saturation: 0.58 and the lightness value of 32bb83 is 0.46.

The process color (four color CMYK) of #32bb83 color hex is 0.73, 0.00, 0.30, 0.27. Web safe color of #32bb83 is #33cc99. Color #32bb83 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110010 10111011 10000011
Octal 62 273 203
Decimal 50 187 131
Hex 32 BB 83

RGB Percentages of Color #32bb83

%13.59
%50.82
%35.60

CMYK Percentages of Color #32bb83

%73
%0
%30
%27

Triadic Colors of #32bb83

#32bb83 #8332bb #bb8332

Analogous Colors of #32bb83

#32bb83 #32afbb #32bb3f

Monochromatic Colors of #32bb83

#32bb83

Complementary Color

#32bb83 #bb326a

#32bb83 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#32bb83 Color Preview on White Background

Lorem ipsum dolor sit amet.

#32bb83 Color CSS Codes

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

#32bb83 Text Font Color

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

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


#32bb83 Background Color

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

This div background color is #32bb83


#32bb83 Border Color

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

This div border color is #32bb83


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #32bb83


Comments

No comments written yet.

Please login to write comment.