Color Hex Logo

#5eebbd Color Hex

#5EEBBD
(94,235,189)
0 Favorites   0 Comments

Color spaces of #5eebbd

RGB 94235189
HSL0.450.780.65
HSV160°60°92°
CMYK 0.600.000.20   0.08
XYZ43.509765.470558.4880
Yxy65.47050.25980.3909
Hunter Lab80.9138-45.614613.7823
CIE-Lab84.7256-48.814611.0854

#5eebbd color RGB value is (94,235,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011110 11101011 10111101
Octal 136 353 275
Decimal 94 235 189
Hex 5E EB BD

RGB Percentages of Color #5eebbd

%18.15
%45.37
%36.49

CMYK Percentages of Color #5eebbd

%60
%0
%20
%8

Triadic Colors of #5eebbd

#5eebbd #bd5eeb #ebbd5e

Analogous Colors of #5eebbd

#5eebbd #5ed3eb #5eeb77

Monochromatic Colors of #5eebbd

#5eebbd

Complementary Color

#5eebbd #eb5e8c

#5eebbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5eebbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#5eebbd Color CSS Codes

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

#5eebbd Text Font Color

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

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


#5eebbd Background Color

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

This div background color is #5eebbd


#5eebbd Border Color

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

This div border color is #5eebbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5eebbd


Comments

No comments written yet.

Please login to write comment.