Color Hex Logo

#5ebcad Color Hex

#5EBCAD
(94,188,173)
0 Favorites   0 Comments

Color spaces of #5ebcad

RGB 94188173
HSL0.470.410.55
HSV170°50°74°
CMYK 0.500.000.08   0.26
XYZ30.142141.363345.9304
Yxy41.36330.25670.3522
Hunter Lab64.3143-28.89272.6777
CIE-Lab70.4297-31.5727-0.9782

#5ebcad color RGB value is (94,188,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011110 10111100 10101101
Octal 136 274 255
Decimal 94 188 173
Hex 5E BC AD

RGB Percentages of Color #5ebcad

%20.66
%41.32
%38.02

CMYK Percentages of Color #5ebcad

%50
%0
%8
%26

Triadic Colors of #5ebcad

#5ebcad #ad5ebc #bcad5e

Analogous Colors of #5ebcad

#5ebcad #5e9cbc #5ebc7e

Monochromatic Colors of #5ebcad

#5ebcad

Complementary Color

#5ebcad #bc5e6d

#5ebcad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5ebcad Color Preview on White Background

Lorem ipsum dolor sit amet.

#5ebcad Color CSS Codes

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

#5ebcad Text Font Color

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

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


#5ebcad Background Color

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

This div background color is #5ebcad


#5ebcad Border Color

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

This div border color is #5ebcad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5ebcad


Comments

No comments written yet.

Please login to write comment.