Color Hex Logo

#32aad0 Color Hex

#32AAD0
(50,170,208)
0 Favorites   0 Comments

Color spaces of #32aad0

RGB 50170208
HSL0.540.630.51
HSV194°76°82°
CMYK 0.760.180.00   0.18
XYZ27.075333.981664.8066
Yxy33.98160.21510.2700
Hunter Lab58.2937-19.1074-25.1086
CIE-Lab64.9480-19.9245-28.6696

#32aad0 color RGB value is (50,170,208).

#32aad0 hex color red value is 50, green value is 170 and the blue value of its RGB is 208. Cylindrical-coordinate representations (also known as HSL) of color #32aad0 hue: 0.54 , saturation: 0.63 and the lightness value of 32aad0 is 0.51.

The process color (four color CMYK) of #32aad0 color hex is 0.76, 0.18, 0.00, 0.18. Web safe color of #32aad0 is #3399cc. Color #32aad0 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110010 10101010 11010000
Octal 62 252 320
Decimal 50 170 208
Hex 32 AA D0

RGB Percentages of Color #32aad0

%11.68
%39.72
%48.60

CMYK Percentages of Color #32aad0

%76
%18
%0
%18

Triadic Colors of #32aad0

#32aad0 #d032aa #aad032

Analogous Colors of #32aad0

#32aad0 #325bd0 #32d0a7

Monochromatic Colors of #32aad0

#32aad0

Complementary Color

#32aad0 #d05832

#32aad0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#32aad0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#32aad0 Color CSS Codes

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

#32aad0 Text Font Color

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

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


#32aad0 Background Color

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

This div background color is #32aad0


#32aad0 Border Color

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

This div border color is #32aad0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #32aad0


Comments

No comments written yet.

Please login to write comment.