Color Hex Logo

#32c3db Color Hex

#32C3DB
(50,195,219)
0 Favorites   0 Comments

Color spaces of #32c3db

RGB 50195219
HSL0.520.700.53
HSV189°77°86°
CMYK 0.770.110.00   0.14
XYZ33.616744.822873.8977
Yxy44.82280.22070.2942
Hunter Lab66.9498-27.5342-18.5781
CIE-Lab72.7751-29.0539-22.6996

#32c3db color RGB value is (50,195,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110010 11000011 11011011
Octal 62 303 333
Decimal 50 195 219
Hex 32 C3 DB

RGB Percentages of Color #32c3db

%10.78
%42.03
%47.20

CMYK Percentages of Color #32c3db

%77
%11
%0
%14

Triadic Colors of #32c3db

#32c3db #db32c3 #c3db32

Analogous Colors of #32c3db

#32c3db #326fdb #32db9f

Monochromatic Colors of #32c3db

#32c3db

Complementary Color

#32c3db #db4a32

#32c3db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#32c3db Color Preview on White Background

Lorem ipsum dolor sit amet.

#32c3db Color CSS Codes

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

#32c3db Text Font Color

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

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


#32c3db Background Color

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

This div background color is #32c3db


#32c3db Border Color

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

This div border color is #32c3db


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(50,195,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 #32c3db">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #32c3db


Comments

No comments written yet.

Please login to write comment.