Color Hex Logo

#32cbdb Color Hex

#32CBDB
(50,203,219)
0 Favorites   0 Comments

Color spaces of #32cbdb

RGB 50203219
HSL0.520.700.53
HSV186°77°86°
CMYK 0.770.070.00   0.14
XYZ35.457548.504574.5113
Yxy48.50450.22370.3061
Hunter Lab69.6452-31.0018-14.6810
CIE-Lab75.1420-32.9165-19.1038

#32cbdb color RGB value is (50,203,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110010 11001011 11011011
Octal 62 313 333
Decimal 50 203 219
Hex 32 CB DB

RGB Percentages of Color #32cbdb

%10.59
%43.01
%46.40

CMYK Percentages of Color #32cbdb

%77
%7
%0
%14

Triadic Colors of #32cbdb

#32cbdb #db32cb #cbdb32

Analogous Colors of #32cbdb

#32cbdb #3277db #32db97

Monochromatic Colors of #32cbdb

#32cbdb

Complementary Color

#32cbdb #db4232

#32cbdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#32cbdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#32cbdb Color CSS Codes

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

#32cbdb Text Font Color

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

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


#32cbdb Background Color

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

This div background color is #32cbdb


#32cbdb Border Color

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

This div border color is #32cbdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #32cbdb


Comments

No comments written yet.

Please login to write comment.