Color Hex Logo

#32aace Color Hex

#32AACE
(50,170,206)
0 Favorites   0 Comments

Color spaces of #32aace

RGB 50170206
HSL0.540.610.50
HSV194°76°81°
CMYK 0.760.170.00   0.19
XYZ26.830733.883863.5186
Yxy33.88380.21600.2727
Hunter Lab58.2098-19.5909-23.9505
CIE-Lab64.8702-20.5831-27.6816

#32aace color RGB value is (50,170,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110010 10101010 11001110
Octal 62 252 316
Decimal 50 170 206
Hex 32 AA CE

RGB Percentages of Color #32aace

%11.74
%39.91
%48.36

CMYK Percentages of Color #32aace

%76
%17
%0
%19

Triadic Colors of #32aace

#32aace #ce32aa #aace32

Analogous Colors of #32aace

#32aace #325cce #32cea4

Monochromatic Colors of #32aace

#32aace

Complementary Color

#32aace #ce5632

#32aace Color Preview on Black Background

Lorem ipsum dolor sit amet.

#32aace Color Preview on White Background

Lorem ipsum dolor sit amet.

#32aace Color CSS Codes

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

#32aace Text Font Color

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

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


#32aace Background Color

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

This div background color is #32aace


#32aace Border Color

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

This div border color is #32aace


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #32aace


Comments

No comments written yet.

Please login to write comment.