Color Hex Logo

#5babbe Color Hex

#5BABBE
(91,171,190)
0 Favorites   0 Comments

Color spaces of #5babbe

RGB 91171190
HSL0.530.430.55
HSV192°52°75°
CMYK 0.520.100.00   0.25
XYZ28.171635.067753.9991
Yxy35.06770.24030.2991
Hunter Lab59.2180-18.7142-12.6122
CIE-Lab65.8013-19.2211-17.2722

#5babbe color RGB value is (91,171,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011011 10101011 10111110
Octal 133 253 276
Decimal 91 171 190
Hex 5B AB BE

RGB Percentages of Color #5babbe

%20.13
%37.83
%42.04

CMYK Percentages of Color #5babbe

%52
%10
%0
%25

Triadic Colors of #5babbe

#5babbe #be5bab #abbe5b

Analogous Colors of #5babbe

#5babbe #5b7abe #5bbea0

Monochromatic Colors of #5babbe

#5babbe

Complementary Color

#5babbe #be6e5b

#5babbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5babbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#5babbe Color CSS Codes

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

#5babbe Text Font Color

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

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


#5babbe Background Color

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

This div background color is #5babbe


#5babbe Border Color

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

This div border color is #5babbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5babbe


Comments

No comments written yet.

Please login to write comment.