Color Hex Logo

#5ed2bb Color Hex

#5ED2BB
(94,210,187)
0 Favorites   0 Comments

Color spaces of #5ed2bb

RGB 94210187
HSL0.470.560.60
HSV168°55°82°
CMYK 0.550.000.11   0.18
XYZ36.632352.060755.1317
Yxy52.06070.25470.3620
Hunter Lab72.1531-35.64315.2041
CIE-Lab77.3171-38.35981.4835

#5ed2bb color RGB value is (94,210,187).

#5ed2bb hex color red value is 94, green value is 210 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #5ed2bb hue: 0.47 , saturation: 0.56 and the lightness value of 5ed2bb is 0.60.

The process color (four color CMYK) of #5ed2bb color hex is 0.55, 0.00, 0.11, 0.18. Web safe color of #5ed2bb is #66cccc. Color #5ed2bb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011110 11010010 10111011
Octal 136 322 273
Decimal 94 210 187
Hex 5E D2 BB

RGB Percentages of Color #5ed2bb

%19.14
%42.77
%38.09

CMYK Percentages of Color #5ed2bb

%55
%0
%11
%18

Triadic Colors of #5ed2bb

#5ed2bb #bb5ed2 #d2bb5e

Analogous Colors of #5ed2bb

#5ed2bb #5eafd2 #5ed281

Monochromatic Colors of #5ed2bb

#5ed2bb

Complementary Color

#5ed2bb #d25e75

#5ed2bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5ed2bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#5ed2bb Color CSS Codes

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

#5ed2bb Text Font Color

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

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


#5ed2bb Background Color

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

This div background color is #5ed2bb


#5ed2bb Border Color

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

This div border color is #5ed2bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5ed2bb


Comments

No comments written yet.

Please login to write comment.