Color Hex Logo

#32adbb Color Hex

#32ADBB
(50,173,187)
0 Favorites   0 Comments

Color spaces of #32adbb

RGB 50173187
HSL0.520.580.46
HSV186°73°73°
CMYK 0.730.070.00   0.27
XYZ25.228634.153152.2762
Yxy34.15310.22590.3059
Hunter Lab58.4407-25.2134-12.1275
CIE-Lab65.0839-28.1669-16.8072

#32adbb color RGB value is (50,173,187).

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

The process color (four color CMYK) of #32adbb color hex is 0.73, 0.07, 0.00, 0.27. Web safe color of #32adbb is #3399cc. Color #32adbb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110010 10101101 10111011
Octal 62 255 273
Decimal 50 173 187
Hex 32 AD BB

RGB Percentages of Color #32adbb

%12.20
%42.20
%45.61

CMYK Percentages of Color #32adbb

%73
%7
%0
%27

Triadic Colors of #32adbb

#32adbb #bb32ad #adbb32

Analogous Colors of #32adbb

#32adbb #3269bb #32bb85

Monochromatic Colors of #32adbb

#32adbb

Complementary Color

#32adbb #bb4032

#32adbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#32adbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#32adbb Color CSS Codes

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

#32adbb Text Font Color

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

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


#32adbb Background Color

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

This div background color is #32adbb


#32adbb Border Color

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

This div border color is #32adbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #32adbb


Comments

No comments written yet.

Please login to write comment.