Color Hex Logo

#32abdc Color Hex

#32ABDC
(50,171,220)
0 Favorites   0 Comments

Color spaces of #32abdc

RGB 50171220
HSL0.550.710.53
HSV197°77°86°
CMYK 0.770.220.00   0.14
XYZ28.796634.971272.9425
Yxy34.97120.21060.2558
Hunter Lab59.1365-16.5679-31.7364
CIE-Lab65.7262-16.4500-34.0922

#32abdc color RGB value is (50,171,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110010 10101011 11011100
Octal 62 253 334
Decimal 50 171 220
Hex 32 AB DC

RGB Percentages of Color #32abdc

%11.34
%38.78
%49.89

CMYK Percentages of Color #32abdc

%77
%22
%0
%14

Triadic Colors of #32abdc

#32abdc #dc32ab #abdc32

Analogous Colors of #32abdc

#32abdc #3256dc #32dcb8

Monochromatic Colors of #32abdc

#32abdc

Complementary Color

#32abdc #dc6332

#32abdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#32abdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#32abdc Color CSS Codes

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

#32abdc Text Font Color

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

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


#32abdc Background Color

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

This div background color is #32abdc


#32abdc Border Color

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

This div border color is #32abdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #32abdc


Comments

No comments written yet.

Please login to write comment.