Color Hex Logo

#32bcdd Color Hex

#32BCDD
(50,188,221)
0 Favorites   0 Comments

Color spaces of #32bcdd

RGB 50188221
HSL0.530.720.53
HSV192°77°87°
CMYK 0.770.150.00   0.13
XYZ32.349841.865074.7824
Yxy41.86500.21710.2810
Hunter Lab64.7032-23.9855-23.2338
CIE-Lab70.7777-24.9437-26.8419

#32bcdd color RGB value is (50,188,221).

#32bcdd hex color red value is 50, green value is 188 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #32bcdd hue: 0.53 , saturation: 0.72 and the lightness value of 32bcdd is 0.53.

The process color (four color CMYK) of #32bcdd color hex is 0.77, 0.15, 0.00, 0.13. Web safe color of #32bcdd is #33cccc. Color #32bcdd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110010 10111100 11011101
Octal 62 274 335
Decimal 50 188 221
Hex 32 BC DD

RGB Percentages of Color #32bcdd

%10.89
%40.96
%48.15

CMYK Percentages of Color #32bcdd

%77
%15
%0
%13

Triadic Colors of #32bcdd

#32bcdd #dd32bc #bcdd32

Analogous Colors of #32bcdd

#32bcdd #3267dd #32dda9

Monochromatic Colors of #32bcdd

#32bcdd

Complementary Color

#32bcdd #dd5332

#32bcdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#32bcdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#32bcdd Color CSS Codes

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

#32bcdd Text Font Color

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

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


#32bcdd Background Color

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

This div background color is #32bcdd


#32bcdd Border Color

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

This div border color is #32bcdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #32bcdd


Comments

No comments written yet.

Please login to write comment.