Color Hex Logo

#5babb0 Color Hex

#5BABB0
(91,171,176)
0 Favorites   0 Comments

Color spaces of #5babb0

RGB 91171176
HSL0.510.350.52
HSV184°48°69°
CMYK 0.480.030.00   0.31
XYZ26.713834.484646.3225
Yxy34.48460.24850.3207
Hunter Lab58.7236-21.5653-5.6628
CIE-Lab65.3454-23.1083-10.1699

#5babb0 color RGB value is (91,171,176).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011011 10101011 10110000
Octal 133 253 260
Decimal 91 171 176
Hex 5B AB B0

RGB Percentages of Color #5babb0

%20.78
%39.04
%40.18

CMYK Percentages of Color #5babb0

%48
%3
%0
%31

Triadic Colors of #5babb0

#5babb0 #b05bab #abb05b

Analogous Colors of #5babb0

#5babb0 #5b81b0 #5bb08b

Monochromatic Colors of #5babb0

#5babb0

Complementary Color

#5babb0 #b0605b

#5babb0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5babb0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#5babb0 Color CSS Codes

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

#5babb0 Text Font Color

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

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


#5babb0 Background Color

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

This div background color is #5babb0


#5babb0 Border Color

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

This div border color is #5babb0


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(91,171,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 #5babb0">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5babb0


Comments

No comments written yet.

Please login to write comment.