Color Hex Logo

#5ebaae Color Hex

#5EBAAE
(94,186,174)
0 Favorites   0 Comments

Color spaces of #5ebaae

RGB 94186174
HSL0.480.400.55
HSV172°49°73°
CMYK 0.490.000.06   0.27
XYZ29.815040.553546.3006
Yxy40.55350.25560.3476
Hunter Lab63.6816-27.87121.4695
CIE-Lab69.8620-30.3634-2.3590

#5ebaae color RGB value is (94,186,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011110 10111010 10101110
Octal 136 272 256
Decimal 94 186 174
Hex 5E BA AE

RGB Percentages of Color #5ebaae

%20.70
%40.97
%38.33

CMYK Percentages of Color #5ebaae

%49
%0
%6
%27

Triadic Colors of #5ebaae

#5ebaae #ae5eba #baae5e

Analogous Colors of #5ebaae

#5ebaae #5e98ba #5eba80

Monochromatic Colors of #5ebaae

#5ebaae

Complementary Color

#5ebaae #ba5e6a

#5ebaae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5ebaae Color Preview on White Background

Lorem ipsum dolor sit amet.

#5ebaae Color CSS Codes

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

#5ebaae Text Font Color

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

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


#5ebaae Background Color

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

This div background color is #5ebaae


#5ebaae Border Color

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

This div border color is #5ebaae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5ebaae


Comments

No comments written yet.

Please login to write comment.