Color Hex Logo

#5eccab Color Hex

#5ECCAB
(94,204,171)
0 Favorites   0 Comments

Color spaces of #5eccab

RGB 94204171
HSL0.450.520.58
HSV162°54°80°
CMYK 0.540.000.16   0.20
XYZ33.559648.505746.1218
Yxy48.50570.26180.3784
Hunter Lab69.6460-35.86869.4885
CIE-Lab75.1428-39.45986.9397

#5eccab color RGB value is (94,204,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011110 11001100 10101011
Octal 136 314 253
Decimal 94 204 171
Hex 5E CC AB

RGB Percentages of Color #5eccab

%20.04
%43.50
%36.46

CMYK Percentages of Color #5eccab

%54
%0
%16
%20

Triadic Colors of #5eccab

#5eccab #ab5ecc #ccab5e

Analogous Colors of #5eccab

#5eccab #5eb6cc #5ecc74

Monochromatic Colors of #5eccab

#5eccab

Complementary Color

#5eccab #cc5e7f

#5eccab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5eccab Color Preview on White Background

Lorem ipsum dolor sit amet.

#5eccab Color CSS Codes

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

#5eccab Text Font Color

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

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


#5eccab Background Color

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

This div background color is #5eccab


#5eccab Border Color

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

This div border color is #5eccab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5eccab


Comments

No comments written yet.

Please login to write comment.