Color Hex Logo

#5ecebc Color Hex

#5ECEBC
(94,206,188)
0 Favorites   0 Comments

Color spaces of #5ecebc

RGB 94206188
HSL0.470.530.59
HSV170°54°81°
CMYK 0.540.000.09   0.19
XYZ35.764550.153155.3725
Yxy50.15310.25310.3550
Hunter Lab70.8189-33.78803.2150
CIE-Lab76.1631-36.2820-0.7379

#5ecebc color RGB value is (94,206,188).

#5ecebc hex color red value is 94, green value is 206 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #5ecebc hue: 0.47 , saturation: 0.53 and the lightness value of 5ecebc is 0.59.

The process color (four color CMYK) of #5ecebc color hex is 0.54, 0.00, 0.09, 0.19. Web safe color of #5ecebc is #66cccc. Color #5ecebc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011110 11001110 10111100
Octal 136 316 274
Decimal 94 206 188
Hex 5E CE BC

RGB Percentages of Color #5ecebc

%19.26
%42.21
%38.52

CMYK Percentages of Color #5ecebc

%54
%0
%9
%19

Triadic Colors of #5ecebc

#5ecebc #bc5ece #cebc5e

Analogous Colors of #5ecebc

#5ecebc #5ea8ce #5ece84

Monochromatic Colors of #5ecebc

#5ecebc

Complementary Color

#5ecebc #ce5e70

#5ecebc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5ecebc Color Preview on White Background

Lorem ipsum dolor sit amet.

#5ecebc Color CSS Codes

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

#5ecebc Text Font Color

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

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


#5ecebc Background Color

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

This div background color is #5ecebc


#5ecebc Border Color

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

This div border color is #5ecebc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5ecebc


Comments

No comments written yet.

Please login to write comment.