Color Hex Logo

#32aefa Color Hex

#32AEFA
(50,174,250)
0 Favorites   0 Comments

Color spaces of #32aefa

RGB 50174250
HSL0.560.950.59
HSV203°80°98°
CMYK 0.800.300.00   0.02
XYZ33.706837.852395.9722
Yxy37.85230.20120.2259
Hunter Lab61.5242-9.8740-49.4201
CIE-Lab67.9116-7.7751-47.0850

#32aefa color RGB value is (50,174,250).

#32aefa hex color red value is 50, green value is 174 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #32aefa hue: 0.56 , saturation: 0.95 and the lightness value of 32aefa is 0.59.

The process color (four color CMYK) of #32aefa color hex is 0.80, 0.30, 0.00, 0.02. Web safe color of #32aefa is #3399ff. Color #32aefa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110010 10101110 11111010
Octal 62 256 372
Decimal 50 174 250
Hex 32 AE FA

RGB Percentages of Color #32aefa

%10.55
%36.71
%52.74

CMYK Percentages of Color #32aefa

%80
%30
%0
%2

Triadic Colors of #32aefa

#32aefa #fa32ae #aefa32

Analogous Colors of #32aefa

#32aefa #324afa #32fae2

Monochromatic Colors of #32aefa

#32aefa

Complementary Color

#32aefa #fa7e32

#32aefa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#32aefa Color Preview on White Background

Lorem ipsum dolor sit amet.

#32aefa Color CSS Codes

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

#32aefa Text Font Color

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

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


#32aefa Background Color

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

This div background color is #32aefa


#32aefa Border Color

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

This div border color is #32aefa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #32aefa


Comments

No comments written yet.

Please login to write comment.