Color Hex Logo

#5eccbb Color Hex

#5ECCBB
(94,204,187)
0 Favorites   0 Comments

Color spaces of #5eccbb

RGB 94204187
HSL0.470.520.58
HSV171°54°80°
CMYK 0.540.000.08   0.20
XYZ35.178649.153354.6471
Yxy49.15330.25310.3537
Hunter Lab70.1094-33.12602.8627
CIE-Lab75.5466-35.6066-1.1007

#5eccbb color RGB value is (94,204,187).

#5eccbb hex color red value is 94, green value is 204 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #5eccbb hue: 0.47 , saturation: 0.52 and the lightness value of 5eccbb is 0.58.

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

Base Numbers

BaseRedGreenBlue
Binary 01011110 11001100 10111011
Octal 136 314 273
Decimal 94 204 187
Hex 5E CC BB

RGB Percentages of Color #5eccbb

%19.38
%42.06
%38.56

CMYK Percentages of Color #5eccbb

%54
%0
%8
%20

Triadic Colors of #5eccbb

#5eccbb #bb5ecc #ccbb5e

Analogous Colors of #5eccbb

#5eccbb #5ea6cc #5ecc84

Monochromatic Colors of #5eccbb

#5eccbb

Complementary Color

#5eccbb #cc5e6f

#5eccbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5eccbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#5eccbb Color CSS Codes

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

#5eccbb Text Font Color

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

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


#5eccbb Background Color

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

This div background color is #5eccbb


#5eccbb Border Color

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

This div border color is #5eccbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5eccbb


Comments

No comments written yet.

Please login to write comment.