Color Hex Logo

#5ebdbe Color Hex

#5EBDBE
(94,189,190)
0 Favorites   0 Comments

Color spaces of #5ebdbe

RGB 94189190
HSL0.500.420.56
HSV181°51°75°
CMYK 0.510.010.00   0.25
XYZ32.108042.492655.2248
Yxy42.49260.24730.3273
Hunter Lab65.1863-26.1547-4.5991
CIE-Lab71.2092-27.6755-9.1371

#5ebdbe color RGB value is (94,189,190).

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

The process color (four color CMYK) of #5ebdbe color hex is 0.51, 0.01, 0.00, 0.25. Web safe color of #5ebdbe is #66cccc. Color #5ebdbe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011110 10111101 10111110
Octal 136 275 276
Decimal 94 189 190
Hex 5E BD BE

RGB Percentages of Color #5ebdbe

%19.87
%39.96
%40.17

CMYK Percentages of Color #5ebdbe

%51
%1
%0
%25

Triadic Colors of #5ebdbe

#5ebdbe #be5ebd #bdbe5e

Analogous Colors of #5ebdbe

#5ebdbe #5e8dbe #5ebe8f

Monochromatic Colors of #5ebdbe

#5ebdbe

Complementary Color

#5ebdbe #be5f5e

#5ebdbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5ebdbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#5ebdbe Color CSS Codes

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

#5ebdbe Text Font Color

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

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


#5ebdbe Background Color

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

This div background color is #5ebdbe


#5ebdbe Border Color

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

This div border color is #5ebdbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5ebdbe


Comments

No comments written yet.

Please login to write comment.