Color Hex Logo

#32bdbe Color Hex

#32BDBE
(50,189,190)
0 Favorites   0 Comments

Color spaces of #32bdbe

RGB 50189190
HSL0.500.580.47
HSV180°74°75°
CMYK 0.740.010.00   0.25
XYZ28.807340.791055.0703
Yxy40.79100.23110.3272
Hunter Lab63.8678-31.2571-6.4156
CIE-Lab70.0292-34.9559-11.0226

#32bdbe color RGB value is (50,189,190).

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

The process color (four color CMYK) of #32bdbe color hex is 0.74, 0.01, 0.00, 0.25. Web safe color of #32bdbe is #33cccc. Color #32bdbe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110010 10111101 10111110
Octal 62 275 276
Decimal 50 189 190
Hex 32 BD BE

RGB Percentages of Color #32bdbe

%11.66
%44.06
%44.29

CMYK Percentages of Color #32bdbe

%74
%1
%0
%25

Triadic Colors of #32bdbe

#32bdbe #be32bd #bdbe32

Analogous Colors of #32bdbe

#32bdbe #3277be #32be79

Monochromatic Colors of #32bdbe

#32bdbe

Complementary Color

#32bdbe #be3332

#32bdbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#32bdbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#32bdbe Color CSS Codes

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

#32bdbe Text Font Color

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

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


#32bdbe Background Color

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

This div background color is #32bdbe


#32bdbe Border Color

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

This div border color is #32bdbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #32bdbe


Comments

No comments written yet.

Please login to write comment.