Color Hex Logo

#5ebdba Color Hex

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

Color spaces of #5ebdba

RGB 94189186
HSL0.490.420.55
HSV178°50°74°
CMYK 0.500.000.02   0.26
XYZ31.676642.320052.9534
Yxy42.32000.24950.3334
Hunter Lab65.0538-26.9273-2.7240
CIE-Lab71.0910-28.7325-7.1235

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

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

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

Base Numbers

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

RGB Percentages of Color #5ebdba

%20.04
%40.30
%39.66

CMYK Percentages of Color #5ebdba

%50
%0
%2
%26

Triadic Colors of #5ebdba

#5ebdba #ba5ebd #bdba5e

Analogous Colors of #5ebdba

#5ebdba #5e91bd #5ebd8b

Monochromatic Colors of #5ebdba

#5ebdba

Complementary Color

#5ebdba #bd5e61

#5ebdba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5ebdba Color Preview on White Background

Lorem ipsum dolor sit amet.

#5ebdba Color CSS Codes

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

#5ebdba Text Font Color

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

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


#5ebdba Background Color

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

This div background color is #5ebdba


#5ebdba Border Color

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

This div border color is #5ebdba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5ebdba


Comments

No comments written yet.

Please login to write comment.