Color Hex Logo

#32bcef Color Hex

#32BCEF
(50,188,239)
0 Favorites   0 Comments

Color spaces of #32bcef

RGB 50188239
HSL0.540.860.57
HSV196°79°94°
CMYK 0.790.210.00   0.06
XYZ34.878642.876588.0991
Yxy42.87650.21030.2585
Hunter Lab65.4801-19.5106-33.9346
CIE-Lab71.4711-19.0630-35.5540

#32bcef color RGB value is (50,188,239).

#32bcef hex color red value is 50, green value is 188 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #32bcef hue: 0.54 , saturation: 0.86 and the lightness value of 32bcef is 0.57.

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

Base Numbers

BaseRedGreenBlue
Binary 00110010 10111100 11101111
Octal 62 274 357
Decimal 50 188 239
Hex 32 BC EF

RGB Percentages of Color #32bcef

%10.48
%39.41
%50.10

CMYK Percentages of Color #32bcef

%79
%21
%0
%6

Triadic Colors of #32bcef

#32bcef #ef32bc #bcef32

Analogous Colors of #32bcef

#32bcef #325def #32efc4

Monochromatic Colors of #32bcef

#32bcef

Complementary Color

#32bcef #ef6532

#32bcef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#32bcef Color Preview on White Background

Lorem ipsum dolor sit amet.

#32bcef Color CSS Codes

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

#32bcef Text Font Color

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

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


#32bcef Background Color

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

This div background color is #32bcef


#32bcef Border Color

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

This div border color is #32bcef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #32bcef


Comments

No comments written yet.

Please login to write comment.