Color Hex Logo

#5eeebd Color Hex

#5EEEBD
(94,238,189)
0 Favorites   0 Comments

Color spaces of #5eeebd

RGB 94238189
HSL0.440.810.65
HSV160°61°93°
CMYK 0.610.000.21   0.07
XYZ44.375967.202958.7767
Yxy67.20290.26050.3945
Hunter Lab81.9774-46.835014.8740
CIE-Lab85.6063-50.070312.3368

#5eeebd color RGB value is (94,238,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011110 11101110 10111101
Octal 136 356 275
Decimal 94 238 189
Hex 5E EE BD

RGB Percentages of Color #5eeebd

%18.04
%45.68
%36.28

CMYK Percentages of Color #5eeebd

%61
%0
%21
%7

Triadic Colors of #5eeebd

#5eeebd #bd5eee #eebd5e

Analogous Colors of #5eeebd

#5eeebd #5ed7ee #5eee75

Monochromatic Colors of #5eeebd

#5eeebd

Complementary Color

#5eeebd #ee5e8f

#5eeebd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5eeebd Color Preview on White Background

Lorem ipsum dolor sit amet.

#5eeebd Color CSS Codes

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

#5eeebd Text Font Color

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

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


#5eeebd Background Color

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

This div background color is #5eeebd


#5eeebd Border Color

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

This div border color is #5eeebd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5eeebd


Comments

No comments written yet.

Please login to write comment.