Color Hex Logo

#32aceb Color Hex

#32ACEB
(50,172,235)
0 Favorites   0 Comments

Color spaces of #32aceb

RGB 50172235
HSL0.560.820.56
HSV200°79°92°
CMYK 0.790.270.00   0.08
XYZ31.063336.181383.9437
Yxy36.18130.20550.2393
Hunter Lab60.1509-13.0826-40.6367
CIE-Lab66.6582-11.8776-40.8746

#32aceb color RGB value is (50,172,235).

#32aceb hex color red value is 50, green value is 172 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #32aceb hue: 0.56 , saturation: 0.82 and the lightness value of 32aceb is 0.56.

The process color (four color CMYK) of #32aceb color hex is 0.79, 0.27, 0.00, 0.08. Web safe color of #32aceb is #3399ff. Color #32aceb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110010 10101100 11101011
Octal 62 254 353
Decimal 50 172 235
Hex 32 AC EB

RGB Percentages of Color #32aceb

%10.94
%37.64
%51.42

CMYK Percentages of Color #32aceb

%79
%27
%0
%8

Triadic Colors of #32aceb

#32aceb #eb32ac #aceb32

Analogous Colors of #32aceb

#32aceb #3250eb #32ebce

Monochromatic Colors of #32aceb

#32aceb

Complementary Color

#32aceb #eb7132

#32aceb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#32aceb Color Preview on White Background

Lorem ipsum dolor sit amet.

#32aceb Color CSS Codes

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

#32aceb Text Font Color

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

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


#32aceb Background Color

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

This div background color is #32aceb


#32aceb Border Color

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

This div border color is #32aceb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #32aceb


Comments

No comments written yet.

Please login to write comment.