Color Hex Logo

#5ebabd Color Hex

#5EBABD
(94,186,189)
0 Favorites   0 Comments

Color spaces of #5ebabd

RGB 94186189
HSL0.510.420.55
HSV182°50°74°
CMYK 0.500.020.00   0.26
XYZ31.360341.171654.4382
Yxy41.17160.24700.3243
Hunter Lab64.1651-25.0481-5.3866
CIE-Lab70.2960-26.4634-9.9507

#5ebabd color RGB value is (94,186,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011110 10111010 10111101
Octal 136 272 275
Decimal 94 186 189
Hex 5E BA BD

RGB Percentages of Color #5ebabd

%20.04
%39.66
%40.30

CMYK Percentages of Color #5ebabd

%50
%2
%0
%26

Triadic Colors of #5ebabd

#5ebabd #bd5eba #babd5e

Analogous Colors of #5ebabd

#5ebabd #5e8bbd #5ebd91

Monochromatic Colors of #5ebabd

#5ebabd

Complementary Color

#5ebabd #bd615e

#5ebabd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5ebabd Color Preview on White Background

Lorem ipsum dolor sit amet.

#5ebabd Color CSS Codes

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

#5ebabd Text Font Color

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

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


#5ebabd Background Color

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

This div background color is #5ebabd


#5ebabd Border Color

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

This div border color is #5ebabd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5ebabd


Comments

No comments written yet.

Please login to write comment.