Color Hex Logo

#5badbc Color Hex

#5BADBC
(91,173,188)
0 Favorites   0 Comments

Color spaces of #5badbc

RGB 91173188
HSL0.530.420.55
HSV189°52°74°
CMYK 0.520.080.00   0.26
XYZ28.335135.742152.9825
Yxy35.74210.24210.3053
Hunter Lab59.7847-20.0227-10.6948
CIE-Lab66.3224-20.8233-15.3740

#5badbc color RGB value is (91,173,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011011 10101101 10111100
Octal 133 255 274
Decimal 91 173 188
Hex 5B AD BC

RGB Percentages of Color #5badbc

%20.13
%38.27
%41.59

CMYK Percentages of Color #5badbc

%52
%8
%0
%26

Triadic Colors of #5badbc

#5badbc #bc5bad #adbc5b

Analogous Colors of #5badbc

#5badbc #5b7dbc #5bbc9b

Monochromatic Colors of #5badbc

#5badbc

Complementary Color

#5badbc #bc6a5b

#5badbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5badbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#5badbc Color CSS Codes

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

#5badbc Text Font Color

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

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


#5badbc Background Color

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

This div background color is #5badbc


#5badbc Border Color

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

This div border color is #5badbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5badbc


Comments

No comments written yet.

Please login to write comment.