Color Hex Logo

#5badb0 Color Hex

#5BADB0
(91,173,176)
0 Favorites   0 Comments

Color spaces of #5badb0

RGB 91173176
HSL0.510.350.52
HSV182°48°69°
CMYK 0.480.020.00   0.31
XYZ27.094435.245946.4494
Yxy35.24590.24910.3240
Hunter Lab59.3683-22.4309-4.8304
CIE-Lab65.9397-24.1217-9.2825

#5badb0 color RGB value is (91,173,176).

#5badb0 hex color red value is 91, green value is 173 and the blue value of its RGB is 176. Cylindrical-coordinate representations (also known as HSL) of color #5badb0 hue: 0.51 , saturation: 0.35 and the lightness value of 5badb0 is 0.52.

The process color (four color CMYK) of #5badb0 color hex is 0.48, 0.02, 0.00, 0.31. Web safe color of #5badb0 is #669999. Color #5badb0 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011011 10101101 10110000
Octal 133 255 260
Decimal 91 173 176
Hex 5B AD B0

RGB Percentages of Color #5badb0

%20.68
%39.32
%40.00

CMYK Percentages of Color #5badb0

%48
%2
%0
%31

Triadic Colors of #5badb0

#5badb0 #b05bad #adb05b

Analogous Colors of #5badb0

#5badb0 #5b83b0 #5bb089

Monochromatic Colors of #5badb0

#5badb0

Complementary Color

#5badb0 #b05e5b

#5badb0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5badb0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#5badb0 Color CSS Codes

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

#5badb0 Text Font Color

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

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


#5badb0 Background Color

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

This div background color is #5badb0


#5badb0 Border Color

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

This div border color is #5badb0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5badb0


Comments

No comments written yet.

Please login to write comment.