Color Hex Logo

#32cadb Color Hex

#32CADB
(50,202,219)
0 Favorites   0 Comments

Color spaces of #32cadb

RGB 50202219
HSL0.520.700.53
HSV186°77°86°
CMYK 0.770.080.00   0.14
XYZ35.222148.033674.4329
Yxy48.03360.22340.3046
Hunter Lab69.3063-30.5706-15.1613
CIE-Lab74.8461-32.4393-19.5521

#32cadb color RGB value is (50,202,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110010 11001010 11011011
Octal 62 312 333
Decimal 50 202 219
Hex 32 CA DB

RGB Percentages of Color #32cadb

%10.62
%42.89
%46.50

CMYK Percentages of Color #32cadb

%77
%8
%0
%14

Triadic Colors of #32cadb

#32cadb #db32ca #cadb32

Analogous Colors of #32cadb

#32cadb #3276db #32db98

Monochromatic Colors of #32cadb

#32cadb

Complementary Color

#32cadb #db4332

#32cadb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#32cadb Color Preview on White Background

Lorem ipsum dolor sit amet.

#32cadb Color CSS Codes

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

#32cadb Text Font Color

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

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


#32cadb Background Color

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

This div background color is #32cadb


#32cadb Border Color

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

This div border color is #32cadb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #32cadb


Comments

No comments written yet.

Please login to write comment.