Color Hex Logo

#5eebbf Color Hex

#5EEBBF
(94,235,191)
0 Favorites   0 Comments

Color spaces of #5eebbf

RGB 94235191
HSL0.450.780.65
HSV161°60°92°
CMYK 0.600.000.19   0.08
XYZ43.728465.557959.6394
Yxy65.55790.25890.3881
Hunter Lab80.9678-45.291013.0056
CIE-Lab84.7704-48.363110.1027

#5eebbf color RGB value is (94,235,191).

#5eebbf hex color red value is 94, green value is 235 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #5eebbf hue: 0.45 , saturation: 0.78 and the lightness value of 5eebbf is 0.65.

The process color (four color CMYK) of #5eebbf color hex is 0.60, 0.00, 0.19, 0.08. Web safe color of #5eebbf is #66ffcc. Color #5eebbf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011110 11101011 10111111
Octal 136 353 277
Decimal 94 235 191
Hex 5E EB BF

RGB Percentages of Color #5eebbf

%18.08
%45.19
%36.73

CMYK Percentages of Color #5eebbf

%60
%0
%19
%8

Triadic Colors of #5eebbf

#5eebbf #bf5eeb #ebbf5e

Analogous Colors of #5eebbf

#5eebbf #5ed1eb #5eeb79

Monochromatic Colors of #5eebbf

#5eebbf

Complementary Color

#5eebbf #eb5e8a

#5eebbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5eebbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#5eebbf Color CSS Codes

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

#5eebbf Text Font Color

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

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


#5eebbf Background Color

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

This div background color is #5eebbf


#5eebbf Border Color

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

This div border color is #5eebbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5eebbf


Comments

No comments written yet.

Please login to write comment.