Color Hex Logo

#5baebd Color Hex

#5BAEBD
(91,174,189)
0 Favorites   0 Comments

Color spaces of #5baebd

RGB 91174189
HSL0.530.430.55
HSV189°52°74°
CMYK 0.520.080.00   0.26
XYZ28.635736.170453.6164
Yxy36.17040.24180.3054
Hunter Lab60.1418-20.2579-10.7577
CIE-Lab66.6499-21.0580-15.4342

#5baebd color RGB value is (91,174,189).

#5baebd hex color red value is 91, green value is 174 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #5baebd hue: 0.53 , saturation: 0.43 and the lightness value of 5baebd is 0.55.

The process color (four color CMYK) of #5baebd color hex is 0.52, 0.08, 0.00, 0.26. Web safe color of #5baebd is #6699cc. Color #5baebd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011011 10101110 10111101
Octal 133 256 275
Decimal 91 174 189
Hex 5B AE BD

RGB Percentages of Color #5baebd

%20.04
%38.33
%41.63

CMYK Percentages of Color #5baebd

%52
%8
%0
%26

Triadic Colors of #5baebd

#5baebd #bd5bae #aebd5b

Analogous Colors of #5baebd

#5baebd #5b7dbd #5bbd9b

Monochromatic Colors of #5baebd

#5baebd

Complementary Color

#5baebd #bd6a5b

#5baebd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5baebd Color Preview on White Background

Lorem ipsum dolor sit amet.

#5baebd Color CSS Codes

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

#5baebd Text Font Color

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

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


#5baebd Background Color

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

This div background color is #5baebd


#5baebd Border Color

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

This div border color is #5baebd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5baebd


Comments

No comments written yet.

Please login to write comment.