Color Hex Logo

#32d9dc Color Hex

#32D9DC
(50,217,220)
0 Favorites   0 Comments

Color spaces of #32d9dc

RGB 50217220
HSL0.500.710.53
HSV181°77°86°
CMYK 0.770.010.00   0.14
XYZ39.046555.471176.3592
Yxy55.47110.22850.3246
Hunter Lab74.4789-36.7573-8.6516
CIE-Lab79.3119-39.1338-13.3595

#32d9dc color RGB value is (50,217,220).

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

The process color (four color CMYK) of #32d9dc color hex is 0.77, 0.01, 0.00, 0.14. Web safe color of #32d9dc is #33cccc. Color #32d9dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110010 11011001 11011100
Octal 62 331 334
Decimal 50 217 220
Hex 32 D9 DC

RGB Percentages of Color #32d9dc

%10.27
%44.56
%45.17

CMYK Percentages of Color #32d9dc

%77
%1
%0
%14

Triadic Colors of #32d9dc

#32d9dc #dc32d9 #d9dc32

Analogous Colors of #32d9dc

#32d9dc #3284dc #32dc8a

Monochromatic Colors of #32d9dc

#32d9dc

Complementary Color

#32d9dc #dc3532

#32d9dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#32d9dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#32d9dc Color CSS Codes

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

#32d9dc Text Font Color

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

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


#32d9dc Background Color

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

This div background color is #32d9dc


#32d9dc Border Color

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

This div border color is #32d9dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #32d9dc


Comments

No comments written yet.

Please login to write comment.