Color Hex Logo

#5ebe9f Color Hex

#5EBE9F
(94,190,159)
0 Favorites   0 Comments

Color spaces of #5ebe9f

RGB 94190159
HSL0.450.420.56
HSV161°51°75°
CMYK 0.510.000.16   0.25
XYZ29.287641.709839.3081
Yxy41.70980.26550.3781
Hunter Lab64.5831-32.07319.1217
CIE-Lab70.6704-35.86317.0227

#5ebe9f color RGB value is (94,190,159).

#5ebe9f hex color red value is 94, green value is 190 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #5ebe9f hue: 0.45 , saturation: 0.42 and the lightness value of 5ebe9f is 0.56.

The process color (four color CMYK) of #5ebe9f color hex is 0.51, 0.00, 0.16, 0.25. Web safe color of #5ebe9f is #66cc99. Color #5ebe9f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011110 10111110 10011111
Octal 136 276 237
Decimal 94 190 159
Hex 5E BE 9F

RGB Percentages of Color #5ebe9f

%21.22
%42.89
%35.89

CMYK Percentages of Color #5ebe9f

%51
%0
%16
%25

Triadic Colors of #5ebe9f

#5ebe9f #9f5ebe #be9f5e

Analogous Colors of #5ebe9f

#5ebe9f #5eadbe #5ebe6f

Monochromatic Colors of #5ebe9f

#5ebe9f

Complementary Color

#5ebe9f #be5e7d

#5ebe9f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5ebe9f Color Preview on White Background

Lorem ipsum dolor sit amet.

#5ebe9f Color CSS Codes

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

#5ebe9f Text Font Color

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

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


#5ebe9f Background Color

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

This div background color is #5ebe9f


#5ebe9f Border Color

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

This div border color is #5ebe9f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5ebe9f


Comments

No comments written yet.

Please login to write comment.