Color Hex Logo

#5aaade Color Hex

#5AAADE
(90,170,222)
0 Favorites   0 Comments

Color spaces of #5aaade

RGB 90170222
HSL0.570.670.61
HSV204°59°87°
CMYK 0.590.230.00   0.13
XYZ31.776036.197074.4192
Yxy36.19700.22320.2542
Hunter Lab60.1639-11.0109-31.2234
CIE-Lab66.6702-9.3150-33.6378

#5aaade color RGB value is (90,170,222).

#5aaade hex color red value is 90, green value is 170 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #5aaade hue: 0.57 , saturation: 0.67 and the lightness value of 5aaade is 0.61.

The process color (four color CMYK) of #5aaade color hex is 0.59, 0.23, 0.00, 0.13. Web safe color of #5aaade is #6699cc. Color #5aaade contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011010 10101010 11011110
Octal 132 252 336
Decimal 90 170 222
Hex 5A AA DE

RGB Percentages of Color #5aaade

%18.67
%35.27
%46.06

CMYK Percentages of Color #5aaade

%59
%23
%0
%13

Triadic Colors of #5aaade

#5aaade #de5aaa #aade5a

Analogous Colors of #5aaade

#5aaade #5a68de #5aded0

Monochromatic Colors of #5aaade

#5aaade

Complementary Color

#5aaade #de8e5a

#5aaade Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5aaade Color Preview on White Background

Lorem ipsum dolor sit amet.

#5aaade Color CSS Codes

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

#5aaade Text Font Color

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

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


#5aaade Background Color

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

This div background color is #5aaade


#5aaade Border Color

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

This div border color is #5aaade


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5aaade


Comments

No comments written yet.

Please login to write comment.