Color Hex Logo

#5ecaac Color Hex

#5ECAAC
(94,202,172)
0 Favorites   0 Comments

Color spaces of #5ecaac

RGB 94202172
HSL0.450.500.58
HSV163°53°79°
CMYK 0.530.000.15   0.21
XYZ33.183047.599346.4684
Yxy47.59930.26080.3741
Hunter Lab68.9922-34.88388.3609
CIE-Lab74.5715-38.32435.5794

#5ecaac color RGB value is (94,202,172).

#5ecaac hex color red value is 94, green value is 202 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #5ecaac hue: 0.45 , saturation: 0.50 and the lightness value of 5ecaac is 0.58.

The process color (four color CMYK) of #5ecaac color hex is 0.53, 0.00, 0.15, 0.21. Web safe color of #5ecaac is #66cc99. Color #5ecaac contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011110 11001010 10101100
Octal 136 312 254
Decimal 94 202 172
Hex 5E CA AC

RGB Percentages of Color #5ecaac

%20.09
%43.16
%36.75

CMYK Percentages of Color #5ecaac

%53
%0
%15
%21

Triadic Colors of #5ecaac

#5ecaac #ac5eca #caac5e

Analogous Colors of #5ecaac

#5ecaac #5eb2ca #5eca76

Monochromatic Colors of #5ecaac

#5ecaac

Complementary Color

#5ecaac #ca5e7c

#5ecaac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5ecaac Color Preview on White Background

Lorem ipsum dolor sit amet.

#5ecaac Color CSS Codes

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

#5ecaac Text Font Color

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

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


#5ecaac Background Color

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

This div background color is #5ecaac


#5ecaac Border Color

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

This div border color is #5ecaac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5ecaac


Comments

No comments written yet.

Please login to write comment.