Color Hex Logo

#5aaeff Color Hex

#5AAEFF
(90,174,255)
0 Favorites   0 Comments

Color spaces of #5aaeff

RGB 90174255
HSL0.581.000.68
HSV209°65°100°
CMYK 0.650.320.00   0.00
XYZ37.402539.6658100.2927
Yxy39.66580.21090.2236
Hunter Lab62.9808-4.2103-50.3288
CIE-Lab69.2308-0.9726-47.6459

#5aaeff color RGB value is (90,174,255).

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

The process color (four color CMYK) of #5aaeff color hex is 0.65, 0.32, 0.00, 0.00. Web safe color of #5aaeff is #6699ff. Color #5aaeff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011010 10101110 11111111
Octal 132 256 377
Decimal 90 174 255
Hex 5A AE FF

RGB Percentages of Color #5aaeff

%17.34
%33.53
%49.13

CMYK Percentages of Color #5aaeff

%65
%32
%0
%0

Triadic Colors of #5aaeff

#5aaeff #ff5aae #aeff5a

Analogous Colors of #5aaeff

#5aaeff #5a5cff #5afffe

Monochromatic Colors of #5aaeff

#5aaeff

Complementary Color

#5aaeff #ffab5a

#5aaeff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5aaeff Color Preview on White Background

Lorem ipsum dolor sit amet.

#5aaeff Color CSS Codes

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

#5aaeff Text Font Color

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

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


#5aaeff Background Color

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

This div background color is #5aaeff


#5aaeff Border Color

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

This div border color is #5aaeff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5aaeff

#5aaeff Color Palettes


Comments

No comments written yet.

Please login to write comment.