Color Hex Logo

#5aaefa Color Hex

#5AAEFA
(90,174,250)
0 Favorites   0 Comments

Color spaces of #5aaefa

RGB 90174250
HSL0.580.940.67
HSV209°64°98°
CMYK 0.640.300.00   0.02
XYZ36.607839.347996.1079
Yxy39.34790.21280.2287
Hunter Lab62.7279-5.6018-46.9310
CIE-Lab69.0025-2.6022-45.2944

#5aaefa color RGB value is (90,174,250).

#5aaefa hex color red value is 90, green value is 174 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #5aaefa hue: 0.58 , saturation: 0.94 and the lightness value of 5aaefa is 0.67.

The process color (four color CMYK) of #5aaefa color hex is 0.64, 0.30, 0.00, 0.02. Web safe color of #5aaefa is #6699ff. Color #5aaefa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011010 10101110 11111010
Octal 132 256 372
Decimal 90 174 250
Hex 5A AE FA

RGB Percentages of Color #5aaefa

%17.51
%33.85
%48.64

CMYK Percentages of Color #5aaefa

%64
%30
%0
%2

Triadic Colors of #5aaefa

#5aaefa #fa5aae #aefa5a

Analogous Colors of #5aaefa

#5aaefa #5a5efa #5afaf6

Monochromatic Colors of #5aaefa

#5aaefa

Complementary Color

#5aaefa #faa65a

#5aaefa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5aaefa Color Preview on White Background

Lorem ipsum dolor sit amet.

#5aaefa Color CSS Codes

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

#5aaefa Text Font Color

<p style="color:#5aaefa">Text here</p>

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


#5aaefa Background Color

<div style="background-color:#5aaefa">
Div content here</div>

This div background color is #5aaefa


#5aaefa Border Color

<div style="border:3px solid #5aaefa">
Div here</div>

This div border color is #5aaefa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(90,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 #5aaefa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5aaefa

#5aaefa Color Palettes


Comments

No comments written yet.

Please login to write comment.