Color Hex Logo

#5eeabd Color Hex

#5EEABD
(94,234,189)
0 Favorites   0 Comments

Color spaces of #5eeabd

RGB 94234189
HSL0.450.770.64
HSV161°60°92°
CMYK 0.600.000.19   0.08
XYZ43.224264.899458.3928
Yxy64.89940.25960.3897
Hunter Lab80.5602-45.206913.4167
CIE-Lab84.4319-48.393210.6672

#5eeabd color RGB value is (94,234,189).

#5eeabd hex color red value is 94, green value is 234 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #5eeabd hue: 0.45 , saturation: 0.77 and the lightness value of 5eeabd is 0.64.

The process color (four color CMYK) of #5eeabd color hex is 0.60, 0.00, 0.19, 0.08. Web safe color of #5eeabd is #66ffcc. Color #5eeabd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011110 11101010 10111101
Octal 136 352 275
Decimal 94 234 189
Hex 5E EA BD

RGB Percentages of Color #5eeabd

%18.18
%45.26
%36.56

CMYK Percentages of Color #5eeabd

%60
%0
%19
%8

Triadic Colors of #5eeabd

#5eeabd #bd5eea #eabd5e

Analogous Colors of #5eeabd

#5eeabd #5ed1ea #5eea77

Monochromatic Colors of #5eeabd

#5eeabd

Complementary Color

#5eeabd #ea5e8b

#5eeabd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5eeabd Color Preview on White Background

Lorem ipsum dolor sit amet.

#5eeabd Color CSS Codes

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

#5eeabd Text Font Color

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

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


#5eeabd Background Color

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

This div background color is #5eeabd


#5eeabd Border Color

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

This div border color is #5eeabd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5eeabd


Comments

No comments written yet.

Please login to write comment.