Color Hex Logo

#32bdca Color Hex

#32BDCA
(50,189,202)
0 Favorites   0 Comments

Color spaces of #32bdca

RGB 50189202
HSL0.510.600.49
HSV185°75°79°
CMYK 0.750.060.00   0.21
XYZ30.173741.337662.2657
Yxy41.33760.22560.3090
Hunter Lab64.2943-28.7440-12.4132
CIE-Lab70.4118-31.3765-17.0211

#32bdca color RGB value is (50,189,202).

#32bdca hex color red value is 50, green value is 189 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #32bdca hue: 0.51 , saturation: 0.60 and the lightness value of 32bdca is 0.49.

The process color (four color CMYK) of #32bdca color hex is 0.75, 0.06, 0.00, 0.21. Web safe color of #32bdca is #33cccc. Color #32bdca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110010 10111101 11001010
Octal 62 275 312
Decimal 50 189 202
Hex 32 BD CA

RGB Percentages of Color #32bdca

%11.34
%42.86
%45.80

CMYK Percentages of Color #32bdca

%75
%6
%0
%21

Triadic Colors of #32bdca

#32bdca #ca32bd #bdca32

Analogous Colors of #32bdca

#32bdca #3271ca #32ca8b

Monochromatic Colors of #32bdca

#32bdca

Complementary Color

#32bdca #ca3f32

#32bdca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#32bdca Color Preview on White Background

Lorem ipsum dolor sit amet.

#32bdca Color CSS Codes

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

#32bdca Text Font Color

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

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


#32bdca Background Color

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

This div background color is #32bdca


#32bdca Border Color

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

This div border color is #32bdca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #32bdca


Comments

No comments written yet.

Please login to write comment.