Color Hex Logo

#32c5ee Color Hex

#32C5EE
(50,197,238)
0 Favorites   0 Comments

Color spaces of #32c5ee

RGB 50197238
HSL0.540.850.56
HSV193°79°93°
CMYK 0.790.170.00   0.07
XYZ36.714346.783787.9840
Yxy46.78370.21410.2728
Hunter Lab68.3986-23.8842-28.3882
CIE-Lab74.0512-24.0113-31.0243

#32c5ee color RGB value is (50,197,238).

#32c5ee hex color red value is 50, green value is 197 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #32c5ee hue: 0.54 , saturation: 0.85 and the lightness value of 32c5ee is 0.56.

The process color (four color CMYK) of #32c5ee color hex is 0.79, 0.17, 0.00, 0.07. Web safe color of #32c5ee is #33ccff. Color #32c5ee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110010 11000101 11101110
Octal 62 305 356
Decimal 50 197 238
Hex 32 C5 EE

RGB Percentages of Color #32c5ee

%10.31
%40.62
%49.07

CMYK Percentages of Color #32c5ee

%79
%17
%0
%7

Triadic Colors of #32c5ee

#32c5ee #ee32c5 #c5ee32

Analogous Colors of #32c5ee

#32c5ee #3267ee #32eeb9

Monochromatic Colors of #32c5ee

#32c5ee

Complementary Color

#32c5ee #ee5b32

#32c5ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#32c5ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#32c5ee Color CSS Codes

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

#32c5ee Text Font Color

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

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


#32c5ee Background Color

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

This div background color is #32c5ee


#32c5ee Border Color

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

This div border color is #32c5ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #32c5ee


Comments

No comments written yet.

Please login to write comment.