Color Hex Logo

#32bbef Color Hex

#32BBEF
(50,187,239)
0 Favorites   0 Comments

Color spaces of #32bbef

RGB 50187239
HSL0.550.860.57
HSV197°79°94°
CMYK 0.790.220.00   0.06
XYZ34.665742.450888.0281
Yxy42.45080.20990.2571
Hunter Lab65.1543-19.0481-34.4970
CIE-Lab71.1806-18.5409-36.0047

#32bbef color RGB value is (50,187,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110010 10111011 11101111
Octal 62 273 357
Decimal 50 187 239
Hex 32 BB EF

RGB Percentages of Color #32bbef

%10.50
%39.29
%50.21

CMYK Percentages of Color #32bbef

%79
%22
%0
%6

Triadic Colors of #32bbef

#32bbef #ef32bb #bbef32

Analogous Colors of #32bbef

#32bbef #325cef #32efc5

Monochromatic Colors of #32bbef

#32bbef

Complementary Color

#32bbef #ef6632

#32bbef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#32bbef Color Preview on White Background

Lorem ipsum dolor sit amet.

#32bbef Color CSS Codes

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

#32bbef Text Font Color

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

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


#32bbef Background Color

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

This div background color is #32bbef


#32bbef Border Color

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

This div border color is #32bbef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #32bbef


Comments

No comments written yet.

Please login to write comment.