Color Hex Logo

#5eb3bc Color Hex

#5EB3BC
(94,179,188)
0 Favorites   0 Comments

Color spaces of #5eb3bc

RGB 94179188
HSL0.520.410.55
HSV186°50°74°
CMYK 0.500.050.00   0.26
XYZ29.813338.250753.3888
Yxy38.25070.24550.3149
Hunter Lab61.8472-22.1869-7.8884
CIE-Lab68.2050-23.2277-12.5293

#5eb3bc color RGB value is (94,179,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011110 10110011 10111100
Octal 136 263 274
Decimal 94 179 188
Hex 5E B3 BC

RGB Percentages of Color #5eb3bc

%20.39
%38.83
%40.78

CMYK Percentages of Color #5eb3bc

%50
%5
%0
%26

Triadic Colors of #5eb3bc

#5eb3bc #bc5eb3 #b3bc5e

Analogous Colors of #5eb3bc

#5eb3bc #5e84bc #5ebc96

Monochromatic Colors of #5eb3bc

#5eb3bc

Complementary Color

#5eb3bc #bc675e

#5eb3bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5eb3bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#5eb3bc Color CSS Codes

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

#5eb3bc Text Font Color

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

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


#5eb3bc Background Color

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

This div background color is #5eb3bc


#5eb3bc Border Color

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

This div border color is #5eb3bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5eb3bc


Comments

No comments written yet.

Please login to write comment.