Color Hex Logo

#5eeebb Color Hex

#5EEEBB
(94,238,187)
0 Favorites   0 Comments

Color spaces of #5eeebb

RGB 94238187
HSL0.440.810.65
HSV159°61°93°
CMYK 0.610.000.21   0.07
XYZ44.160367.116657.6410
Yxy67.11660.26140.3973
Hunter Lab81.9247-47.150515.6318
CIE-Lab85.5628-50.511913.3175

#5eeebb color RGB value is (94,238,187).

#5eeebb hex color red value is 94, green value is 238 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #5eeebb hue: 0.44 , saturation: 0.81 and the lightness value of 5eeebb is 0.65.

The process color (four color CMYK) of #5eeebb color hex is 0.61, 0.00, 0.21, 0.07. Web safe color of #5eeebb is #66ffcc. Color #5eeebb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011110 11101110 10111011
Octal 136 356 273
Decimal 94 238 187
Hex 5E EE BB

RGB Percentages of Color #5eeebb

%18.11
%45.86
%36.03

CMYK Percentages of Color #5eeebb

%61
%0
%21
%7

Triadic Colors of #5eeebb

#5eeebb #bb5eee #eebb5e

Analogous Colors of #5eeebb

#5eeebb #5ed9ee #5eee73

Monochromatic Colors of #5eeebb

#5eeebb

Complementary Color

#5eeebb #ee5e91

#5eeebb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5eeebb Color Preview on White Background

Lorem ipsum dolor sit amet.

#5eeebb Color CSS Codes

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

#5eeebb Text Font Color

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

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


#5eeebb Background Color

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

This div background color is #5eeebb


#5eeebb Border Color

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

This div border color is #5eeebb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5eeebb


Comments

No comments written yet.

Please login to write comment.