Color Hex Logo

#5eebbb Color Hex

#5EEBBB
(94,235,187)
0 Favorites   0 Comments

Color spaces of #5eebbb

RGB 94235187
HSL0.440.780.65
HSV160°60°92°
CMYK 0.600.000.20   0.08
XYZ43.294165.384257.3523
Yxy65.38420.26080.3938
Hunter Lab80.8605-45.933914.5495
CIE-Lab84.6813-49.261312.0683

#5eebbb color RGB value is (94,235,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011110 11101011 10111011
Octal 136 353 273
Decimal 94 235 187
Hex 5E EB BB

RGB Percentages of Color #5eebbb

%18.22
%45.54
%36.24

CMYK Percentages of Color #5eebbb

%60
%0
%20
%8

Triadic Colors of #5eebbb

#5eebbb #bb5eeb #ebbb5e

Analogous Colors of #5eebbb

#5eebbb #5ed5eb #5eeb75

Monochromatic Colors of #5eebbb

#5eebbb

Complementary Color

#5eebbb #eb5e8e

#5eebbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5eebbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#5eebbb Color CSS Codes

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

#5eebbb Text Font Color

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

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


#5eebbb Background Color

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

This div background color is #5eebbb


#5eebbb Border Color

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

This div border color is #5eebbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5eebbb


Comments

No comments written yet.

Please login to write comment.