Color Hex Logo

#5badbe Color Hex

#5BADBE
(91,173,190)
0 Favorites   0 Comments

Color spaces of #5badbe

RGB 91173190
HSL0.530.430.55
HSV190°52°75°
CMYK 0.520.090.00   0.25
XYZ28.552235.829054.1260
Yxy35.82900.24090.3023
Hunter Lab59.8573-19.6051-11.7129
CIE-Lab66.3891-20.2598-16.3828

#5badbe color RGB value is (91,173,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011011 10101101 10111110
Octal 133 255 276
Decimal 91 173 190
Hex 5B AD BE

RGB Percentages of Color #5badbe

%20.04
%38.11
%41.85

CMYK Percentages of Color #5badbe

%52
%9
%0
%25

Triadic Colors of #5badbe

#5badbe #be5bad #adbe5b

Analogous Colors of #5badbe

#5badbe #5b7cbe #5bbe9e

Monochromatic Colors of #5badbe

#5badbe

Complementary Color

#5badbe #be6c5b

#5badbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5badbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#5badbe Color CSS Codes

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

#5badbe Text Font Color

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

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


#5badbe Background Color

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

This div background color is #5badbe


#5badbe Border Color

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

This div border color is #5badbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5badbe


Comments

No comments written yet.

Please login to write comment.