Color Hex Logo

#5aaefe Color Hex

#5AAEFE
(90,174,254)
0 Favorites   0 Comments

Color spaces of #5aaefe

RGB 90174254
HSL0.580.990.67
HSV209°65°100°
CMYK 0.650.310.00   0.00
XYZ37.241939.601599.4469
Yxy39.60150.21130.2246
Hunter Lab62.9297-4.4905-49.6443
CIE-Lab69.1848-1.2992-47.1768

#5aaefe color RGB value is (90,174,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011010 10101110 11111110
Octal 132 256 376
Decimal 90 174 254
Hex 5A AE FE

RGB Percentages of Color #5aaefe

%17.37
%33.59
%49.03

CMYK Percentages of Color #5aaefe

%65
%31
%0
%0

Triadic Colors of #5aaefe

#5aaefe #fe5aae #aefe5a

Analogous Colors of #5aaefe

#5aaefe #5a5cfe #5afefc

Monochromatic Colors of #5aaefe

#5aaefe

Complementary Color

#5aaefe #feaa5a

#5aaefe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5aaefe Color Preview on White Background

Lorem ipsum dolor sit amet.

#5aaefe Color CSS Codes

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

#5aaefe Text Font Color

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

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


#5aaefe Background Color

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

This div background color is #5aaefe


#5aaefe Border Color

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

This div border color is #5aaefe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5aaefe

Related Colors


Comments

No comments written yet.

Please login to write comment.