Color Hex Logo

#32b3cd Color Hex

#32B3CD
(50,179,205)
0 Favorites   0 Comments

Color spaces of #32b3cd

RGB 50179205
HSL0.530.610.50
HSV190°76°80°
CMYK 0.760.130.00   0.20
XYZ28.454937.326163.4625
Yxy37.32610.22020.2888
Hunter Lab61.0951-23.7804-18.8209
CIE-Lab67.5210-25.5195-23.0621

#32b3cd color RGB value is (50,179,205).

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

The process color (four color CMYK) of #32b3cd color hex is 0.76, 0.13, 0.00, 0.20. Web safe color of #32b3cd is #33cccc. Color #32b3cd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110010 10110011 11001101
Octal 62 263 315
Decimal 50 179 205
Hex 32 B3 CD

RGB Percentages of Color #32b3cd

%11.52
%41.24
%47.24

CMYK Percentages of Color #32b3cd

%76
%13
%0
%20

Triadic Colors of #32b3cd

#32b3cd #cd32b3 #b3cd32

Analogous Colors of #32b3cd

#32b3cd #3266cd #32cd9a

Monochromatic Colors of #32b3cd

#32b3cd

Complementary Color

#32b3cd #cd4c32

#32b3cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#32b3cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#32b3cd Color CSS Codes

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

#32b3cd Text Font Color

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

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


#32b3cd Background Color

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

This div background color is #32b3cd


#32b3cd Border Color

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

This div border color is #32b3cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #32b3cd


Comments

No comments written yet.

Please login to write comment.