Color Hex Logo

#5edbbb Color Hex

#5EDBBB
(94,219,187)
0 Favorites   0 Comments

Color spaces of #5edbbb

RGB 94219187
HSL0.460.630.61
HSV165°57°86°
CMYK 0.570.000.15   0.14
XYZ38.917356.630655.8934
Yxy56.63060.25700.3739
Hunter Lab75.2533-39.38198.6404
CIE-Lab79.9714-42.38705.3290

#5edbbb color RGB value is (94,219,187).

#5edbbb hex color red value is 94, green value is 219 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #5edbbb hue: 0.46 , saturation: 0.63 and the lightness value of 5edbbb is 0.61.

The process color (four color CMYK) of #5edbbb color hex is 0.57, 0.00, 0.15, 0.14. Web safe color of #5edbbb is #66cccc. Color #5edbbb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011110 11011011 10111011
Octal 136 333 273
Decimal 94 219 187
Hex 5E DB BB

RGB Percentages of Color #5edbbb

%18.80
%43.80
%37.40

CMYK Percentages of Color #5edbbb

%57
%0
%15
%14

Triadic Colors of #5edbbb

#5edbbb #bb5edb #dbbb5e

Analogous Colors of #5edbbb

#5edbbb #5ebddb #5edb7d

Monochromatic Colors of #5edbbb

#5edbbb

Complementary Color

#5edbbb #db5e7e

#5edbbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5edbbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#5edbbb Color CSS Codes

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

#5edbbb Text Font Color

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

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


#5edbbb Background Color

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

This div background color is #5edbbb


#5edbbb Border Color

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

This div border color is #5edbbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5edbbb


Comments

No comments written yet.

Please login to write comment.