Color Hex Logo

#5ebaaf Color Hex

#5EBAAF
(94,186,175)
0 Favorites   0 Comments

Color spaces of #5ebaaf

RGB 94186175
HSL0.480.400.55
HSV173°49°73°
CMYK 0.490.000.06   0.27
XYZ29.912940.592646.8160
Yxy40.59260.25500.3460
Hunter Lab63.7123-27.69091.0322
CIE-Lab69.8895-30.1109-2.8675

#5ebaaf color RGB value is (94,186,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011110 10111010 10101111
Octal 136 272 257
Decimal 94 186 175
Hex 5E BA AF

RGB Percentages of Color #5ebaaf

%20.66
%40.88
%38.46

CMYK Percentages of Color #5ebaaf

%49
%0
%6
%27

Triadic Colors of #5ebaaf

#5ebaaf #af5eba #baaf5e

Analogous Colors of #5ebaaf

#5ebaaf #5e97ba #5eba81

Monochromatic Colors of #5ebaaf

#5ebaaf

Complementary Color

#5ebaaf #ba5e69

#5ebaaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5ebaaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#5ebaaf Color CSS Codes

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

#5ebaaf Text Font Color

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

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


#5ebaaf Background Color

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

This div background color is #5ebaaf


#5ebaaf Border Color

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

This div border color is #5ebaaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5ebaaf


Comments

No comments written yet.

Please login to write comment.