Color Hex Logo

#32bb4f Color Hex

#32BB4F
(50,187,79)
0 Favorites   0 Comments

Color spaces of #32bb4f

RGB 5018779
HSL0.370.580.46
HSV133°73°73°
CMYK 0.730.000.58   0.27
XYZ20.497036.783313.4167
Yxy36.78330.28990.5203
Hunter Lab60.6492-45.810429.3385
CIE-Lab67.1141-58.412143.7768

#32bb4f color RGB value is (50,187,79).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110010 10111011 01001111
Octal 62 273 117
Decimal 50 187 79
Hex 32 BB 4F

RGB Percentages of Color #32bb4f

%15.82
%59.18
%25.00

CMYK Percentages of Color #32bb4f

%73
%0
%58
%27

Triadic Colors of #32bb4f

#32bb4f #4f32bb #bb4f32

Analogous Colors of #32bb4f

#32bb4f #32bb94 #59bb32

Monochromatic Colors of #32bb4f

#32bb4f

Complementary Color

#32bb4f #bb329e

#32bb4f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#32bb4f Color Preview on White Background

Lorem ipsum dolor sit amet.

#32bb4f Color CSS Codes

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

#32bb4f Text Font Color

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

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


#32bb4f Background Color

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

This div background color is #32bb4f


#32bb4f Border Color

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

This div border color is #32bb4f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #32bb4f


Comments

No comments written yet.

Please login to write comment.