Color Hex Logo

#5eecbb Color Hex

#5EECBB
(94,236,187)
0 Favorites   0 Comments

Color spaces of #5eecbb

RGB 94236187
HSL0.440.790.65
HSV159°60°93°
CMYK 0.600.000.21   0.07
XYZ43.581265.958457.4480
Yxy65.95840.26100.3950
Hunter Lab81.2148-46.339814.9110
CIE-Lab84.9752-49.679412.4851

#5eecbb color RGB value is (94,236,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011110 11101100 10111011
Octal 136 354 273
Decimal 94 236 187
Hex 5E EC BB

RGB Percentages of Color #5eecbb

%18.18
%45.65
%36.17

CMYK Percentages of Color #5eecbb

%60
%0
%21
%7

Triadic Colors of #5eecbb

#5eecbb #bb5eec #ecbb5e

Analogous Colors of #5eecbb

#5eecbb #5ed6ec #5eec74

Monochromatic Colors of #5eecbb

#5eecbb

Complementary Color

#5eecbb #ec5e8f

#5eecbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5eecbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#5eecbb Color CSS Codes

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

#5eecbb Text Font Color

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

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


#5eecbb Background Color

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

This div background color is #5eecbb


#5eecbb Border Color

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

This div border color is #5eecbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5eecbb


Comments

No comments written yet.

Please login to write comment.