Color Hex Logo

#32bcdb Color Hex

#32BCDB
(50,188,219)
0 Favorites   0 Comments

Color spaces of #32bcdb

RGB 50188219
HSL0.530.700.53
HSV191°77°86°
CMYK 0.770.140.00   0.14
XYZ32.084841.759073.3871
Yxy41.75900.21790.2836
Hunter Lab64.6212-24.4608-22.0979
CIE-Lab70.7044-25.5836-25.8639

#32bcdb color RGB value is (50,188,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110010 10111100 11011011
Octal 62 274 333
Decimal 50 188 219
Hex 32 BC DB

RGB Percentages of Color #32bcdb

%10.94
%41.14
%47.92

CMYK Percentages of Color #32bcdb

%77
%14
%0
%14

Triadic Colors of #32bcdb

#32bcdb #db32bc #bcdb32

Analogous Colors of #32bcdb

#32bcdb #3268db #32dba6

Monochromatic Colors of #32bcdb

#32bcdb

Complementary Color

#32bcdb #db5132

#32bcdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#32bcdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#32bcdb Color CSS Codes

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

#32bcdb Text Font Color

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

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


#32bcdb Background Color

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

This div background color is #32bcdb


#32bcdb Border Color

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

This div border color is #32bcdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #32bcdb


Comments

No comments written yet.

Please login to write comment.