Color Hex Logo

#32cdbd Color Hex

#32CDBD
(50,205,189)
0 Favorites   0 Comments

Color spaces of #32cdbd

RGB 50205189
HSL0.480.610.50
HSV174°76°80°
CMYK 0.760.000.08   0.20
XYZ32.332048.014955.7078
Yxy48.01490.23760.3529
Hunter Lab69.2928-37.97430.8389
CIE-Lab74.8343-42.4930-3.3505

#32cdbd color RGB value is (50,205,189).

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

The process color (four color CMYK) of #32cdbd color hex is 0.76, 0.00, 0.08, 0.20. Web safe color of #32cdbd is #33cccc. Color #32cdbd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110010 11001101 10111101
Octal 62 315 275
Decimal 50 205 189
Hex 32 CD BD

RGB Percentages of Color #32cdbd

%11.26
%46.17
%42.57

CMYK Percentages of Color #32cdbd

%76
%0
%8
%20

Triadic Colors of #32cdbd

#32cdbd #bd32cd #cdbd32

Analogous Colors of #32cdbd

#32cdbd #3290cd #32cd70

Monochromatic Colors of #32cdbd

#32cdbd

Complementary Color

#32cdbd #cd3242

#32cdbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#32cdbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#32cdbd Color CSS Codes

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

#32cdbd Text Font Color

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

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


#32cdbd Background Color

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

This div background color is #32cdbd


#32cdbd Border Color

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

This div border color is #32cdbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #32cdbd


Comments

No comments written yet.

Please login to write comment.