Color Hex Logo

#5eb9ab Color Hex

#5EB9AB
(94,185,171)
0 Favorites   0 Comments

Color spaces of #5eb9ab

RGB 94185171
HSL0.470.390.55
HSV171°49°73°
CMYK 0.490.000.08   0.27
XYZ29.315740.017944.7072
Yxy40.01790.25710.3509
Hunter Lab63.2597-27.98432.3801
CIE-Lab69.4823-30.6340-1.2682

#5eb9ab color RGB value is (94,185,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011110 10111001 10101011
Octal 136 271 253
Decimal 94 185 171
Hex 5E B9 AB

RGB Percentages of Color #5eb9ab

%20.89
%41.11
%38.00

CMYK Percentages of Color #5eb9ab

%49
%0
%8
%27

Triadic Colors of #5eb9ab

#5eb9ab #ab5eb9 #b9ab5e

Analogous Colors of #5eb9ab

#5eb9ab #5e9ab9 #5eb97e

Monochromatic Colors of #5eb9ab

#5eb9ab

Complementary Color

#5eb9ab #b95e6c

#5eb9ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5eb9ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#5eb9ab Color CSS Codes

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

#5eb9ab Text Font Color

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

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


#5eb9ab Background Color

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

This div background color is #5eb9ab


#5eb9ab Border Color

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

This div border color is #5eb9ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5eb9ab


Comments

No comments written yet.

Please login to write comment.