Color Hex Logo

#5aabeb Color Hex

#5AABEB
(90,171,235)
0 Favorites   0 Comments

Color spaces of #5aabeb

RGB 90171235
HSL0.570.780.64
HSV206°62°92°
CMYK 0.620.270.00   0.08
XYZ33.774837.297684.0163
Yxy37.29760.21780.2405
Hunter Lab61.0718-8.1589-38.8149
CIE-Lab67.4997-5.7618-39.4766

#5aabeb color RGB value is (90,171,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011010 10101011 11101011
Octal 132 253 353
Decimal 90 171 235
Hex 5A AB EB

RGB Percentages of Color #5aabeb

%18.15
%34.48
%47.38

CMYK Percentages of Color #5aabeb

%62
%27
%0
%8

Triadic Colors of #5aabeb

#5aabeb #eb5aab #abeb5a

Analogous Colors of #5aabeb

#5aabeb #5a63eb #5aebe3

Monochromatic Colors of #5aabeb

#5aabeb

Complementary Color

#5aabeb #eb9a5a

#5aabeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5aabeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#5aabeb Color CSS Codes

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

#5aabeb Text Font Color

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

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


#5aabeb Background Color

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

This div background color is #5aabeb


#5aabeb Border Color

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

This div border color is #5aabeb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(90,171,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 #5aabeb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5aabeb


Comments

No comments written yet.

Please login to write comment.