Color Hex Logo

#32abd7 Color Hex

#32ABD7
(50,171,215)
0 Favorites   0 Comments

Color spaces of #32abd7

RGB 50171215
HSL0.540.670.52
HSV196°77°84°
CMYK 0.770.200.00   0.16
XYZ28.144034.710269.5064
Yxy34.71020.21260.2622
Hunter Lab58.9154-17.8320-28.7076
CIE-Lab65.5224-18.1277-31.6514

#32abd7 color RGB value is (50,171,215).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110010 10101011 11010111
Octal 62 253 327
Decimal 50 171 215
Hex 32 AB D7

RGB Percentages of Color #32abd7

%11.47
%39.22
%49.31

CMYK Percentages of Color #32abd7

%77
%20
%0
%16

Triadic Colors of #32abd7

#32abd7 #d732ab #abd732

Analogous Colors of #32abd7

#32abd7 #3258d7 #32d7b1

Monochromatic Colors of #32abd7

#32abd7

Complementary Color

#32abd7 #d75e32

#32abd7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#32abd7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#32abd7 Color CSS Codes

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

#32abd7 Text Font Color

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

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


#32abd7 Background Color

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

This div background color is #32abd7


#32abd7 Border Color

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

This div border color is #32abd7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #32abd7


Comments

No comments written yet.

Please login to write comment.