Color Hex Logo

#5badbb Color Hex

#5BADBB
(91,173,187)
0 Favorites   0 Comments

Color spaces of #5badbb

RGB 91173187
HSL0.520.410.55
HSV189°51°73°
CMYK 0.510.070.00   0.27
XYZ28.227635.699152.4166
Yxy35.69910.24260.3068
Hunter Lab59.7487-20.2300-10.1901
CIE-Lab66.2894-21.1039-14.8689

#5badbb color RGB value is (91,173,187).

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

The process color (four color CMYK) of #5badbb color hex is 0.51, 0.07, 0.00, 0.27. Web safe color of #5badbb is #6699cc. Color #5badbb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011011 10101101 10111011
Octal 133 255 273
Decimal 91 173 187
Hex 5B AD BB

RGB Percentages of Color #5badbb

%20.18
%38.36
%41.46

CMYK Percentages of Color #5badbb

%51
%7
%0
%27

Triadic Colors of #5badbb

#5badbb #bb5bad #adbb5b

Analogous Colors of #5badbb

#5badbb #5b7dbb #5bbb99

Monochromatic Colors of #5badbb

#5badbb

Complementary Color

#5badbb #bb695b

#5badbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5badbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#5badbb Color CSS Codes

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

#5badbb Text Font Color

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

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


#5badbb Background Color

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

This div background color is #5badbb


#5badbb Border Color

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

This div border color is #5badbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5badbb


Comments

No comments written yet.

Please login to write comment.