Color Hex Logo

#5ebaab Color Hex

#5EBAAB
(94,186,171)
0 Favorites   0 Comments

Color spaces of #5ebaab

RGB 94186171
HSL0.470.400.55
HSV170°49°73°
CMYK 0.490.000.08   0.27
XYZ29.525740.437844.7772
Yxy40.43780.25730.3524
Hunter Lab63.5907-28.40472.7646
CIE-Lab69.7802-31.1135-0.8321

#5ebaab color RGB value is (94,186,171).

#5ebaab hex color red value is 94, green value is 186 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #5ebaab hue: 0.47 , saturation: 0.40 and the lightness value of 5ebaab is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 01011110 10111010 10101011
Octal 136 272 253
Decimal 94 186 171
Hex 5E BA AB

RGB Percentages of Color #5ebaab

%20.84
%41.24
%37.92

CMYK Percentages of Color #5ebaab

%49
%0
%8
%27

Triadic Colors of #5ebaab

#5ebaab #ab5eba #baab5e

Analogous Colors of #5ebaab

#5ebaab #5e9bba #5eba7d

Monochromatic Colors of #5ebaab

#5ebaab

Complementary Color

#5ebaab #ba5e6d

#5ebaab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5ebaab Color Preview on White Background

Lorem ipsum dolor sit amet.

#5ebaab Color CSS Codes

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

#5ebaab Text Font Color

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

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


#5ebaab Background Color

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

This div background color is #5ebaab


#5ebaab Border Color

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

This div border color is #5ebaab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5ebaab


Comments

No comments written yet.

Please login to write comment.