Color Hex Logo

#5ebbad Color Hex

#5EBBAD
(94,187,173)
0 Favorites   0 Comments

Color spaces of #5ebbad

RGB 94187173
HSL0.470.410.55
HSV171°50°73°
CMYK 0.500.000.07   0.27
XYZ29.929240.937545.8594
Yxy40.93750.25640.3507
Hunter Lab63.9824-28.47192.2916
CIE-Lab70.1321-31.0947-1.4140

#5ebbad color RGB value is (94,187,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011110 10111011 10101101
Octal 136 273 255
Decimal 94 187 173
Hex 5E BB AD

RGB Percentages of Color #5ebbad

%20.70
%41.19
%38.11

CMYK Percentages of Color #5ebbad

%50
%0
%7
%27

Triadic Colors of #5ebbad

#5ebbad #ad5ebb #bbad5e

Analogous Colors of #5ebbad

#5ebbad #5e9bbb #5ebb7f

Monochromatic Colors of #5ebbad

#5ebbad

Complementary Color

#5ebbad #bb5e6c

#5ebbad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5ebbad Color Preview on White Background

Lorem ipsum dolor sit amet.

#5ebbad Color CSS Codes

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

#5ebbad Text Font Color

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

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


#5ebbad Background Color

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

This div background color is #5ebbad


#5ebbad Border Color

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

This div border color is #5ebbad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5ebbad


Comments

No comments written yet.

Please login to write comment.