Color Hex Logo

#5ebebd Color Hex

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

Color spaces of #5ebebd

RGB 94190189
HSL0.500.420.56
HSV179°51°75°
CMYK 0.510.000.01   0.25
XYZ32.214942.880754.7230
Yxy42.88070.24820.3303
Hunter Lab65.4834-26.7818-3.7090
CIE-Lab71.4739-28.4304-8.1961

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

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

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

Base Numbers

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

RGB Percentages of Color #5ebebd

%19.87
%40.17
%39.96

CMYK Percentages of Color #5ebebd

%51
%0
%1
%25

Triadic Colors of #5ebebd

#5ebebd #bd5ebe #bebd5e

Analogous Colors of #5ebebd

#5ebebd #5e8fbe #5ebe8d

Monochromatic Colors of #5ebebd

#5ebebd

Complementary Color

#5ebebd #be5e5f

#5ebebd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5ebebd Color Preview on White Background

Lorem ipsum dolor sit amet.

#5ebebd Color CSS Codes

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

#5ebebd Text Font Color

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

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


#5ebebd Background Color

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

This div background color is #5ebebd


#5ebebd Border Color

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

This div border color is #5ebebd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5ebebd


Comments

No comments written yet.

Please login to write comment.