Color Hex Logo

#5baaeb Color Hex

#5BAAEB
(91,170,235)
0 Favorites   0 Comments

Color spaces of #5baaeb

RGB 91170235
HSL0.580.780.64
HSV207°61°92°
CMYK 0.610.280.00   0.08
XYZ33.684536.971883.9582
Yxy36.97180.21790.2391
Hunter Lab60.8044-7.5222-39.3040
CIE-Lab67.2559-5.0267-39.8547

#5baaeb color RGB value is (91,170,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011011 10101010 11101011
Octal 133 252 353
Decimal 91 170 235
Hex 5B AA EB

RGB Percentages of Color #5baaeb

%18.35
%34.27
%47.38

CMYK Percentages of Color #5baaeb

%61
%28
%0
%8

Triadic Colors of #5baaeb

#5baaeb #eb5baa #aaeb5b

Analogous Colors of #5baaeb

#5baaeb #5b62eb #5bebe4

Monochromatic Colors of #5baaeb

#5baaeb

Complementary Color

#5baaeb #eb9c5b

#5baaeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5baaeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#5baaeb Color CSS Codes

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

#5baaeb Text Font Color

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

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


#5baaeb Background Color

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

This div background color is #5baaeb


#5baaeb Border Color

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

This div border color is #5baaeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5baaeb


Comments

No comments written yet.

Please login to write comment.