Color Hex Logo

#5eebab Color Hex

#5EEBAB
(94,235,171)
1 Favorites   0 Comments

Color spaces of #5eebab

RGB 94235171
HSL0.420.780.65
HSV153°60°92°
CMYK 0.600.000.27   0.08
XYZ41.675164.736648.8270
Yxy64.73660.26850.4170
Hunter Lab80.4591-48.346320.3409
CIE-Lab84.3478-52.680319.9294

#5eebab color RGB value is (94,235,171).

#5eebab hex color red value is 94, green value is 235 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #5eebab hue: 0.42 , saturation: 0.78 and the lightness value of 5eebab is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 01011110 11101011 10101011
Octal 136 353 253
Decimal 94 235 171
Hex 5E EB AB

RGB Percentages of Color #5eebab

%18.80
%47.00
%34.20

CMYK Percentages of Color #5eebab

%60
%0
%27
%8

Triadic Colors of #5eebab

#5eebab #ab5eeb #ebab5e

Analogous Colors of #5eebab

#5eebab #5ee5eb #5eeb65

Monochromatic Colors of #5eebab

#5eebab

Complementary Color

#5eebab #eb5e9e

#5eebab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5eebab Color Preview on White Background

Lorem ipsum dolor sit amet.

#5eebab Color CSS Codes

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

#5eebab Text Font Color

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

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


#5eebab Background Color

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

This div background color is #5eebab


#5eebab Border Color

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

This div border color is #5eebab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5eebab


Comments

No comments written yet.

Please login to write comment.