Color Hex Logo

#5aabea Color Hex

#5AABEA
(90,171,234)
0 Favorites   0 Comments

Color spaces of #5aabea

RGB 90171234
HSL0.570.770.64
HSV206°62°92°
CMYK 0.620.270.00   0.08
XYZ33.630637.240083.2574
Yxy37.24000.21820.2416
Hunter Lab61.0246-8.4218-38.1737
CIE-Lab67.4567-6.0812-38.9967

#5aabea color RGB value is (90,171,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011010 10101011 11101010
Octal 132 253 352
Decimal 90 171 234
Hex 5A AB EA

RGB Percentages of Color #5aabea

%18.18
%34.55
%47.27

CMYK Percentages of Color #5aabea

%62
%27
%0
%8

Triadic Colors of #5aabea

#5aabea #ea5aab #abea5a

Analogous Colors of #5aabea

#5aabea #5a63ea #5aeae1

Monochromatic Colors of #5aabea

#5aabea

Complementary Color

#5aabea #ea995a

#5aabea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5aabea Color Preview on White Background

Lorem ipsum dolor sit amet.

#5aabea Color CSS Codes

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

#5aabea Text Font Color

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

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


#5aabea Background Color

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

This div background color is #5aabea


#5aabea Border Color

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

This div border color is #5aabea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5aabea


Comments

No comments written yet.

Please login to write comment.