Color Hex Logo

#5eb3bb Color Hex

#5EB3BB
(94,179,187)
0 Favorites   0 Comments

Color spaces of #5eb3bb

RGB 94179187
HSL0.510.410.55
HSV185°50°73°
CMYK 0.500.040.00   0.27
XYZ29.705838.207752.8229
Yxy38.20770.24600.3165
Hunter Lab61.8124-22.3881-7.3987
CIE-Lab68.1734-23.5005-12.0245

#5eb3bb color RGB value is (94,179,187).

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

The process color (four color CMYK) of #5eb3bb color hex is 0.50, 0.04, 0.00, 0.27. Web safe color of #5eb3bb is #66cccc. Color #5eb3bb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011110 10110011 10111011
Octal 136 263 273
Decimal 94 179 187
Hex 5E B3 BB

RGB Percentages of Color #5eb3bb

%20.43
%38.91
%40.65

CMYK Percentages of Color #5eb3bb

%50
%4
%0
%27

Triadic Colors of #5eb3bb

#5eb3bb #bb5eb3 #b3bb5e

Analogous Colors of #5eb3bb

#5eb3bb #5e85bb #5ebb95

Monochromatic Colors of #5eb3bb

#5eb3bb

Complementary Color

#5eb3bb #bb665e

#5eb3bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5eb3bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#5eb3bb Color CSS Codes

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

#5eb3bb Text Font Color

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

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


#5eb3bb Background Color

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

This div background color is #5eb3bb


#5eb3bb Border Color

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

This div border color is #5eb3bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5eb3bb


Comments

No comments written yet.

Please login to write comment.