Color Hex Logo

#5baaee Color Hex

#5BAAEE
(91,170,238)
0 Favorites   0 Comments

Color spaces of #5baaee

RGB 91170238
HSL0.580.810.65
HSV208°62°93°
CMYK 0.620.290.00   0.07
XYZ34.121737.146686.2605
Yxy37.14660.21660.2358
Hunter Lab60.9480-6.7259-41.2503
CIE-Lab67.3869-4.0671-41.2901

#5baaee color RGB value is (91,170,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011011 10101010 11101110
Octal 133 252 356
Decimal 91 170 238
Hex 5B AA EE

RGB Percentages of Color #5baaee

%18.24
%34.07
%47.70

CMYK Percentages of Color #5baaee

%62
%29
%0
%7

Triadic Colors of #5baaee

#5baaee #ee5baa #aaee5b

Analogous Colors of #5baaee

#5baaee #5b60ee #5beee9

Monochromatic Colors of #5baaee

#5baaee

Complementary Color

#5baaee #ee9f5b

#5baaee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5baaee Color Preview on White Background

Lorem ipsum dolor sit amet.

#5baaee Color CSS Codes

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

#5baaee Text Font Color

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

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


#5baaee Background Color

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

This div background color is #5baaee


#5baaee Border Color

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

This div border color is #5baaee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5baaee


Comments

No comments written yet.

Please login to write comment.