Color Hex Logo

#5eeab4 Color Hex

#5EEAB4
(94,234,180)
0 Favorites   0 Comments

Color spaces of #5eeab4

RGB 94234180
HSL0.440.770.64
HSV157°60°92°
CMYK 0.600.000.23   0.08
XYZ42.277164.520653.4055
Yxy64.52060.26390.4027
Hunter Lab80.3247-46.618816.8072
CIE-Lab84.2361-50.378415.0941

#5eeab4 color RGB value is (94,234,180).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011110 11101010 10110100
Octal 136 352 264
Decimal 94 234 180
Hex 5E EA B4

RGB Percentages of Color #5eeab4

%18.50
%46.06
%35.43

CMYK Percentages of Color #5eeab4

%60
%0
%23
%8

Triadic Colors of #5eeab4

#5eeab4 #b45eea #eab45e

Analogous Colors of #5eeab4

#5eeab4 #5edaea #5eea6e

Monochromatic Colors of #5eeab4

#5eeab4

Complementary Color

#5eeab4 #ea5e94

#5eeab4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5eeab4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#5eeab4 Color CSS Codes

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

#5eeab4 Text Font Color

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

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


#5eeab4 Background Color

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

This div background color is #5eeab4


#5eeab4 Border Color

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

This div border color is #5eeab4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5eeab4


Comments

No comments written yet.

Please login to write comment.