Color Hex Logo

#5eb3ba Color Hex

#5EB3BA
(94,179,186)
0 Favorites   0 Comments

Color spaces of #5eb3ba

RGB 94179186
HSL0.510.400.55
HSV185°49°73°
CMYK 0.490.040.00   0.27
XYZ29.599138.165152.2609
Yxy38.16510.24660.3180
Hunter Lab61.7779-22.5882-6.9117
CIE-Lab68.1421-23.7723-11.5191

#5eb3ba color RGB value is (94,179,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011110 10110011 10111010
Octal 136 263 272
Decimal 94 179 186
Hex 5E B3 BA

RGB Percentages of Color #5eb3ba

%20.48
%39.00
%40.52

CMYK Percentages of Color #5eb3ba

%49
%4
%0
%27

Triadic Colors of #5eb3ba

#5eb3ba #ba5eb3 #b3ba5e

Analogous Colors of #5eb3ba

#5eb3ba #5e85ba #5eba93

Monochromatic Colors of #5eb3ba

#5eb3ba

Complementary Color

#5eb3ba #ba655e

#5eb3ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5eb3ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#5eb3ba Color CSS Codes

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

#5eb3ba Text Font Color

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

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


#5eb3ba Background Color

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

This div background color is #5eb3ba


#5eb3ba Border Color

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

This div border color is #5eb3ba


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(94,179,186, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #5eb3ba">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5eb3ba


Comments

No comments written yet.

Please login to write comment.