Color Hex Logo

#5aaaef Color Hex

#5AAAEF
(90,170,239)
0 Favorites   0 Comments

Color spaces of #5aaaef

RGB 90170239
HSL0.580.820.65
HSV208°62°94°
CMYK 0.620.290.00   0.06
XYZ34.171237.155187.0320
Yxy37.15510.21580.2346
Hunter Lab60.9550-6.6046-41.9862
CIE-Lab67.3932-3.9227-41.8292

#5aaaef color RGB value is (90,170,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011010 10101010 11101111
Octal 132 252 357
Decimal 90 170 239
Hex 5A AA EF

RGB Percentages of Color #5aaaef

%18.04
%34.07
%47.90

CMYK Percentages of Color #5aaaef

%62
%29
%0
%6

Triadic Colors of #5aaaef

#5aaaef #ef5aaa #aaef5a

Analogous Colors of #5aaaef

#5aaaef #5a5fef #5aefea

Monochromatic Colors of #5aaaef

#5aaaef

Complementary Color

#5aaaef #ef9f5a

#5aaaef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5aaaef Color Preview on White Background

Lorem ipsum dolor sit amet.

#5aaaef Color CSS Codes

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

#5aaaef Text Font Color

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

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


#5aaaef Background Color

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

This div background color is #5aaaef


#5aaaef Border Color

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

This div border color is #5aaaef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5aaaef


Comments

No comments written yet.

Please login to write comment.