Color Hex Logo

#5ebaac Color Hex

#5EBAAC
(94,186,172)
0 Favorites   0 Comments

Color spaces of #5ebaac

RGB 94186172
HSL0.470.400.55
HSV171°49°73°
CMYK 0.490.000.08   0.27
XYZ29.621440.476145.2812
Yxy40.47610.25670.3508
Hunter Lab63.6208-28.22812.3358
CIE-Lab69.8073-30.8647-1.3413

#5ebaac color RGB value is (94,186,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011110 10111010 10101100
Octal 136 272 254
Decimal 94 186 172
Hex 5E BA AC

RGB Percentages of Color #5ebaac

%20.80
%41.15
%38.05

CMYK Percentages of Color #5ebaac

%49
%0
%8
%27

Triadic Colors of #5ebaac

#5ebaac #ac5eba #baac5e

Analogous Colors of #5ebaac

#5ebaac #5e9aba #5eba7e

Monochromatic Colors of #5ebaac

#5ebaac

Complementary Color

#5ebaac #ba5e6c

#5ebaac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5ebaac Color Preview on White Background

Lorem ipsum dolor sit amet.

#5ebaac Color CSS Codes

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

#5ebaac Text Font Color

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

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


#5ebaac Background Color

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

This div background color is #5ebaac


#5ebaac Border Color

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

This div border color is #5ebaac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5ebaac


Comments

No comments written yet.

Please login to write comment.