Color Hex Logo

#32bdba Color Hex

#32BDBA
(50,189,186)
0 Favorites   0 Comments

Color spaces of #32bdba

RGB 50189186
HSL0.500.580.47
HSV179°74°74°
CMYK 0.740.000.02   0.26
XYZ28.375940.618552.7990
Yxy40.61850.23300.3335
Hunter Lab63.7326-32.0580-4.5057
CIE-Lab69.9078-36.1174-9.0105

#32bdba color RGB value is (50,189,186).

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

The process color (four color CMYK) of #32bdba color hex is 0.74, 0.00, 0.02, 0.26. Web safe color of #32bdba is #33cccc. Color #32bdba contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110010 10111101 10111010
Octal 62 275 272
Decimal 50 189 186
Hex 32 BD BA

RGB Percentages of Color #32bdba

%11.76
%44.47
%43.76

CMYK Percentages of Color #32bdba

%74
%0
%2
%26

Triadic Colors of #32bdba

#32bdba #ba32bd #bdba32

Analogous Colors of #32bdba

#32bdba #327bbd #32bd75

Monochromatic Colors of #32bdba

#32bdba

Complementary Color

#32bdba #bd3235

#32bdba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#32bdba Color Preview on White Background

Lorem ipsum dolor sit amet.

#32bdba Color CSS Codes

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

#32bdba Text Font Color

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

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


#32bdba Background Color

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

This div background color is #32bdba


#32bdba Border Color

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

This div border color is #32bdba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #32bdba


Comments

No comments written yet.

Please login to write comment.