Color Hex Logo

#5aaaed Color Hex

#5AAAED
(90,170,237)
0 Favorites   0 Comments

Color spaces of #5aaaed

RGB 90170237
HSL0.580.800.64
HSV207°62°93°
CMYK 0.620.280.00   0.07
XYZ33.877237.037585.4842
Yxy37.03750.21660.2368
Hunter Lab60.8584-7.1392-40.6802
CIE-Lab67.3052-4.5657-40.8742

#5aaaed color RGB value is (90,170,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011010 10101010 11101101
Octal 132 252 355
Decimal 90 170 237
Hex 5A AA ED

RGB Percentages of Color #5aaaed

%18.11
%34.21
%47.69

CMYK Percentages of Color #5aaaed

%62
%28
%0
%7

Triadic Colors of #5aaaed

#5aaaed #ed5aaa #aaed5a

Analogous Colors of #5aaaed

#5aaaed #5a61ed #5aede7

Monochromatic Colors of #5aaaed

#5aaaed

Complementary Color

#5aaaed #ed9d5a

#5aaaed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5aaaed Color Preview on White Background

Lorem ipsum dolor sit amet.

#5aaaed Color CSS Codes

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

#5aaaed Text Font Color

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

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


#5aaaed Background Color

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

This div background color is #5aaaed


#5aaaed Border Color

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

This div border color is #5aaaed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5aaaed


Comments

No comments written yet.

Please login to write comment.