Color Hex Logo

#32addb Color Hex

#32ADDB
(50,173,219)
0 Favorites   0 Comments

Color spaces of #32addb

RGB 50173219
HSL0.550.700.53
HSV196°77°86°
CMYK 0.770.210.00   0.14
XYZ29.045135.679772.3739
Yxy35.67970.21190.2602
Hunter Lab59.7325-17.7357-30.0250
CIE-Lab66.2745-17.8499-32.6911

#32addb color RGB value is (50,173,219).

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

The process color (four color CMYK) of #32addb color hex is 0.77, 0.21, 0.00, 0.14. Web safe color of #32addb is #3399cc. Color #32addb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110010 10101101 11011011
Octal 62 255 333
Decimal 50 173 219
Hex 32 AD DB

RGB Percentages of Color #32addb

%11.31
%39.14
%49.55

CMYK Percentages of Color #32addb

%77
%21
%0
%14

Triadic Colors of #32addb

#32addb #db32ad #addb32

Analogous Colors of #32addb

#32addb #3259db #32dbb5

Monochromatic Colors of #32addb

#32addb

Complementary Color

#32addb #db6032

#32addb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#32addb Color Preview on White Background

Lorem ipsum dolor sit amet.

#32addb Color CSS Codes

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

#32addb Text Font Color

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

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


#32addb Background Color

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

This div background color is #32addb


#32addb Border Color

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

This div border color is #32addb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #32addb


Comments

No comments written yet.

Please login to write comment.