Color Hex Logo

#5aaaeb Color Hex

#5AAAEB
(90,170,235)
0 Favorites   0 Comments

Color spaces of #5aaaeb

RGB 90170235
HSL0.570.780.64
HSV207°62°92°
CMYK 0.620.280.00   0.08
XYZ33.586636.921383.9536
Yxy36.92130.21740.2390
Hunter Lab60.7629-7.6695-39.3845
CIE-Lab67.2179-5.2063-39.9167

#5aaaeb color RGB value is (90,170,235).

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

The process color (four color CMYK) of #5aaaeb color hex is 0.62, 0.28, 0.00, 0.08. Web safe color of #5aaaeb is #6699ff. Color #5aaaeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011010 10101010 11101011
Octal 132 252 353
Decimal 90 170 235
Hex 5A AA EB

RGB Percentages of Color #5aaaeb

%18.18
%34.34
%47.47

CMYK Percentages of Color #5aaaeb

%62
%28
%0
%8

Triadic Colors of #5aaaeb

#5aaaeb #eb5aaa #aaeb5a

Analogous Colors of #5aaaeb

#5aaaeb #5a61eb #5aebe4

Monochromatic Colors of #5aaaeb

#5aaaeb

Complementary Color

#5aaaeb #eb9b5a

#5aaaeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5aaaeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#5aaaeb Color CSS Codes

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

#5aaaeb Text Font Color

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

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


#5aaaeb Background Color

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

This div background color is #5aaaeb


#5aaaeb Border Color

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

This div border color is #5aaaeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5aaaeb


Comments

No comments written yet.

Please login to write comment.