Color Hex Logo

#5eccaf Color Hex

#5ECCAF
(94,204,175)
0 Favorites   0 Comments

Color spaces of #5eccaf

RGB 94204175
HSL0.460.520.58
HSV164°54°80°
CMYK 0.540.000.14   0.20
XYZ33.946848.660648.1607
Yxy48.66060.25960.3721
Hunter Lab69.7572-35.20937.8959
CIE-Lab75.2397-38.52374.9253

#5eccaf color RGB value is (94,204,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011110 11001100 10101111
Octal 136 314 257
Decimal 94 204 175
Hex 5E CC AF

RGB Percentages of Color #5eccaf

%19.87
%43.13
%37.00

CMYK Percentages of Color #5eccaf

%54
%0
%14
%20

Triadic Colors of #5eccaf

#5eccaf #af5ecc #ccaf5e

Analogous Colors of #5eccaf

#5eccaf #5eb2cc #5ecc78

Monochromatic Colors of #5eccaf

#5eccaf

Complementary Color

#5eccaf #cc5e7b

#5eccaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5eccaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#5eccaf Color CSS Codes

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

#5eccaf Text Font Color

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

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


#5eccaf Background Color

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

This div background color is #5eccaf


#5eccaf Border Color

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

This div border color is #5eccaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5eccaf


Comments

No comments written yet.

Please login to write comment.