Color Hex Logo

#32bedd Color Hex

#32BEDD
(50,190,221)
0 Favorites   0 Comments

Color spaces of #32bedd

RGB 50190221
HSL0.530.720.53
HSV191°77°87°
CMYK 0.770.140.00   0.13
XYZ32.780042.725574.9258
Yxy42.72550.21790.2840
Hunter Lab65.3647-24.8717-22.2072
CIE-Lab71.3683-25.9484-25.9365

#32bedd color RGB value is (50,190,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110010 10111110 11011101
Octal 62 276 335
Decimal 50 190 221
Hex 32 BE DD

RGB Percentages of Color #32bedd

%10.85
%41.21
%47.94

CMYK Percentages of Color #32bedd

%77
%14
%0
%13

Triadic Colors of #32bedd

#32bedd #dd32be #bedd32

Analogous Colors of #32bedd

#32bedd #3269dd #32dda7

Monochromatic Colors of #32bedd

#32bedd

Complementary Color

#32bedd #dd5132

#32bedd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#32bedd Color Preview on White Background

Lorem ipsum dolor sit amet.

#32bedd Color CSS Codes

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

#32bedd Text Font Color

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

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


#32bedd Background Color

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

This div background color is #32bedd


#32bedd Border Color

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

This div border color is #32bedd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #32bedd


Comments

No comments written yet.

Please login to write comment.