Color Hex Logo

#5eb1bb Color Hex

#5EB1BB
(94,177,187)
0 Favorites   0 Comments

Color spaces of #5eb1bb

RGB 94177187
HSL0.520.410.55
HSV186°50°73°
CMYK 0.500.050.00   0.27
XYZ29.307937.411852.6902
Yxy37.41180.24540.3133
Hunter Lab61.1652-21.5090-8.2592
CIE-Lab67.5848-22.4854-12.9076

#5eb1bb color RGB value is (94,177,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011110 10110001 10111011
Octal 136 261 273
Decimal 94 177 187
Hex 5E B1 BB

RGB Percentages of Color #5eb1bb

%20.52
%38.65
%40.83

CMYK Percentages of Color #5eb1bb

%50
%5
%0
%27

Triadic Colors of #5eb1bb

#5eb1bb #bb5eb1 #b1bb5e

Analogous Colors of #5eb1bb

#5eb1bb #5e83bb #5ebb97

Monochromatic Colors of #5eb1bb

#5eb1bb

Complementary Color

#5eb1bb #bb685e

#5eb1bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5eb1bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#5eb1bb Color CSS Codes

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

#5eb1bb Text Font Color

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

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


#5eb1bb Background Color

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

This div background color is #5eb1bb


#5eb1bb Border Color

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

This div border color is #5eb1bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5eb1bb


Comments

No comments written yet.

Please login to write comment.