Color Hex Logo

#32add6 Color Hex

#32ADD6
(50,173,214)
1 Favorites   0 Comments

Color spaces of #32add6

RGB 50173214
HSL0.540.670.52
HSV195°77°84°
CMYK 0.770.190.00   0.16
XYZ28.396635.420368.9585
Yxy35.42030.21390.2668
Hunter Lab59.5150-18.9828-27.0374
CIE-Lab66.0746-19.5137-30.2457

#32add6 color RGB value is (50,173,214).

#32add6 hex color red value is 50, green value is 173 and the blue value of its RGB is 214. Cylindrical-coordinate representations (also known as HSL) of color #32add6 hue: 0.54 , saturation: 0.67 and the lightness value of 32add6 is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 00110010 10101101 11010110
Octal 62 255 326
Decimal 50 173 214
Hex 32 AD D6

RGB Percentages of Color #32add6

%11.44
%39.59
%48.97

CMYK Percentages of Color #32add6

%77
%19
%0
%16

Triadic Colors of #32add6

#32add6 #d632ad #add632

Analogous Colors of #32add6

#32add6 #325bd6 #32d6ad

Monochromatic Colors of #32add6

#32add6

Complementary Color

#32add6 #d65b32

#32add6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#32add6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#32add6 Color CSS Codes

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

#32add6 Text Font Color

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

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


#32add6 Background Color

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

This div background color is #32add6


#32add6 Border Color

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

This div border color is #32add6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #32add6

#32add6 Color Palettes


Comments

No comments written yet.

Please login to write comment.