Color Hex Logo

#5ebaba Color Hex

#5EBABA
(94,186,186)
0 Favorites   0 Comments

Color spaces of #5ebaba

RGB 94186186
HSL0.500.400.55
HSV180°49°73°
CMYK 0.490.000.00   0.27
XYZ31.037941.042752.7405
Yxy41.04270.24870.3288
Hunter Lab64.0646-25.6336-3.9647
CIE-Lab70.2058-27.2629-8.4386

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011110 10111010 10111010
Octal 136 272 272
Decimal 94 186 186
Hex 5E BA BA

RGB Percentages of Color #5ebaba

%20.17
%39.91
%39.91

CMYK Percentages of Color #5ebaba

%49
%0
%0
%27

Triadic Colors of #5ebaba

#5ebaba #ba5eba #baba5e

Analogous Colors of #5ebaba

#5ebaba #5e8cba #5eba8c

Monochromatic Colors of #5ebaba

#5ebaba

Complementary Color

#5ebaba #ba5e5e

#5ebaba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5ebaba Color Preview on White Background

Lorem ipsum dolor sit amet.

#5ebaba Color CSS Codes

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

#5ebaba Text Font Color

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

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


#5ebaba Background Color

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

This div background color is #5ebaba


#5ebaba Border Color

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

This div border color is #5ebaba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5ebaba


Comments

No comments written yet.

Please login to write comment.