Color Hex Logo

#32abd9 Color Hex

#32ABD9
(50,171,217)
0 Favorites   0 Comments

Color spaces of #32abd9

RGB 50171217
HSL0.550.690.52
HSV197°77°85°
CMYK 0.770.210.00   0.15
XYZ28.402734.813770.8684
Yxy34.81370.21180.2596
Hunter Lab59.0031-17.3299-29.9108
CIE-Lab65.6034-17.4586-32.6294

#32abd9 color RGB value is (50,171,217).

#32abd9 hex color red value is 50, green value is 171 and the blue value of its RGB is 217. Cylindrical-coordinate representations (also known as HSL) of color #32abd9 hue: 0.55 , saturation: 0.69 and the lightness value of 32abd9 is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 00110010 10101011 11011001
Octal 62 253 331
Decimal 50 171 217
Hex 32 AB D9

RGB Percentages of Color #32abd9

%11.42
%39.04
%49.54

CMYK Percentages of Color #32abd9

%77
%21
%0
%15

Triadic Colors of #32abd9

#32abd9 #d932ab #abd932

Analogous Colors of #32abd9

#32abd9 #3258d9 #32d9b4

Monochromatic Colors of #32abd9

#32abd9

Complementary Color

#32abd9 #d96032

#32abd9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#32abd9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#32abd9 Color CSS Codes

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

#32abd9 Text Font Color

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

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


#32abd9 Background Color

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

This div background color is #32abd9


#32abd9 Border Color

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

This div border color is #32abd9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #32abd9


Comments

No comments written yet.

Please login to write comment.