Color Hex Logo

#32bdeb Color Hex

#32BDEB
(50,189,235)
0 Favorites   0 Comments

Color spaces of #32bdeb

RGB 50189235
HSL0.540.820.56
HSV195°79°92°
CMYK 0.790.200.00   0.08
XYZ34.508443.071585.0921
Yxy43.07150.21210.2648
Hunter Lab65.6289-20.9932-30.9331
CIE-Lab71.6035-20.9047-33.1808

#32bdeb color RGB value is (50,189,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110010 10111101 11101011
Octal 62 275 353
Decimal 50 189 235
Hex 32 BD EB

RGB Percentages of Color #32bdeb

%10.55
%39.87
%49.58

CMYK Percentages of Color #32bdeb

%79
%20
%0
%8

Triadic Colors of #32bdeb

#32bdeb #eb32bd #bdeb32

Analogous Colors of #32bdeb

#32bdeb #3261eb #32ebbd

Monochromatic Colors of #32bdeb

#32bdeb

Complementary Color

#32bdeb #eb6032

#32bdeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#32bdeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#32bdeb Color CSS Codes

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

#32bdeb Text Font Color

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

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


#32bdeb Background Color

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

This div background color is #32bdeb


#32bdeb Border Color

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

This div border color is #32bdeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #32bdeb


Comments

No comments written yet.

Please login to write comment.