Color Hex Logo

#32bea4 Color Hex

#32BEA4
(50,190,164)
0 Favorites   0 Comments

Color spaces of #32bea4

RGB 50190164
HSL0.470.580.47
HSV169°74°75°
CMYK 0.740.000.14   0.25
XYZ26.429740.185441.4855
Yxy40.18540.24450.3717
Hunter Lab63.3920-36.51485.5733
CIE-Lab69.6014-42.61822.5972

#32bea4 color RGB value is (50,190,164).

#32bea4 hex color red value is 50, green value is 190 and the blue value of its RGB is 164. Cylindrical-coordinate representations (also known as HSL) of color #32bea4 hue: 0.47 , saturation: 0.58 and the lightness value of 32bea4 is 0.47.

The process color (four color CMYK) of #32bea4 color hex is 0.74, 0.00, 0.14, 0.25. Web safe color of #32bea4 is #33cc99. Color #32bea4 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110010 10111110 10100100
Octal 62 276 244
Decimal 50 190 164
Hex 32 BE A4

RGB Percentages of Color #32bea4

%12.38
%47.03
%40.59

CMYK Percentages of Color #32bea4

%74
%0
%14
%25

Triadic Colors of #32bea4

#32bea4 #a432be #bea432

Analogous Colors of #32bea4

#32bea4 #3292be #32be5e

Monochromatic Colors of #32bea4

#32bea4

Complementary Color

#32bea4 #be324c

#32bea4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#32bea4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#32bea4 Color CSS Codes

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

#32bea4 Text Font Color

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

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


#32bea4 Background Color

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

This div background color is #32bea4


#32bea4 Border Color

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

This div border color is #32bea4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #32bea4


Comments

No comments written yet.

Please login to write comment.