Color Hex Logo

#32bbd6 Color Hex

#32BBD6
(50,187,214)
0 Favorites   0 Comments

Color spaces of #32bbd6

RGB 50187214
HSL0.530.670.52
HSV190°77°84°
CMYK 0.770.130.00   0.16
XYZ31.223341.073869.9007
Yxy41.07380.21960.2888
Hunter Lab64.0888-25.1925-19.8045
CIE-Lab70.2276-26.6725-23.8641

#32bbd6 color RGB value is (50,187,214).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110010 10111011 11010110
Octal 62 273 326
Decimal 50 187 214
Hex 32 BB D6

RGB Percentages of Color #32bbd6

%11.09
%41.46
%47.45

CMYK Percentages of Color #32bbd6

%77
%13
%0
%16

Triadic Colors of #32bbd6

#32bbd6 #d632bb #bbd632

Analogous Colors of #32bbd6

#32bbd6 #3269d6 #32d69f

Monochromatic Colors of #32bbd6

#32bbd6

Complementary Color

#32bbd6 #d64d32

#32bbd6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#32bbd6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#32bbd6 Color CSS Codes

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

#32bbd6 Text Font Color

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

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


#32bbd6 Background Color

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

This div background color is #32bbd6


#32bbd6 Border Color

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

This div border color is #32bbd6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #32bbd6


Comments

No comments written yet.

Please login to write comment.