Color Hex Logo

#32bbda Color Hex

#32BBDA
(50,187,218)
0 Favorites   0 Comments

Color spaces of #32bbda

RGB 50187218
HSL0.530.690.53
HSV191°77°85°
CMYK 0.770.140.00   0.15
XYZ31.740641.280772.6247
Yxy41.28070.21790.2834
Hunter Lab64.2501-24.2556-22.0431
CIE-Lab70.3721-25.4007-25.8275

#32bbda color RGB value is (50,187,218).

#32bbda hex color red value is 50, green value is 187 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #32bbda hue: 0.53 , saturation: 0.69 and the lightness value of 32bbda is 0.53.

The process color (four color CMYK) of #32bbda color hex is 0.77, 0.14, 0.00, 0.15. Web safe color of #32bbda is #33cccc. Color #32bbda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110010 10111011 11011010
Octal 62 273 332
Decimal 50 187 218
Hex 32 BB DA

RGB Percentages of Color #32bbda

%10.99
%41.10
%47.91

CMYK Percentages of Color #32bbda

%77
%14
%0
%15

Triadic Colors of #32bbda

#32bbda #da32bb #bbda32

Analogous Colors of #32bbda

#32bbda #3267da #32daa5

Monochromatic Colors of #32bbda

#32bbda

Complementary Color

#32bbda #da5132

#32bbda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#32bbda Color Preview on White Background

Lorem ipsum dolor sit amet.

#32bbda Color CSS Codes

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

#32bbda Text Font Color

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

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


#32bbda Background Color

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

This div background color is #32bbda


#32bbda Border Color

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

This div border color is #32bbda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #32bbda


Comments

No comments written yet.

Please login to write comment.