Color Hex Logo

#5badb5 Color Hex

#5BADB5
(91,173,181)
0 Favorites   0 Comments

Color spaces of #5badb5

RGB 91173181
HSL0.510.380.53
HSV185°50°71°
CMYK 0.500.040.00   0.29
XYZ27.598435.447549.1035
Yxy35.44750.24610.3161
Hunter Lab59.5378-21.4485-7.2227
CIE-Lab66.0956-22.7659-11.8284

#5badb5 color RGB value is (91,173,181).

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

The process color (four color CMYK) of #5badb5 color hex is 0.50, 0.04, 0.00, 0.29. Web safe color of #5badb5 is #6699cc. Color #5badb5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011011 10101101 10110101
Octal 133 255 265
Decimal 91 173 181
Hex 5B AD B5

RGB Percentages of Color #5badb5

%20.45
%38.88
%40.67

CMYK Percentages of Color #5badb5

%50
%4
%0
%29

Triadic Colors of #5badb5

#5badb5 #b55bad #adb55b

Analogous Colors of #5badb5

#5badb5 #5b80b5 #5bb590

Monochromatic Colors of #5badb5

#5badb5

Complementary Color

#5badb5 #b5635b

#5badb5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5badb5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#5badb5 Color CSS Codes

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

#5badb5 Text Font Color

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

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


#5badb5 Background Color

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

This div background color is #5badb5


#5badb5 Border Color

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

This div border color is #5badb5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5badb5


Comments

No comments written yet.

Please login to write comment.